# io.github.cyanheads/openchargemap-mcp-server (remote · openchargemap.caseyjhand.com)

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

- Trust score: 68/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `openchargemap.caseyjhand.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/openchargemap.md), [page](https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/openchargemap)
- npm · `@cyanheads/openchargemap-mcp-server`: 35/100, [markdown](https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/cyanheads-openchargemap-mcp-server.md), [page](https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/cyanheads-openchargemap-mcp-server)

## Channel facts

- Endpoint: `https://openchargemap.caseyjhand.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.4`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1453 tokens (~363/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http cyanheads-openchargemap-mcp-server https://openchargemap.caseyjhand.com/mcp
```

### Codex

```toml
[mcp_servers.cyanheads-openchargemap-mcp-server]
url = "https://openchargemap.caseyjhand.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-openchargemap-mcp-server": {
      "type": "remote",
      "url": "https://openchargemap.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyanheads-openchargemap-mcp-server --url https://openchargemap.caseyjhand.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cyanheads-openchargemap-mcp-server:
    url: "https://openchargemap.caseyjhand.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cyanheads-openchargemap-mcp-server": {
      "type": "http",
      "url": "https://openchargemap.caseyjhand.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (4)

### `openchargemap_find_stations` (~820 tokens)

openchargemap-mcp-server: 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 to a country with countrycode. This tool is coordinate-native and does not geocode place names — resolve a place like "Ballard, Seattle" to coordinates with openstreetmap_geocode first, then pass them here. Filter by connector type, minimum power (kW), operator/network, usage type (public/free/membership), charge level, operational status, and minimum charge points. Filter IDs are integers — resolve a connector or network name to its ID with openchargemap_lookup_reference (e.g. "CCS" -> 33). Each result includes title, address, distance from the search point, connections (type, power, count), operator, access rules, registry operational status, and the last-verified date.

Input parameters:

- `boundingbox` (object): Bounding-box search as an alternative to a center+radius. Mutually exclusive with latitude/longitude/distance.
- `connectiontypeid`: Connector type ID, or an array of IDs (OR-matched). Resolve names with openchargemap_lookup_reference — e.g. CCS (Type 2)=33, CHAdeMO=2, NACS/Tesla Supercharger=27, Type 2 socket=25, Type 1/J1772=1.
- `countrycode` (string): Restrict to one country by ISO 3166-1 alpha-2 code (e.g. "US", "FR", "GB"). Omit for a global search. The server is global by default — there is no implicit country.
- `distance` (number): Search radius from the center point, in the unit given by distanceUnit (default km). Max 500. Keep small (5-25) for dense urban areas; widen for rural coverage.
- `distanceUnit` (string): Unit for the distance parameter and the returned distance values.
- `latitude` (number): Center latitude (WGS84 decimal degrees). Use with longitude + distance for a radius search. Resolve place names via openstreetmap_geocode first.
- `levelid`: Charge level ID (1=Low <2kW, 2=Medium >2kW, 3=High >40kW/fast). Array OR-matched. Use 3 as a coarse "fast charging only" filter when a specific connector is not required.
- `longitude` (number): Center longitude (WGS84 decimal degrees). Use with latitude + distance for a radius search.
- `maxresults` (integer): Maximum stations to return, ordered by distance from the search point. Max 200.
- `minchargepoints` (integer): Minimum number of charge points (stalls) at the station. Filters out single-point locations when you need a station likely to have an open stall.
- `minpowerkw` (number): Minimum charging power in kW across any connection at the station. Use ~50 for DC fast charging, ~150 for high-power DC. Stations whose fastest connection is below this are excluded.
- `operatorid`: Operator/network ID, or array of IDs (OR-matched). Resolve a network name with openchargemap_lookup_reference (category "operators") — e.g. "Tesla", "ChargePoint".
- `statustypeid`: Registry operational-status ID, or array (OR-matched). Resolve via openchargemap_lookup_reference (category "statustypes"). NOTE: registry status is operator-reported and can be stale — combine with…
- `usagetypeid`: Usage/access type ID, or array (OR-matched). Resolve via openchargemap_lookup_reference (category "usagetypes") — e.g. Public=1, Public-Pay At Location=5, Public-Membership Required=4.

Output parameters:

- `attribution` (string): Required attribution to Open Charge Map contributors under CC BY 4.0.
- `cap` (number): The maxresults cap that was applied.
- `searchSummary` (string): Human-readable echo of the resolved search: location mode, scope, and active filters as the server applied them.
- `shown` (number): Number of stations returned when the cap was hit.
- `stations` (array): Matching stations, ordered by distance from the search point.
- `totalCount` (number): Number of stations returned.
- `truncated` (boolean): True when results were capped at maxresults.

### `openchargemap_get_station` (~163 tokens)

openchargemap-mcp-server: 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 access restrictions (pay-at-location, membership, access key), the number of charge points, general comments, usage cost, the data provider, media, and verification recency. Set includeComments to also return community check-ins inline.

Input parameters:

- `id` (integer, required): Numeric OCM station ID (e.g. 145452).
- `includeComments` (boolean): Include community check-ins and comments inline in the response. Adds payload but gives the real-world reliability signal alongside the registry status. For comments alone, use openchargemap_get_stat…

Output parameters:

- `attribution` (string): Required CC BY 4.0 attribution to Open Charge Map contributors.
- `reliabilityNote` (string): A caveat when the registry status, verification age, coordinates, or comments suggest the listing may not reflect reality. Omitted when there is nothing to flag.
- `station` (object): The full station record.

### `openchargemap_lookup_reference` (~254 tokens)

openchargemap-mcp-server: 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 connectiontypeid, "ChargePoint" -> an operatorid, "Public - Pay At Location" -> a usagetypeid, "France" or "FR" -> a country. Omit the query to browse the whole category.

Input parameters:

- `category` (string, required): Which reference set to query. connectiontypes -> connectiontypeid; operators -> operatorid; usagetypes -> usagetypeid; statustypes -> statustypeid; currenttypes -> current type; levels -> charge leve…
- `limit` (integer): Maximum entries to return when browsing or when a query matches several. Max 100.
- `query` (string): Name, title, code, or alias to resolve (e.g. "CCS", "CHAdeMO", "Tesla", "Public", "France", "FR"). Case-insensitive, matches on title, formal name, and known aliases. Omit to browse the entire catego…

Output parameters:

- `attribution` (string): Required CC BY 4.0 attribution to Open Charge Map contributors.
- `cap` (number): The limit that was applied.
- `category` (string): The reference category queried.
- `filterParam` (string): The find_stations input parameter these IDs feed (e.g. "connectiontypeid"). Omitted for categories with no direct filter (currenttypes; countries use countrycode).
- `matches` (array): Matching reference entries, best/exact match first.
- `notice` (string): Guidance when a query matched nothing.
- `shown` (number): Number of entries returned when the cap was hit.
- `snapshotDate` (string): Date the bundled reference snapshot was captured, so callers know the data vintage.
- `totalCount` (number): Number of entries returned.
- `truncated` (boolean): True when a browse was capped at limit.

### `openchargemap_get_station_comments` (~112 tokens)

openchargemap-mcp-server: 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 ratings and dates, alongside the station's current registry status and last-verified date, surfacing mismatches like "listed operational, but the last few check-ins report a fault."

Input parameters:

- `id` (integer, required): Numeric OCM station ID.
- `maxresults` (integer): Maximum comments to return, newest first. Max 100.

Output parameters:

- `attribution` (string): Required CC BY 4.0 attribution to Open Charge Map contributors.
- `cap` (number): The maxresults cap that was applied.
- `comments` (array): Community comments, newest first. Empty array means OCM has no check-ins for this station — absence of reports is not evidence the charger works.
- `dateLastVerified`: ISO 8601 date the listing was last verified. null when never verified.
- `isOperational` (boolean): Whether the registry marks the station operational. Absent when the operational state is unknown. Compare against the comments below — they are the real-world check.
- `notice` (string): Guidance when the station has no check-ins on record.
- `registryStatus` (string): Current registry operational status (operator-reported).
- `reliabilityNote` (string): A caveat when the registry status, verification age, coordinates, or comments suggest the listing may not reflect reality. Omitted when there is nothing to flag.
- `shown` (number): Number of comments returned when the cap was hit.
- `stationId` (number): OCM station ID the comments belong to.
- `stationTitle` (string): Station name, for context.
- `totalCount` (number): Number of comments returned.
- `truncated` (boolean): True when comments were capped at maxresults.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/openchargemap#diagnostics

## Score history

- 2026-08-04: 68
- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 66
- 2026-07-30: 65
- 2026-07-29: 64
- 2026-07-28: 63
- 2026-07-27: 63
- 2026-07-26: 62

## Links

- Remote endpoint: https://openchargemap.caseyjhand.com/mcp
- Repository: https://github.com/cyanheads/openchargemap-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/openchargemap/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/openchargemap/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cyanheads-openchargemap-mcp-server/openchargemap
