Find power plants
find_power_plantsFind nearby power plants and generators (solar, wind, etc.) by coordinates. Filter by source and minimum output, sorted by distance, with operator and capacity.
Instructions
Locate electricity production facilities around a location: power plants (power=plant) and standalone generators such as wind turbines or solar arrays (power=generator). Reports the energy source (solar, wind, hydro, nuclear, gas, ...), method, electrical output and operator, sorted by distance and filterable by source and minimum output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of facilities to return | |
| radius | No | Search radius in meters | |
| sources | No | Optional list of energy sources to filter by (e.g., ["solar", "wind", "hydro", "nuclear", "gas", "coal", "biomass", "geothermal", "battery"]) | |
| latitude | Yes | Center point latitude (decimal degrees) | |
| longitude | Yes | Center point longitude (decimal degrees) | |
| min_output_mw | No | Only return facilities whose declared electrical output is at least this many megawatts (facilities without a declared output are excluded) | |
| include_generators | No | Also include standalone generators (power=generator: individual wind turbines, rooftop solar, ...) in addition to power plants (power=plant) |