Search EV Charging Stations
ev.charging.searchLocate EV charging stations globally by location, country, operator, connector, and power. Set a minimum power threshold to identify fast-charging stations.
Instructions
Search 300K+ EV charging stations worldwide by location, country, operator, connector type, and power level. Returns station address, GPS coordinates, connectors (Type 2, CCS, CHAdeMO), power kW, operator, status. Filter by min power for fast charging. Largest open EV charging database (Open Charge Map)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | No | ISO 2-letter country code to filter by (e.g. "US", "GB", "DE") | |
| latitude | No | Latitude for location-based search (e.g. 51.5074) | |
| longitude | No | Longitude for location-based search (e.g. -0.1278) | |
| distance | No | Search radius in distance_unit (default KM) | |
| distance_unit | No | Distance unit: KM or Miles (default KM) | |
| operator_id | No | Filter by charging network operator ID | |
| connection_type_id | No | Filter by connector type (e.g. 25=Type 2, 33=CCS, 2=CHAdeMO) | |
| min_power_kw | No | Minimum charger power in kW (e.g. 50 for fast charging) | |
| status_type_id | No | Filter by status (50=Operational, 100=Not Operational) | |
| limit | No | Maximum results to return (1-100, default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |