An MCP server providing geocoding, routing, isochrones, and POI-by-proximity search through self-hosted OpenStreetMap backends.
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.PORT— 8000 HTTP listen port.VALHALLA_URL— export =http://localhost:8002NOMINATIM_URL— export =http://localhost:8080NOMINATIM_RATE_LIMIT_RPS— 5.0 Max Nominatim req/sec (1/rps = min interval).NOMINATIM_USER_AGENT— jquad-maps-mcp User-Agent header.OVERPASS_URL— traffic, self-host Overpass and point at it.OVERPASS_TIMEOUT— 90.0 Per-request Overpass timeout (Europe brand queries can be slow).POI_DATA_PATH— ./data/poi Directory for ingested POI JSON caches.POI_DEFAULT_BRAND— Best Western Default brand for ingest_poi(source="overpass").POI_DEFAULT_AREA— europe Default geographic scope for Overpass ingest (europe, a country code, a list, or a bbox).MAX_MATRIX_SIZE— 50 Max destinations per Valhalla matrix call (chunked above this).HTTP_TIMEOUT_SECONDS— 30.0 Outbound HTTP total timeout.HTTP_CONNECT_TIMEOUT— 10.0 Outbound connect timeout.OTEL_SDK_DISABLED— true uv run python -m src.serverLOG_LEVEL— INFO Logging level.KEYCLOAK_ENABLED— false Optional JWT validation (agent forwards token regardless).KEYCLOAK_SERVER_URLKEYCLOAK_REALMKEYCLOAK_CLIENT_ID[](https://m8ven.ai/mcp/jquad-group-maps-mcp-server-1vl4bx)