You're viewing a demo portfolio

Join the waitlist
PRSM

fas_imports

Active

Tool of Fas

declared in 0.1.0

Check US agricultural imports by commodity and origin country. Returns import volumes, values, and source country details. Use fas_commodity_codes to find commodity codes (e.g., "coffee", "cocoa").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "country": "BR",
      "commodity": "coffee",
      "start_year": "2022"
    },
    {
      "commodity": "cocoa"
    }
  ],
  "required": [
    "commodity"
  ],
  "properties": {
    "country": {
      "type": "string",
      "description": "Origin country code (e.g., \"BR\" for Brazil, \"CO\" for Colombia). Optional — omit for all origins."
    },
    "end_year": {
      "type": "string",
      "description": "End year (optional)"
    },
    "commodity": {
      "type": "string",
      "description": "Commodity name (e.g., \"coffee\", \"cocoa\", \"sugar\", \"beef\") or commodity code"
    },
    "start_year": {
      "type": "string",
      "description": "Start year (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 →
fas_imports — Fas — PRSM MCP