mcpbeat Sign in

Chargt EV Charging MCP Server

answering

Chargt EV Charging is answering right now. Last checked 4 min ago. It exposes 2 tools.

Find EV charging stations, live availability and prices across the Netherlands via NDW data.

Uptime history 24 days of history
24 days agonow
100.0%
Uptime 24h
93 of 93 checks
2
Tools
read from the server
213 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 26 August 2026. No other catalogue keeps this.

26 Aug a tool description was rewritten chargt_get_details

Nothing serious here today

Today is the operative word: we check Chargt EV Charging every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add chargt-mcp --transport http https://mcp.chargt.eu/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chargt-mcp": {
      "url": "https://mcp.chargt.eu/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chargt-mcp]
url = "https://mcp.chargt.eu/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "chargt-mcp": {
      "url": "https://mcp.chargt.eu/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chargt-mcp": {
      "url": "https://mcp.chargt.eu/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

chargt
chargt_find_chargers
Find electric vehicle charging stations near a location in the Netherlands. This server is currently NL-only: the country parameter accepts only 'NL' (default). Returns stations sorted by distance (closest first), then by power output (fastest first), with prices from the Dutch National Road Traffic Data Portal (NDW). Includes operator name, station name, address, connector types, power, parking type, and postal code. Some chargers have time-of-use pricing (price varies by time of day) — these are shown as a price range. Some stations charge extra fees NOT included in the per-kWh price: a one-off start fee, an idle fee, or a time-based fee. Each hit flags this compactly via has_additional_costs plus up-to amounts (start_fee_eur / idle_fee_eur_per_hour / time_fee_eur_per_hour). When flagged, call get_details for the full breakdown. Prices update daily from the NDW. This tool does not return live availability; call get_details for a specific station's near-real-time NDW availability (real-time status for stations that report it). Prices are indicative and sourced from NDW — tell the user to verify at the charger before relying on them, and do NOT recommend a specific charge card or plan.
chargt_get_details
Full station details for one Dutch EV charging station, including near-real-time NDW availability. This server is currently NL-only: the country parameter accepts only 'NL' (default). Returns: operator, all connectors with power levels and prices, and the full cost breakdown (price_slots) including the per-kWh (ENERGY) price, time-based (TIME) fees, idle (PARKING_TIME) fees, and one-off/start (FLAT) fees. Also returns parking type, postal code, and live availability status when the station reports to NDW. availability.status is one of available|partial|occupied|unknown matching the Chargt website: available="Beschikbaar"(nl)/"available"(en); partial="Gedeeltelijk bezet"/"partially occupied"; occupied="Alle plaatsen bezet"/"all occupied"; unknown="Onbekend"/"unknown". available_count/total_count give the count, e.g. "2 van de {total} laadpunten vrij"(nl) / "{available} of {total} chargers available"(en) — use the language param for the locale; never state a count as 0 when it is null/unknown. availability.availability_note (localized nl/en) explains the status semantics: when status is "unknown" it usually means the latest live NDW reading was older than 15 hours and was filtered out, or no live reading has come in yet — report this as "unknown / retry in a few minutes", NOT as "no data" or a coverage gap (the charging point exists). When status is available|partial|occupied, the note confirms a current live NDW reading as of the timestamp shown. This is the only Chargt tool that returns the complete tariff breakdown and real-time availability. Call this after find_chargers flags a station with extra fees (start/idle/time) to see its exact costs. Prices are indicative and sourced from NDW — tell the user to verify at the charger before relying on them, and do NOT recommend a specific charge card or plan.

Endpoints

URLTransportStateLatencyChecked
https://mcp.chargt.eu/mcp streamable-http answering 293 ms 4 min ago

Alternatives to Chargt EV Charging

same job, measured the same way
Openchargemap MCP Server
by cyanheads

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

103 installs/wk 4 tools answering
C
Tee Times
by loopgolf

Live golf tee time availability across US courses. Search by location, date, players, and price.

answering
Cycle Tracker
by thisisbankole

Live UK bike-share availability: nearby bikes and stations, popular stations, 90-day history.

5 tools answering
Namecheap
by ziggythebot

Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links

24 installs/wk local only
Zenarion — Thai massage booking
by zenarion

Find and book Thai-massage salons in Switzerland with live availability.

answering
Cross-DEX Prices & Spreads
by donnywin85

Live cross-DEX pool prices, liquidity and spreads on 6 EVM chains, read from on-chain pool state.

20 installs/wk local only
Washlib
by washlib

Find car wash centers in France, compare prices, check live availability, and look up a booking.

5 tools answering
Aurinia — book across venues via your AI assistant
by aurinia

Find availability and book across a network of independent venues via your AI assistant.

8 tools answering

Chargt EV Charging — questions

Answers built from our own checks of this server.

What can Chargt EV Charging do?
It exposes 2 tools, read directly from the server on our last check. Among them: chargt_find_chargers, chargt_get_details. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Chargt EV Charging working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 213 ms. The bar chart above shows every period we have measured.
How do I connect Chargt EV Charging?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Chargt EV Charging need an API key?
No. Chargt EV Charging completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Chargt EV Charging?
It answers our handshake in 213 ms on average, which is faster than 65% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.