{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "schemaVersion": "0.1",
  "serverInfo": {
    "name": "archipelago-hotels-public-mcp",
    "title": "Archipelago Hotels",
    "version": "1.0.0",
    "vendor": "Archipelago International",
    "description": "Discovery surface for the Archipelago Hotels public website. Exposes hotel directory, brand catalog, news, careers and inquiry tools to AI agents.",
    "homepage": "https://www.archipelagohotels.com/",
    "documentation": "https://www.archipelagohotels.com/docs/api/",
    "icons": [
      {
        "src": "https://www.archipelagohotels.com/favicon-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://mcp.archipelagohotels.com/mcp",
    "authentication": {
      "type": "none",
      "note": "Public, read-only tools require no authentication. Write tools (inquiry submission, brochure download) may be rate limited."
    }
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": {}
  },
  "tools": [
    {
      "name": "search_hotels",
      "description": "Search Archipelago-managed hotels by location, brand, or keyword."
    },
    {
      "name": "get_brand",
      "description": "Retrieve information about an Archipelago brand (Aston, Harper, Quest, Neo, favehotel, Kamuela, Alana, Huxley, Grand Aston, Four Corners, ACH, Nordic, PBA, Avanika)."
    },
    {
      "name": "list_brands",
      "description": "List all Archipelago hotel brands with descriptions."
    },
    {
      "name": "get_hotel_locations",
      "description": "Fetch the directory of cities and regions where Archipelago operates."
    },
    {
      "name": "list_news",
      "description": "List the latest Archipelago press releases and news posts."
    },
    {
      "name": "list_careers",
      "description": "Search open positions across Archipelago corporate and hotel properties."
    },
    {
      "name": "submit_inquiry",
      "description": "Submit a business inquiry to the Archipelago corporate team."
    },
    {
      "name": "request_brochure",
      "description": "Request a download link for an Archipelago brand or service brochure."
    }
  ],
  "links": {
    "api-catalog": "https://www.archipelagohotels.com/.well-known/api-catalog",
    "agent-skills": "https://www.archipelagohotels.com/.well-known/agent-skills/index.json",
    "terms": "https://www.archipelagohotels.com/legal/",
    "privacy": "https://www.archipelagohotels.com/membership/privacy-policy/"
  }
}
