io.github.cyanheads/openchargemap-mcp-server
io.github.cyanheads/openchargemap-mcp-serverFind EV charging stations, detail, and reliability check-ins via the global Open Charge Map.
Tools · 4
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…
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 …
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}