nass_crop_production
ActiveTool of Nass
declared in 0.1.0
Get US crop yields, production totals, and planted/harvested acreage by crop, state, and year. Quick access to major crop survey data.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "IOWA",
"_apiKey": "your-nass-api-key",
"commodity": "CORN",
"stat_category": "PRODUCTION"
},
{
"year": "2020:2025",
"_apiKey": "your-nass-api-key",
"commodity": "WHEAT",
"stat_category": "YIELD"
}
],
"required": [
"_apiKey",
"commodity"
],
"properties": {
"year": {
"type": "string",
"description": "Year or range, e.g., \"2024\" or \"2020:2025\" (optional)"
},
"state": {
"type": "string",
"description": "State name, e.g., \"IOWA\" (optional, defaults to national)"
},
"_apiKey": {
"type": "string",
"description": "NASS API key"
},
"commodity": {
"type": "string",
"description": "Crop name: \"CORN\", \"SOYBEANS\", \"WHEAT\", \"COTTON\", \"RICE\", \"SORGHUM\", \"BARLEY\", \"OATS\""
},
"stat_category": {
"type": "string",
"description": "Statistic: \"PRODUCTION\", \"YIELD\", \"AREA PLANTED\", \"AREA HARVESTED\" (default: \"PRODUCTION\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nass
https://github.com/pipeworx-io/mcp-nass
1/7 registries