You're viewing a demo portfolio

Join the waitlist
PRSM

fas_exports

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fas

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

1/7 registries
View full server →