{
  "specVersion": "1.0",
  "host": {
    "displayName": "FanDays",
    "identifier": "https://fandays.dk",
    "documentationUrl": "https://fandays.dk/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:fandays.dk:mcp:server",
      "displayName": "FanDays MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://fandays.dk/mcp",
      "description": "Read-only MCP server for FanDays football-travel packages. Search, look up, recommend, compare, and quote trips. Never books; every result carries a bookingUrl.",
      "tags": [
        "mcp",
        "football",
        "travel",
        "read-only"
      ],
      "capabilities": [
        "search_football_trips",
        "get_football_trip",
        "find_cheapest_football_trip",
        "recommend_football_trips",
        "compare_football_trips"
      ],
      "representativeQueries": [
        "find the cheapest FanDays trip to see Liverpool at Anfield",
        "search FanDays football packages for Napoli",
        "quote a two-night Champions League trip for two adults"
      ]
    },
    {
      "identifier": "urn:air:fandays.dk:agent:a2a",
      "displayName": "FanDays A2A agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://fandays.dk/.well-known/agent-card.json",
      "description": "A2A Agent Card for the same read-only football-travel tools exposed over JSON-RPC at /mcp.",
      "tags": [
        "a2a",
        "football",
        "travel"
      ],
      "representativeQueries": [
        "what can the FanDays agent do",
        "FanDays agent card for football trips"
      ]
    },
    {
      "identifier": "urn:air:fandays.dk:skills:index",
      "displayName": "FanDays agent skills",
      "type": "application/json",
      "url": "https://fandays.dk/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index (browse, book, check fixtures) with per-skill SKILL.md files.",
      "tags": [
        "agent-skills",
        "discovery"
      ],
      "representativeQueries": [
        "which agent skills does FanDays publish",
        "FanDays SKILL.md for booking a football trip"
      ]
    },
    {
      "identifier": "urn:air:fandays.dk:api:openapi",
      "displayName": "FanDays OpenAPI",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://fandays.dk/.well-known/openapi.json",
      "description": "OpenAPI 3.1 for the AI-native catalogue endpoints and the public package API.",
      "tags": [
        "openapi",
        "api"
      ],
      "representativeQueries": [
        "FanDays OpenAPI for football trip search",
        "what JSON endpoints does FanDays expose to agents"
      ]
    },
    {
      "identifier": "urn:air:fandays.dk:api:catalog",
      "displayName": "FanDays API catalog",
      "type": "application/linkset+json",
      "url": "https://fandays.dk/.well-known/api-catalog",
      "description": "RFC 9727 linkset pointing at the OpenAPI service description and llms.txt.",
      "tags": [
        "api-catalog",
        "rfc9727"
      ],
      "representativeQueries": [
        "where is the FanDays API catalog",
        "FanDays service description for agents"
      ]
    },
    {
      "identifier": "urn:air:fandays.dk:content:llms",
      "displayName": "FanDays llms.txt",
      "type": "text/plain",
      "url": "https://fandays.dk/llms.txt",
      "description": "Curated map of the FanDays storefront for language models, in the visited domain's language.",
      "tags": [
        "llms-txt",
        "content"
      ],
      "representativeQueries": [
        "what is FanDays",
        "map of FanDays football travel pages for an LLM"
      ]
    },
    {
      "identifier": "urn:air:fandays.dk:auth:anonymous",
      "displayName": "FanDays agent access policy",
      "type": "text/markdown",
      "url": "https://fandays.dk/auth.md",
      "description": "Auth.md: the catalogue is public. Agents read anonymously; optional OAuth client_credentials is available for MCP.",
      "tags": [
        "auth",
        "anonymous",
        "oauth"
      ],
      "representativeQueries": [
        "how do agents authenticate against FanDays",
        "does FanDays require OAuth to search football trips"
      ]
    }
  ]
}
