Wraps the Geoapify Location Platform APIs for geocoding, maps, routing, and place data. Part of the Pipeworx gateway ecosystem, which hosts 737+ data source connectors behind a single MCP endpoint. You can add just the Geoapify server or connect to the full Pipeworx gateway for access to everything. Includes an ask_pipeworx tool that lets you query in plain English instead of calling specific tools directly. Hosted remotely via streamable HTTP, so no local installation needed. Reach for this when you need location intelligence baked into Claude: address lookup, reverse geocoding, autocomplete, isochrone mapping, or place search.
Geoapify MCP — wraps the Geoapify Location Platform (geoapify.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 737+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"geoapify": {
"url": "https://gateway.pipeworx.io/geoapify/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 737+ 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 Geoapify data" })
The gateway picks the right tool and fills the arguments automatically.
MIT