@pipeworx/overpass
Connect: https://gateway.pipeworx.io/overpass/mcp · Install: one-click buttons
Tools: 3
OpenStreetMap Overpass API MCP — programmatic OSM queries, no auth.
Tools
query(qql)— raw Overpass QL for advanced queries.pois_near(latitude, longitude, tag, radius_m?, limit?)— POIs in a radius.places_in_bbox(south, west, north, east, tag, limit?)— POIs in a bounding box.
Data source
https://overpass-api.de/api/interpreter — POST Overpass QL, returns JSON. ~10k queries/day from the public pool.
Tools
- query — Run a raw Overpass QL query against OpenStreetMap. Use for complex spatial queries the helper tools can’t express. Example: `[out:json][timeout:25]; area[“name”=“Berlin”][admin_level=4]->.a; node[“ame
- pois_near — Find OpenStreetMap points of interest (shops, amenities, businesses) near a location. Give a location either as latitude+longitude OR as a place name via “place” (e.g. place: “Göttingen, Germany” — au
- places_in_bbox — Find OSM POIs inside a bounding box. Use for “every park in this area” or “all restaurants in this neighborhood”. Bounding box is (south, west, north, east) in degrees.
Tools
-
places_in_bbox— Find OSM POIs inside a bounding box. Use for every park in this area or all restaurants in this neighborhood . Bounding box is (south, west, north, east) in degrees. -
pois_near— Find OpenStreetMap points of interest (shops, amenities, businesses) near a location. Give a location either as latitude+longitude OR as a place name via place (e.g. place: Göttingen, Germany — auto-g -
query— Run a raw Overpass QL query against OpenStreetMap. Use for complex spatial queries the helper tools can't express. Example: `[out:json][timeout:25]; area[ name = Berlin ][admin_level=4]->.a; node[ ame