Skip to content

Releases: cyanheads/openchargemap-mcp-server

v0.1.3: mcp-ts-core ^0.10.9 maintenance

20 Jun 17:31
v0.1.3
4bc0ddd

Choose a tag to compare

mcp-ts-core ^0.10.9 maintenance

Framework adoption only — no server source or behavior changes. Adopts the 0.10.7–0.10.9 devcheck and packaging tooling.

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.10.6 → ^0.10.9
  • @types/node 25.9.3 → 26.0.0

Added:

  • check-dependency-specifiers devcheck step — fails on floating specifiers (latest/*/dist-tags) in package.json + bun.lock workspaces (cyanheads/mcp-ts-core#246)
  • Plugin marketplace manifest checks in lint:packaging, gated by devcheck.config.json packaging.pluginManifests (cyanheads/mcp-ts-core#240)

Changed:

38 tests pass; bun run devcheck clean.

v0.1.2: Add public hosted endpoint

15 Jun 17:45
v0.1.2
e7517e7

Choose a tag to compare

Add public hosted endpoint

Public Streamable HTTP instance at https://openchargemap.caseyjhand.com/mcp — no install required.

Added:

  • remotes[] entry in server.json (type: streamable-http)
  • ### Public Hosted Instance subsection in README Getting Started
  • Centered hosted-server link in README header

Changed:

  • vitest ^4.1.8 → ^4.1.9 (patch)

38 tests pass; bun run devcheck clean.

v0.1.1: Action-first package descriptions

14 Jun 10:29
00485af

Choose a tag to compare

Action-first package descriptions

Package, manifest, and plugin descriptions rewritten to lead with what the server does.

Changed:

  • Package description leads with the action ("Find EV charging stations worldwide by location and connector…") across package.json, manifest.json, .claude-plugin/plugin.json, and .codex-plugin/plugin.json

38 tests pass; bun run devcheck clean.

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

14 Jun 09:03
1d39dc1

Choose a tag to compare

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.