MCP server exposing 2 tools for openchargemap.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/openchargemap/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
find_stations — Find EV charging stations (electric vehicle chargers) near a location. Returns nearby charging stations with operator, status, available connector types (CCS/CHAdeMO/Tesla connectors), charging speed (kW), and distance. Filter by connector type to find e.g. only CCS or Tesla chargers.get_station — Get full detail for a single EV charging station by its Open Charge Map POI ID. Returns the connector types (CCS/CHAdeMO/Tesla connectors), charging speed (kW), operator, status, plus user comments and last-verified date.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/openchargemap/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io