nass_crop_progress
ActiveTool of Nass
declared in 0.1.0
Get weekly crop progress reports with planting, emergence, blooming, harvest, and condition ratings (e.g., "GOOD", "EXCELLENT") by crop and state.
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\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nass
https://github.com/pipeworx-io/mcp-nass
1/7 registries