mcpserver.lol
registry/openstreetmap-mcp-server
Connection check verified live · 27h ago

openstreetmap-mcp-server

Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

Tools 6
GitHub stars 5
Installs / wk
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

openstreetmap_lookup_objects read-only osm_ids*languageextratags
Fetch address details for one or more known OSM objects by their IDs via Nominatim. Each ID must be prefixed with N (node), W (way), or R (relation), e.g., "N240109189", "W50637691…
openstreetmap_query_bbox read-only east*west*limitnorth*south*offset +5
Find OSM features within a rectangular geographic area (bounding box) via the Overpass API. Useful for area surveys where you want everything in a region, not proximity searches. U…
openstreetmap_query_nearby read-only lat*lon*limitoffsetamenitytag_key +4
Find OSM features within a radius around a geographic point via the Overpass API. The primary tool for "what's near X?" spatial queries. Use amenity for common POI types (hospital,…
openstreetmap_query_raw read-only limitquery*offsettimeout_seconds
Execute a raw Overpass QL query for advanced spatial queries that the convenience tools do not cover. Use for multi-type queries, union queries, relation membership, historical que…
openstreetmap_reverse_geocode read-only lat*lon*zoomlayerlanguageextratags
Convert latitude/longitude coordinates to the nearest address or place name via Nominatim/OpenStreetMap. Returns the closest matching OSM object at the given coordinates. Note: Nom…
openstreetmap_search_places read-only citylayerlimitquerystatecounty +8
Convert a place name or address to geographic coordinates and structured place data via Nominatim/OpenStreetMap. Accepts either a free-form query string (e.g., "Space Needle Seattl…