{
  "serverInfo": {
    "name": "gingerguide",
    "title": "Gingerguide City Catalog",
    "version": "1.0.0",
    "description": "Read-only MCP server exposing the Gingerguide catalog of European cities and their narrated audio-walking-tour sights."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://gingerguide.app/mcp"
  },
  "capabilities": [
    "tools"
  ],
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "search_cities",
      "description": "Find covered cities by name or country."
    },
    {
      "name": "get_city_guide",
      "description": "Get one city with all its narrated sights."
    },
    {
      "name": "list_countries",
      "description": "List countries with how many cities each has."
    },
    {
      "name": "get_catalog_overview",
      "description": "Catalog totals, languages, and app links."
    }
  ],
  "documentation": "https://gingerguide.app/developers/"
}