nass_crop_progress
ActiveTool of Nass
Weekly USDA crop progress + condition by crop and state. For CONDITION queries ("what % of corn is good or excellent", "crop condition this week") the response includes a condition_summary with the latest national week's ratings AND the standard combined good_or_excellent_pct. For PROGRESS use stat_category="PROGRESS" (planted/emerged/harvested %). Pass stat_category to narrow (otherwise both are returned).
Parameters schema
{
"type": "object",
"examples": [
{
"year": "2024",
"state": "IOWA",
"_apiKey": "your-nass-api-key",
"commodity": "CORN"
},
{
"year": "2024",
"_apiKey": "your-nass-api-key",
"commodity": "SOYBEANS"
}
],
"required": [
"_apiKey",
"commodity",
"year"
],
"properties": {
"year": {
"type": "string",
"description": "Year, e.g., \"2024\" (required for progress data)"
},
"state": {
"type": "string",
"description": "State name (optional, defaults to national)"
},
"_apiKey": {
"type": "string",
"description": "NASS API key"
},
"commodity": {
"type": "string",
"description": "Crop: \"CORN\", \"SOYBEANS\", \"WHEAT\", \"COTTON\", \"SORGHUM\""
},
"stat_category": {
"type": "string",
"description": "Narrow to \"CONDITION\" (good/excellent ratings) or \"PROGRESS\" (planting/harvest %). Optional — omit for both."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nass
https://github.com/pipeworx-io/mcp-nass
1/7 registries