hike-finder
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HIKE_DEM_DIR | No | Directory containing GeoTIFF DEM tiles (for local or auto mode). | |
| HIKE_CAR_RADIUS | No | Radius in metres to search for parking near trail ends. | 300 |
| HIKE_LIFT_RADIUS | No | Radius in metres to search for lift stations near trail ends. | 400 |
| HIKE_OVERPASS_UA | Yes | User-Agent for Overpass API. Required by the public server; set to a real email or project URL. | |
| HIKE_API_ENDPOINT | No | Override the elevation API endpoint. | |
| HIKE_OVERPASS_URL | No | Override the Overpass endpoint (use a regional/self-hosted instance for heavy use). | https://overpass-api.de |
| HIKE_SMOOTH_WINDOW | No | Elevation smoothing window size in samples. | 3 |
| HIKE_ELEVATION_MODE | No | Elevation mode: 'api', 'local', or 'auto'. | auto |
| HIKE_GAIN_THRESHOLD | No | Hysteresis climb threshold in metres. | 10 |
| HIKE_LOOP_TOLERANCE | No | Distance (in metres) between start and end to consider a loop. | 150 |
| HIKE_SAMPLE_INTERVAL | No | Resample spacing along the track in metres. | 25 |
| HIKE_MAX_ROUTE_FACTOR | No | Maximum route length factor relative to bbox diagonal; drops through-routes. | 4.0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_hikesA | Find marked OSM hiking routes in a bounding box, filtered by real computed elevation gain and distance, plus shape and access. Data is OpenStreetMap route relations (same source family as mapy.cz); gain/distance are computed locally, not scraped. Filters (all optional): elevation gain (m), distance (km), Confidence: shape (circular) is reliable. car_access/chairlift_access are best-effort from OSM completeness — a |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BoykoNeov/hike-finder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server