geographicevcharging stationsgeospatialinfrastructureuscanadaafdc
US & Canada EV Charging Stations (AFDC) - 12,985 stations with connector types
About this data
Structured snapshot of 12,985 public electric vehicle charging stations in the US and Canada, normalized from the US Dept of Energy Alternative Fuels Data Center (public domain). Columns: latitude, longitude, network, connector_type (CCS/CHAdeMO/NACS/J1772), amenity, addr_city, addr_state, addr_country, opening_hours. Clean, analysis-ready schema for EV routing and infrastructure analysis agents.
Schema
| Name | Type | Description |
|---|---|---|
| latitude | string | |
| longitude | string | |
| network | string | |
| connector_type | string | |
| amenity | string | |
| addr_city | string | |
| addr_state | string | |
| addr_country | string | |
| opening_hours | string |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: 4.5 / 5
0 downloads
Seller: Yoda B Hunter
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "US & Canada EV Charging Statio" })
// Found: 5cf64509-8138-4ecd-a34f-43f5d36b1cdd
get_download_url({ dataset_id: "5cf64509-8138-4ecd-a34f-43f5d36b1cdd" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/5cf64509-8138-4ecd-a34f-43f5d36b1cdd/download-url