fas_exports
ActiveTool of Fas
declared in 0.1.0
Check US agricultural exports by commodity and destination. Returns export volumes, values, and trade partner details. Use fas_commodity_codes to find commodity codes (e.g., "corn", "wheat").
Parameters schema
{
"type": "object",
"examples": [
{
"country": "CN",
"end_year": "2024",
"commodity": "corn",
"start_year": "2020"
},
{
"commodity": "soybeans"
}
],
"required": [
"commodity"
],
"properties": {
"country": {
"type": "string",
"description": "Destination country code (e.g., \"CN\" for China, \"MX\" for Mexico, \"JP\" for Japan). Optional — omit for all destinations."
},
"end_year": {
"type": "string",
"description": "End year (e.g., \"2024\"). Optional."
},
"commodity": {
"type": "string",
"description": "Commodity name (e.g., \"corn\", \"soybeans\", \"wheat\", \"beef\", \"pork\", \"cotton\") or commodity code"
},
"start_year": {
"type": "string",
"description": "Start year (e.g., \"2020\"). Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fas
https://github.com/pipeworx-io/mcp-fas
1/7 registries