Finds marked hiking routes from OpenStreetMap filtered by locally-computed elevation gain, distance, loop shape, and car/chairlift access, providing consistent and tunable metrics instead of third-party scraped data.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.HIKE_ELEVATION_MODE— Set via . See src/hike_finder/config.py.HIKE_DEM_DIR— GeoTIFF DEM tile directory (for local/auto) —HIKE_API_ENDPOINT— Override the elevation API endpoint provider defaultHIKE_OVERPASS_URL— Override the Overpass endpoint (use a regional/self-hosted instance for heavy use) overpass-api.deHIKE_OVERPASS_UA— (web UI), or =you@example.com in the environment — perHIKE_API_MIN_INTERVAL— Min seconds between elevation-API requests (keeps you under the public ~1 req/sec limit) 1.1HIKE_API_MAX_RETRIES— Retries on transient API errors (429 / 5xx / network), with exponential backoff honouring Retry-After 3HIKE_API_BACKOFF— Backoff base seconds, doubled each retry 2.0HIKE_API_MAX_BACKOFF— Cap on any single wait, seconds; a Retry-After above this (e.g. a daily-quota 429) makes the route degrade to n/a instead of stalling 30HIKE_API_DAILY_LIMIT— Max elevation-API requests per UTC day, counted in a persistent file across runs; at the cap, routes degrade to n/a instead of getting the IP banned. 0 disables tracking 1000HIKE_API_STATE_DIR— Directory holding the daily-counter file per-user cache (%LOCALAPPDATA%/hike-finder or ~/.cache/hike-finder)HIKE_GAIN_THRESHOLD— Hysteresis climb threshold, metres (must exceed peak-to-peak DEM noise) 10HIKE_SAMPLE_INTERVAL— Resample spacing along the track, metres 25HIKE_SMOOTH_WINDOW— Elevation smoothing window, samples 3HIKE_LOOP_TOLERANCE— start≈end distance that closes a loop, metres 150HIKE_CAR_RADIUS— Parking-near-endpoint radius, metres 300HIKE_LIFT_RADIUS— Lift-station-near-endpoint radius, metres 400HIKE_MAX_ROUTE_FACTOR— Drop routes longer than this × the bbox diagonal (kills through-routes) 4.0XDG_CACHE_HOME[](https://m8ven.ai/mcp/boykoneov-hike-finder-mcp-q0ax8l)