Skip to main content
Glama
BoykoNeov

hike-finder

by BoykoNeov

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HIKE_DEM_DIRNoDirectory containing GeoTIFF DEM tiles (for local or auto mode).
HIKE_CAR_RADIUSNoRadius in metres to search for parking near trail ends.300
HIKE_LIFT_RADIUSNoRadius in metres to search for lift stations near trail ends.400
HIKE_OVERPASS_UAYesUser-Agent for Overpass API. Required by the public server; set to a real email or project URL.
HIKE_API_ENDPOINTNoOverride the elevation API endpoint.
HIKE_OVERPASS_URLNoOverride the Overpass endpoint (use a regional/self-hosted instance for heavy use).https://overpass-api.de
HIKE_SMOOTH_WINDOWNoElevation smoothing window size in samples.3
HIKE_ELEVATION_MODENoElevation mode: 'api', 'local', or 'auto'.auto
HIKE_GAIN_THRESHOLDNoHysteresis climb threshold in metres.10
HIKE_LOOP_TOLERANCENoDistance (in metres) between start and end to consider a loop.150
HIKE_SAMPLE_INTERVALNoResample spacing along the track in metres.25
HIKE_MAX_ROUTE_FACTORNoMaximum route length factor relative to bbox diagonal; drops through-routes.4.0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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), circular (loop vs point-to-point), car_access (parking mapped near a trail end), chairlift_access (a ride-up aerialway — chairlift/gondola/cable car — mapped near a trail end). Boolean filters are tri-state: omit = don't care, true = require, false = exclude.

Confidence: shape (circular) is reliable. car_access/chairlift_access are best-effort from OSM completeness — a false means nothing of that kind is MAPPED near the route's ends, not that it is impossible to get there.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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