Connects Claude to OpenStreetMap's Overpass API for querying geographic data from the OSM database. This is what you'd use when you need to pull location data, find nearby amenities, or run spatial queries against the world's largest open mapping database. Part of the Pipeworx gateway ecosystem, so you can either use it standalone or access it alongside 250+ other data sources through their unified endpoint. The ask_pipeworx interface lets you ask questions in plain English instead of manually constructing Overpass QL queries. Useful for building location aware tools, analyzing geographic patterns, or enriching applications with real world mapping data.
OpenStreetMap Overpass MCP — programmatic queries against the OSM database
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"overpass": {
"url": "https://gateway.pipeworx.io/overpass/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Overpass data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured