# huettentouren

Plan multi-day hut-to-hut hiking tours in the European Alps, powered by

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add philippvoss2212/huettentouren

# Browse available tools
npx -y @smithery/cli@latest tool list philippvoss2212/huettentouren

# Get full schema for a tool
npx -y @smithery/cli@latest tool get philippvoss2212/huettentouren recommend_tours

# Call a tool
npx -y @smithery/cli@latest tool call philippvoss2212/huettentouren recommend_tours '{}'
```

## Direct MCP Connection

Endpoint: `https://huettentouren--philippvoss2212.run.tools`

## Tools (3)

- `recommend_tours` — Recommend fitting hut-to-hut tours using structured tour data and fresh availability rules.
- `search` — Search published hut-to-hut tours by compact public fields.
- `fetch` — Fetch compact, curated details for one published hut-to-hut tour.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get philippvoss2212/huettentouren <tool-name>
```
