Gives Claude access to Open Charge Map's global database of EV charging stations through a streamable HTTP gateway. Part of the Pipeworx platform, which wraps 764+ data sources behind MCP interfaces. The implementation is light on specifics, but you're essentially getting programmatic access to openchargemap.io's station locations, availability, and network data. Worth noting the ask_pipeworx natural language wrapper if you want to skip writing explicit tool calls. Useful when you're building anything related to EV trip planning, charging infrastructure analysis, or location-based services for electric vehicles. Hosted gateway means no API key management on your end.
Open Charge Map MCP — global EV charging station database (openchargemap.io).
Part of Pipeworx — an MCP gateway connecting AI agents to 764+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"openchargemap": {
"url": "https://gateway.pipeworx.io/openchargemap/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 764+ 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 Openchargemap 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