Skip to content
Back to search
60
MCP 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%
8 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Hüttentouren
Hut-to-hut hiking tours in the Alps with live availability from multiple booking systems.
0 tools · streamable-http
Blue Pillow Hotels & Stays live
Neutral hotel & stay price comparison for AI agents: live prices from 16+ booking sites. No signup.
6 tools · http
io.github.Fabsbags/swisstrip-mcp live
Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.
6 tools · streamable-http
io.github.houtini-ai/fanout
Multi-URL comparative content analysis with topical gap detection
0 tools
Last_Minute_Deals_HQ
7,000+ live bookable slots across 20 suppliers in 28 cities and 15 countries — Iceland, Italy, Mexico, Morocco, Portugal, Japan, Tanzania, F
0 tools · http
MoltPe live
AI-native payment infrastructure that gives AI agents isolated wallets with programmable spending policies for autonomous USDC stablecoin tr
11 tools · http

How to use

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

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