ev_charging
ActiveTool of io.github.digitalweb33333-creator/x402-endpoints
EV charging stations worldwide from Open Charge Map — give a location and radius, get nearby stations with operator, connector type, power (kW), number of points and status. Price: $0.01 per call (x402 payment, USDC on Base mainnet). EV charging stations worldwide from Open Charge Map. Returns nearby stations with operator, connector type (Type2/CCS/CHAdeMO), power in kW, number of points and status. For routing, fleet and trip-planning agents. Input: latitude, longitude, radius (km) and max results.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"distance": {
"type": "number",
"description": "Search radius in km (0-200], e.g. 5"
},
"latitude": {
"type": "number",
"description": "Latitude of search center, e.g. 48.85"
},
"longitude": {
"type": "number",
"description": "Longitude of search center, e.g. 2.35"
},
"maxresults": {
"type": "integer",
"description": "Max stations to return [1-200], e.g. 20"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.digitalweb33333-creator/x402-endpoints
https://github.com/digitalweb33333-creator/x402-endpoints
1/7 registries