{
  "$comment": "Emerging-convention MCP discovery manifest. Not yet part of an official IETF/Anthropic standard, but probed by some MCP clients and registries. See https://www.huettentouren.org/fuer-ki-agenten for human docs.",
  "schemaVersion": "0.1",
  "protocolVersion": "2025-06-18",
  "name": "huettentouren",
  "displayName": "Hüttentouren",
  "description": "Plan multi-day hut-to-hut hiking tours in the Alps with live availability from Alpine Club booking systems (DAV, ÖAV, AVS, SAC). German-language route content.",
  "homepage": "https://www.huettentouren.org",
  "documentation": "https://www.huettentouren.org/fuer-ki-agenten",
  "license": "proprietary",
  "language": "de",
  "servers": [
    {
      "transport": "streamable-http",
      "url": "https://www.huettentouren.org/api/mcp",
      "auth": {
        "type": "none"
      }
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "recommend_tours",
      "summary": "Rank alpine hut-to-hut routes by hard filters (difficulty, duration, party size, months, date window) and return sample bookable start dates when availability is fresh."
    },
    {
      "name": "search_tours",
      "summary": "Fuzzy text search over route names and regions."
    },
    {
      "name": "get_tour",
      "summary": "Fetch full stage-by-stage detail for a single route."
    }
  ],
  "registries": [
    {
      "name": "smithery",
      "url": "https://smithery.ai/server/philippvoss2212/huettentouren"
    }
  ],
  "contact": {
    "url": "https://www.huettentouren.org/impressum"
  }
}
