nass_livestock
ActiveTool of Nass
declared in 0.1.0
Get US livestock inventory, slaughter counts, and production data by species, state, and time period. Analyze animal agriculture supply and production.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "TEXAS",
"_apiKey": "your-nass-api-key",
"commodity": "CATTLE",
"stat_category": "INVENTORY"
},
{
"year": "2024",
"_apiKey": "your-nass-api-key",
"commodity": "HOGS",
"stat_category": "SLAUGHTER"
}
],
"required": [
"_apiKey",
"commodity"
],
"properties": {
"year": {
"type": "string",
"description": "Year or range (optional)"
},
"state": {
"type": "string",
"description": "State name (optional)"
},
"_apiKey": {
"type": "string",
"description": "NASS API key"
},
"commodity": {
"type": "string",
"description": "Livestock: \"CATTLE\", \"HOGS\", \"CHICKENS\", \"TURKEYS\", \"SHEEP\", \"MILK\", \"EGGS\""
},
"stat_category": {
"type": "string",
"description": "Statistic: \"INVENTORY\", \"SLAUGHTER\", \"PRODUCTION\" (default: \"INVENTORY\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nass
https://github.com/pipeworx-io/mcp-nass
1/7 registries