CE
Chargt EV Charging
/chargt_find_chargers
Find charging stations
Find electric vehicle charging stations near a location in the Netherlands. This server is currently NL-only: the country parameter accepts only 'NL' (default).
liveunknown~5s typical
mcpchargtevcharging
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-chargt-chargt-mcp /chargt_find_chargers for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude* | number | Decimal degrees, e.g. 52.0902 |
| longitude* | number | Decimal degrees, e.g. 5.1213 |
| radius_km | number | Search radius, clamped to max 50 default 10 |
| limit | integer | Max result count, default 20, max 50 default 20 |
| connector_types | array | Connector types (case-insensitive): friendly names (CCS, CHAdeMO, TYPE2, TYPE1) or raw OCP |
| min_power_kw | number | Minimum charging power, e.g. 50 |
| language | string (nl | en) | Response prose language; default nl default "nl" |
| country | string (NL) | Country of the charging stations; NL only default "NL" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-chargt-chargt-mcp","endpoint":"/chargt_find_chargers","input":{"latitude":1,"longitude":1,"radius_km":10,"limit":20,"language":"nl","country":"NL"}}'cli
npx cracked-ai run -p mcp-com-chargt-chargt-mcp -e /chargt_find_chargers -i '{"latitude":1,"longitude":1,"radius_km":10,"limit":20,"language":"nl","country":"NL"}'mcp
run_tool({ provider: "mcp-com-chargt-chargt-mcp", endpoint: "/chargt_find_chargers", input: {"latitude":1,"longitude":1,"radius_km":10,"limit":20,"language":"nl","country":"NL"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.