Chargt EV Charging
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

FieldTypeDescription
latitude*numberDecimal degrees, e.g. 52.0902
longitude*numberDecimal degrees, e.g. 5.1213
radius_kmnumberSearch radius, clamped to max 50 default 10
limitintegerMax result count, default 20, max 50 default 20
connector_typesarrayConnector types (case-insensitive): friendly names (CCS, CHAdeMO, TYPE2, TYPE1) or raw OCP
min_power_kwnumberMinimum charging power, e.g. 50
languagestring (nl | en)Response prose language; default nl default "nl"
countrystring (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.