nrel_alt_fuel_stations
ActiveTool of io.github.blackboxfoundry/livedatalink
Find alternative fuel stations near a location: electric (EV) charging, CNG, LNG, E85, hydrogen, propane, biodiesel. Used by route planning agents, fleet operators, and EV/clean-fuel tech.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"lat": {
"type": "number",
"description": "Latitude. Use with lon as alternative to location."
},
"lon": {
"type": "number",
"description": "Longitude. Use with lat as alternative to location."
},
"limit": {
"type": "number",
"description": "Max stations to return (default 25, max 200)."
},
"state": {
"type": "string",
"description": "Optional 2-letter state code filter."
},
"radius": {
"type": "number",
"description": "Search radius in miles (default 5, max 500)."
},
"status": {
"type": "string",
"description": "Optional status filter: E (available, default), P (planned), T (temporarily unavailable)."
},
"location": {
"type": "string",
"description": "Address or city/state. Either location OR lat+lon required."
},
"fuel_type": {
"type": "string",
"description": "Comma-separated fuel types: ELEC (default), CNG, LNG, E85, HY, LPG, BD."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries