Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/openchargemap-mcp-server

io.github.cyanheads/openchargemap-mcp-server

Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.

Uptime
100.0%
1 direct probes · 30d
Response
772ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

openchargemap_find_stations

Find EV charging stations from the global Open Charge Map registry near a point or within a bounding box. Provide either a center (latitude + longitude + distance) or a boundingbox; optionally scope t…

openchargemap_get_station

Get the full record for one Open Charge Map station by its numeric OCM ID. Returns every connection (type, level, power, current, quantity, per-connection status), the operator and network, usage and …

openchargemap_lookup_reference

Resolve Open Charge Map reference data to the integer IDs that openchargemap_find_stations filters require. Pick a category and pass a name or code to resolve — "CCS" or "Tesla Supercharger" -> a conn…

openchargemap_get_station_comments

Read community check-ins and comments for one Open Charge Map station — the real-world reliability signal beyond the operator-reported registry status. Returns user comments and fault reports with rat…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/openchargemap-mcp-server": {
      "url": "https://openchargemap.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}