{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "sorted.travel/mcp",
  "title": "Sorted Travel",
  "version": "1.0.0",
  "description": "Personalized destination ranking, destination lookup, destination facts, destination weather, and visa planning. MCP Apps-enabled - tools render interactive destination cards in Claude, ChatGPT, and other MCP hosts.",
  "websiteUrl": "https://sorted.travel",
  "url": "https://sorted.travel/mcp",
  "kind": "product",
  "serverUrl": "https://sorted.travel/mcp",
  "capabilities": {
    "tools": true,
    "resources": true,
    "extensions": {
      "io.modelcontextprotocol/ui": {
        "mimeTypes": ["text/html;profile=mcp-app"]
      }
    }
  },
  "resources": [
    {
      "name": "recommendations",
      "uri": "ui://sorted/recommendations",
      "mimeType": "text/html;profile=mcp-app",
      "description": "Ranked destination cards for get_recommended_destinations."
    },
    {
      "name": "place",
      "uri": "ui://sorted/place",
      "mimeType": "text/html;profile=mcp-app",
      "description": "Place facts and weather widgets for destination tools."
    }
  ],
  "tools": [
    {
      "name": "resolve_destination",
      "description": "Resolve a city, country, region, or airport onto Sorted destination handles."
    },
    {
      "name": "get_recommended_destinations",
      "description": "Rank destinations from a departure airport.",
      "_meta": {
        "ui": {
          "resourceUri": "ui://sorted/recommendations",
          "visibility": ["model", "app"]
        },
        "ui/resourceUri": "ui://sorted/recommendations"
      }
    },
    {
      "name": "get_destination_info",
      "description": "On-the-ground facts for one destination handle.",
      "_meta": {
        "ui": {
          "resourceUri": "ui://sorted/place",
          "visibility": ["model", "app"]
        },
        "ui/resourceUri": "ui://sorted/place"
      }
    },
    {
      "name": "get_destination_weather",
      "description": "Current weather, a 7-day forecast, monthly climate, and best time to visit.",
      "_meta": {
        "ui": {
          "resourceUri": "ui://sorted/place",
          "visibility": ["model", "app"]
        },
        "ui/resourceUri": "ui://sorted/place"
      }
    },
    {
      "name": "check_visa_requirements",
      "description": "Passport-to-country visa stance from the Sorted visa table."
    }
  ],
  "icons": [
    {
      "src": "https://sorted.travel/favicon.png",
      "mimeType": "image/png",
      "sizes": ["48x48"]
    },
    {
      "src": "https://sorted.travel/content/svg/logo_palms.svg",
      "mimeType": "image/svg+xml",
      "sizes": ["any"]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://sorted.travel/mcp",
      "supportedProtocolVersions": [
        "2024-11-05",
        "2025-03-26",
        "2025-06-18",
        "2025-11-25"
      ]
    }
  ]
}
