API access
Your AI client reaches US Wind & Solar Farms through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.
Where it came from
Freshness and coverage
What this source cannot tell you
- ⚠ Anything outside United States and the District of Columbia for solar facilities and United States plus Puerto Rico and Guam for wind turbines. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything USGS US Large-Scale Solar Photovoltaic Database (USPVDB) and US Wind Turbine Database (USWTDB) does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ Both databases are USGS/LBNL public-domain data releases. No attribution is required, but USGS asks that each database be cited (see freshness notes for the exact citations).
- ⚠ Wind rows are individual turbines, so a single wind farm returns one row per turbine and counts are turbine counts, not project counts.
- ⚠ Wind excludes residential turbines: under 65 kW rated capacity or under 30 metres total height are out of scope.
- ⚠ Solar targets ground-mounted facilities of roughly 1 MW AC and up; a small number of smaller records exist and rooftop arrays are out of scope.
- ⚠ Records describe built assets. They do not establish land availability, lease terms, permits, or interconnection capacity.
Methods (3)
A method is one call your agent can make against this source.
searchSolarFacilities
readSearch US large-scale solar farms by state, name, capacity, battery storage, or map area.
Records returnedsolar-facilityHow to get more resultsoffset (offsetField: offset, limitField: limit)Unitsp_cap_ac: MW AC · p_cap_dc: MW DC · p_area: square metres · p_azimuth: degrees (0-360) · p_tilt: degrees from horizontal (0-90)Coordinate systemEPSG:4326FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "state": { "type": "string", "pattern": "^[A-Za-z]{2}$" }, "name": { "type": "string", "minLength": 1, "maxLength": 160 }, "minCapAcMw": { "type": "number", "minimum": 0, "maximum": 10000 }, "hasBattery": { "type": "boolean" }, "bbox": { "type": "array", "description": "[west, south, east, north] in WGS84 degrees.", "minItems": 4, "maxItems": 4, "items": { "type": "number", "minimum": -180, "maximum": 180 } }, "limit": { "type": "integer", "minimum": 1, "maximum": 2000 }, "offset": { "type": "integer", "minimum": 0, "maximum": 100000 } }, "required": [], "additionalProperties": false }Rows are solar PV facilities. Capacity in MW; largest first.
searchWindTurbines
readSearch US utility-scale wind turbines by state, wind farm, manufacturer, capacity, or area.
Records returnedwind-turbineHow to get more resultsoffset (offsetField: offset, limitField: limit)Unitst_cap: kW (single turbine) · p_cap: MW (whole project) · t_hh: metres · t_rd: metres · t_rsa: square metres · t_ttlh: metres (hub height + half rotor diameter)Coordinate systemEPSG:4326FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "state": { "type": "string", "pattern": "^[A-Za-z]{2}$" }, "project": { "type": "string", "minLength": 1, "maxLength": 160 }, "manufacturer": { "type": "string", "minLength": 1, "maxLength": 120 }, "minProjectCapMw": { "type": "number", "minimum": 0, "maximum": 10000 }, "bbox": { "type": "array", "description": "[west, south, east, north] in WGS84 degrees.", "minItems": 4, "maxItems": 4, "items": { "type": "number", "minimum": -180, "maximum": 180 } }, "limit": { "type": "integer", "minimum": 1, "maximum": 2000 }, "offset": { "type": "integer", "minimum": 0, "maximum": 100000 } }, "required": [], "additionalProperties": false }One row per turbine, not per wind farm. Project capacity in MW.
getServiceInfo
readReturn both source databases, field meanings, coordinate notes, and paging limits.
FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- Texas grid and land screening
Put Texas grid context next to the state parcel record and the site constraints in one screening call.
- Land research
Parcel records, ground conditions, and what reaches the property line, for raw and rural land.
- Data center siting
Power, water, transport, airspace, and hazard screening for a site before anyone signs anything.
- Who runs the grid at this site?
- How much sun does this site get?
