You're viewing a demo portfolio

Join the waitlist
PRSM

nass_crop_progress

Active

Tool of Nass

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Nass

https://github.com/pipeworx-io/mcp-nass

1/7 registries
View full server →
nass_crop_progress — Nass — PRSM MCP