API access
Your AI client reaches USDA Agricultural Land Values 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 your own credentials (API key).
Where it came from
Freshness and coverage
What this source cannot tell you
- ⚠ Anything outside United States and NASS-published state and county agricultural statistics. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything USDA National Agricultural Statistics Service Quick Stats does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ Agricultural statistics are not parcel appraisals, comparable sales, rents, or soil-productivity measures.
- ⚠ Current exact cash-rent dimensions were not verified and are intentionally excluded.
- ⚠ Published disclosure and suppression markers remain strings and must not be treated as zero.
Methods (2)
A method is one call your agent can make against this source.
getAgriculturalLandValues
readGet official agricultural land asset-value rows for one state/year or one county/year.
What you must providestateAlphayearRecords returnedagricultural-land-value-statisticHow to get more resultsnoneFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "stateAlpha": { "type": "string", "pattern": "^[A-Za-z]{2}$" }, "countyCode": { "type": "string", "pattern": "^\\d{3}$" }, "year": { "type": "integer", "minimum": 1900, "maximum": 2100 } }, "required": [ "stateAlpha", "year" ], "additionalProperties": false }- ⚠ Area statistics only; not parcel values, appraisals, comparable sales, or cash-rent data.
getServiceInfo
readReturn verified dimensions, auth, attribution, limits, and excluded capabilities.
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.
- What are farmland values in this county?
