fas_production
ActiveTool of Fas
declared in 0.1.0
Get global agricultural production, consumption, and inventory data by commodity and country. Returns production volumes, supply estimates, consumption figures, and trade flows by year.
Parameters schema
{
"type": "object",
"examples": [
{
"country": "US",
"commodity": "corn",
"market_year": "2024"
},
{
"commodity": "wheat"
}
],
"required": [
"commodity"
],
"properties": {
"country": {
"type": "string",
"description": "Country code (e.g., \"US\", \"BR\", \"CN\"). Optional — omit for world totals."
},
"commodity": {
"type": "string",
"description": "Commodity name (e.g., \"corn\", \"soybeans\", \"wheat\") or PSD commodity code (e.g., \"0440000\")"
},
"market_year": {
"type": "string",
"description": "Market year (e.g., \"2024\"). Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fas
https://github.com/pipeworx-io/mcp-fas
1/7 registries