{
  "specVersion": "1.0",
  "host": {
    "displayName": "Duck Entertainment",
    "identifier": "https://duckegy.com",
    "documentationUrl": "https://duckegy.com/docs/api"
  },
  "entries": [
    {
      "identifier": "urn:air:duckegy.com:server:booking",
      "id": "urn:air:duckegy.com:server:booking",
      "displayName": "Duck Entertainment MCP",
      "type": "application/mcp-server-card+json",
      "mediaType": "application/mcp-server-card+json",
      "url": "https://duckegy.com/.well-known/mcp/server-card.json",
      "description": "Read-only MCP server for Nile water-sports trips, destinations, availability, and business details.",
      "representativeQueries": [
        "kayaking in Aswan Egypt",
        "book a Nile sunset kayak trip",
        "water sports near Aswan Corniche"
      ]
    },
    {
      "identifier": "urn:air:duckegy.com:api:public",
      "id": "urn:air:duckegy.com:api:public",
      "displayName": "Duck Entertainment public API",
      "type": "application/openapi+json",
      "mediaType": "application/openapi+json",
      "url": "https://duckegy.com/openapi.json",
      "description": "OpenAPI 3.1 description of the unauthenticated catalogue, health, manual booking, and feedback endpoints.",
      "representativeQueries": [
        "book a Nile sunset kayak trip",
        "how much does stand-up paddleboarding on the Nile cost",
        "kayaking in Aswan Egypt"
      ]
    },
    {
      "identifier": "urn:air:duckegy.com:doc:reference",
      "id": "urn:air:duckegy.com:doc:reference",
      "displayName": "Duck Entertainment full reference",
      "type": "text/markdown",
      "mediaType": "text/markdown",
      "url": "https://duckegy.com/llms-full.txt",
      "description": "Full markdown reference of trips, destinations, pricing, and booking links.",
      "representativeQueries": [
        "how much does stand-up paddleboarding on the Nile cost",
        "kayaking in Aswan Egypt",
        "water sports near Aswan Corniche"
      ]
    },
    {
      "identifier": "urn:air:duckegy.com:skills:index",
      "id": "urn:air:duckegy.com:skills:index",
      "displayName": "Duck Entertainment agent skills",
      "type": "application/json",
      "mediaType": "application/json",
      "url": "https://duckegy.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index for booking a Duck trip and calling the public API.",
      "representativeQueries": [
        "book a Nile sunset kayak trip",
        "kayaking in Aswan Egypt",
        "water sports near Aswan Corniche"
      ]
    }
  ]
}