Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

huettentouren

philippvoss2212/huettentouren

Plan multi-day hut-to-hut hiking tours in the European Alps, powered by live availability data from the Alpine Club booking systems (DAV, ÖAV, AVS). ## What it does - Recommends curated multi-day routes filtered by difficulty, duration, number of hikers, and travel window - Returns bookable start dates only when hut availability is fresh (≤8h old) - Flags off-season requests, stale data, and no-match cases explicitly (no hallucinated suggestions) - Exposes full route detail: stages, elevation, overnight huts, booking URLs ## Tools - `recommend_tours` — rank routes by hard filters + soft preferences (months, transport, difficulty), return top matches with sample start dates - `search_tours` — fuzzy text search across route names and regions - `get_tour` — fetch full stage-by-stage detail for a single route ## Data notes Route content, stage descriptions, and hut names are in **German** (the primary audience is DACH hikers). Numeric fields, enums, and IDs are locale-neutral. Best used by agents that can either speak German or translate German strings downstream. Availability is aggregated server-side across multiple booking providers and exposed with a clear freshness contract — agents should not guess dates when `status != "bookable"`.

Uptime
100.0%
1 direct probes · 30d
Response
1360ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

recommend_tours

Recommend fitting hut-to-hut tours using structured tour data and fresh availability rules. Each result includes `url`, the canonical huettentouren.org detail page — link users there, not to any upstr…

search

Search published hut-to-hut tours by compact public fields. Each result includes `url`, the canonical huettentouren.org detail page — link users there.

fetch

Fetch compact, curated details for one published hut-to-hut tour. The returned `url` is the canonical huettentouren.org detail page — link users there.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "huettentouren": {
      "url": "https://www.huettentouren.org/api/mcp",
      "transport": "http"
    }
  }
}