Skip to content

v0.1.0: Initial release — Open Charge Map EV charging

Choose a tag to compare

@cyanheads cyanheads released this 14 Jun 09:03
· 5 commits to main since this release
1d39dc1

Initial release — Open Charge Map EV charging

Find-and-detail MCP server over the global, community-maintained Open Charge Map registry, built on @cyanheads/mcp-ts-core.

Added:

  • openchargemap_find_stations — EV charging stations near a point or in a bounding box, filtered by connector type, minimum power, operator, usage type, charge level, status, and minimum charge points.
  • openchargemap_get_station — full station record by OCM ID: connections, operator, usage/access, charge points, cost, media, and a plain-prose reliability note. Optional inline comments.
  • openchargemap_lookup_reference — resolve connector/operator/usage/status/country names to filter IDs, served offline from a bundled snapshot with curated aliases (CCS, NACS/Supercharger, J1772, Type 2).
  • openchargemap_get_station_comments — community check-ins alongside registry status and last-verified date.
  • openchargemap://station/{id} resource.
  • Bundled OCM reference snapshot with optional startup refresh (OPENCHARGEMAP_REFERENCE_REFRESH).
  • Config: OPENCHARGEMAP_API_KEY (required), OPENCHARGEMAP_BASE_URL, OPENCHARGEMAP_REFERENCE_REFRESH.

Station data © Open Charge Map contributors, licensed under CC BY 4.0.

38 tests pass; bun run devcheck clean.