API access
Your AI client reaches USGS Protected Areas & Public Lands 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. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything USGS Protected Areas Database of the United States (PAD-US) 4.1 does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ PAD-US is an inventory and screening source, not title, a boundary survey, or a time-specific legal determination.
- ⚠ USGS recommends consulting the responsible land manager for current local practices.
Methods (2)
A method is one call your agent can make against this source.
searchManagementAreas
readSearch PAD-US protected and public-land management polygons by place or curated ownership fields.
Records returnedprotected-area, public-land-management-areaHow to get more resultsnone (limitField: limit)Coordinate systemEPSG:4326FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "bbox": { "type": "array", "description": "[minLongitude, minLatitude, maxLongitude, maxLatitude] in WGS84.", "minItems": 4, "maxItems": 4, "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number", "minimum": -90, "maximum": 90 }, "lon": { "type": "number", "minimum": -180, "maximum": 180 }, "radiusMiles": { "type": "number", "minimum": 0.1, "maximum": 100 } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "state": { "type": "string", "pattern": "^[A-Za-z]{2}$" }, "category": { "type": "string", "minLength": 1, "maxLength": 160 }, "ownerType": { "type": "string", "minLength": 1, "maxLength": 160 }, "managerType": { "type": "string", "minLength": 1, "maxLength": 160 }, "unitName": { "type": "string", "minLength": 1, "maxLength": 160 }, "limit": { "type": "integer", "minimum": 1, "maximum": 1000 }, "format": { "type": "string", "enum": [ "records", "geojson" ] } }, "required": [], "additionalProperties": false }- ⚠ Results do not establish title or legal boundaries.
- ⚠ One page only: limit bounds the page and there is no offset, so narrow the filters rather than paging to reach further matches.
getServiceInfo
readReturn the selected PAD-US layer, live fields, record count, and use limits.
FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- 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.
- Commercial real estate
Parcel and assessment records, building programs, and the entity on the other side of the deal.
- Residential real estate
The parcel record, the housing programs that touch an address, and the conditions a buyer asks about.
- Real estate law
Federal rule text, rulemaking dockets, party records, and the property facts a filing has to state.
- Realtors and brokerages
The facts behind a listing, the programs a buyer may qualify for, and your own files in the same place.
- Is this land in designated critical habitat?
- Is this property near a military installation?
