nass_prices
ActiveTool of Nass
declared in 0.1.0
Get prices received by US farmers for crops and livestock by commodity, state, and year. Track agricultural commodity price trends and market movements.
Parameters schema
{
"type": "object",
"examples": [
{
"year": "2024",
"state": "ILLINOIS",
"_apiKey": "your-nass-api-key",
"commodity": "CORN"
},
{
"year": "2020:2025",
"_apiKey": "your-nass-api-key",
"commodity": "CATTLE"
}
],
"required": [
"_apiKey",
"commodity"
],
"properties": {
"year": {
"type": "string",
"description": "Year or range (optional)"
},
"state": {
"type": "string",
"description": "State name (optional, defaults to national)"
},
"_apiKey": {
"type": "string",
"description": "NASS API key"
},
"commodity": {
"type": "string",
"description": "Commodity: \"CORN\", \"SOYBEANS\", \"WHEAT\", \"CATTLE\", \"HOGS\", \"MILK\", \"CHICKENS\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Nass
https://github.com/pipeworx-io/mcp-nass
1/7 registries