Gives Claude access to geoBoundaries, an open database of political and administrative boundary data worldwide. This is part of the Pipeworx gateway ecosystem, which connects to 697+ data sources through a unified MCP interface. You can either connect to this specific geoBoundaries endpoint or use the full Pipeworx gateway to access everything at once. The standout feature is ask_pipeworx, which lets you query boundary data in plain English rather than constructing manual tool calls. Useful when you need to work with country borders, administrative regions, or any geographic boundary analysis without hunting down shapefiles or juggling different GIS APIs.
geoBoundaries MCP — open database of political administrative boundaries.
Part of Pipeworx — an MCP gateway connecting AI agents to 697+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"geoboundaries": {
"url": "https://gateway.pipeworx.io/geoboundaries/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 697+ 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 Geoboundaries 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