Chargt EV Charging
CE
Chargt EV Charging
/chargt_get_details

Get charging station 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 accep

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_get_details for me.

Input

FieldTypeDescription
station_id*stringCharging station ID
languagestring (nl | en)Response prose language; default nl default "nl"
countrystring (NL)Country of the charging station; 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_get_details","input":{"station_id":"...","language":"nl","country":"NL"}}'
cli
npx cracked-ai run -p mcp-com-chargt-chargt-mcp -e /chargt_get_details -i '{"station_id":"...","language":"nl","country":"NL"}'
mcp
run_tool({ provider: "mcp-com-chargt-chargt-mcp", endpoint: "/chargt_get_details", input: {"station_id":"...","language":"nl","country":"NL"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.