NREL AFDC — Nearest Alt-Fuel Stations
nrel.afdc.nearestLocate the nearest alternative fuel stations to any US coordinate. Returns station name, address, fuel types, network, plug types, hours, and last verified date.
Instructions
Find the nearest alternative fuel stations to a given US location (latitude/longitude). Includes EV charging (Level 1/2/DC Fast), CNG, LNG, propane, biodiesel, hydrogen. Returns station name, address, network, plug types, hours, last verified date. US-specific; for global EV stations use openchargemap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | WGS84 latitude (US territory only). Example: 37.7749 for San Francisco. | |
| longitude | Yes | WGS84 longitude (US territory only). Example: -122.4194 for San Francisco. | |
| fuel_type | No | Comma-separated fuel codes: ELEC (electric), CNG, LNG, LPG (propane), BD (biodiesel), E85, HY (hydrogen). Default ELEC. | ELEC |
| status | No | Station status: E=available (open), P=planned (future), T=temporarily unavailable. Default E. | E |
| radius | No | Search radius in miles (max 500). Default 5. | |
| limit | No | Max stations to return (1-200). 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. |