find_stations

Pack: openchargemap · Endpoint: https://gateway.pipeworx.io/openchargemap/mcp

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.

Parameters

NameTypeRequiredDescription
latitudenumberyesLatitude of the search center, e.g. 37.7749.
longitudenumberyesLongitude of the search center, e.g. -122.4194.
distancenumbernoSearch radius around the location (default 10).
distance_unitstringnoUnit for the search radius (default “KM”).
max_resultsnumbernoMaximum number of stations to return (default 20, max 100).
connection_typestringnoOptional connector type name to filter by, e.g. “CCS”, “CHAdeMO”, “Tesla”. Case-insensitive substring match against each station’s connector titles.

Example call

curl -X POST https://gateway.pipeworx.io/openchargemap/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_stations","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "openchargemap": {
      "url": "https://gateway.pipeworx.io/openchargemap/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 6, 2026