{
  "specVersion": "1.0",
  "host": {
    "name": "KaleMap",
    "url": "https://kalemap.com",
    "description": "Vegan options at ordinary restaurants in 20 cities, read from menus and confirmed by diners.",
    "contact": "https://kalemap.com/data"
  },
  "updatedAt": "2026-09-06",
  "entries": [
    {
      "identifier": "urn:air:kalemap.com:api:openapi",
      "id": "urn:air:kalemap.com:api:openapi",
      "displayName": "KaleMap REST API",
      "description": "Places in a map view and text search, with vegan status, score and best dishes.",
      "type": "application/openapi+json",
      "url": "https://kalemap.com/openapi.json",
      "representativeQueries": [
        "restaurants with vegan options near a coordinate",
        "search a restaurant by name",
        "is there vegan food at this address"
      ]
    },
    {
      "identifier": "urn:air:kalemap.com:mcp:server",
      "id": "urn:air:kalemap.com:mcp:server",
      "displayName": "KaleMap MCP server",
      "description": "Tools: search_places, place_vegan_options, places_near, city_vegan_places, list_cities. Streamable HTTP, no auth.",
      "type": "application/json",
      "url": "https://kalemap.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what can a vegan eat at Bulla Gastrobar",
        "vegan dishes at a restaurant by slug",
        "most vegan-friendly places in Lisbon"
      ]
    },
    {
      "identifier": "urn:air:kalemap.com:a2a:agent",
      "id": "urn:air:kalemap.com:a2a:agent",
      "displayName": "KaleMap A2A agent",
      "description": "Ask in plain text; get matching places with links, or nearby places for a coordinate.",
      "type": "application/json",
      "url": "https://kalemap.com/.well-known/agent-card.json",
      "representativeQueries": [
        "vegan near 25.7481,-80.2588",
        "what can I eat vegan at Taco Rico"
      ]
    },
    {
      "identifier": "urn:air:kalemap.com:skills:vegan-options",
      "id": "urn:air:kalemap.com:skills:vegan-options",
      "displayName": "Agent skill: find vegan options",
      "description": "A recipe for answering vegan-at-restaurant questions with KaleMap.",
      "type": "text/markdown",
      "url": "https://kalemap.com/.well-known/agent-skills/kalemap-vegan-options/SKILL.md",
      "representativeQueries": [
        "how do I answer whether a restaurant has vegan food",
        "find vegan dishes on a menu"
      ]
    },
    {
      "identifier": "urn:air:kalemap.com:content:llms-txt",
      "id": "urn:air:kalemap.com:content:llms-txt",
      "displayName": "llms.txt",
      "description": "The site for language models: page types and where to start. Every page is available as Markdown with Accept: text/markdown.",
      "type": "text/markdown",
      "url": "https://kalemap.com/llms.txt",
      "representativeQueries": [
        "what is KaleMap",
        "which pages exist on kalemap.com"
      ]
    },
    {
      "identifier": "urn:air:kalemap.com:content:sitemap",
      "id": "urn:air:kalemap.com:content:sitemap",
      "displayName": "Sitemap",
      "description": "Every indexable restaurant, dish, city and cuisine page.",
      "type": "application/xml",
      "url": "https://kalemap.com/sitemap.xml",
      "representativeQueries": [
        "list all vegan restaurant pages",
        "all dish pages"
      ]
    }
  ]
}