You're viewing a demo portfolio

Join the waitlist
PRSM

comtrade_top_commodities

Active

Tool of mcp-comtrade

declared in 0.1.0

Find top commodities traded between two countries ranked by value. Returns product categories and trade volumes.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "flow": "M",
      "year": "2024",
      "limit": 15,
      "partner_code": "156",
      "reporter_code": "842"
    },
    {
      "flow": "X",
      "year": "2023",
      "partner_code": "842",
      "reporter_code": "392"
    }
  ],
  "required": [
    "reporter_code",
    "partner_code",
    "year",
    "flow"
  ],
  "properties": {
    "flow": {
      "type": "string",
      "description": "Trade flow: \"M\" for imports, \"X\" for exports"
    },
    "year": {
      "type": "string",
      "description": "Trade year (e.g., \"2024\")"
    },
    "limit": {
      "type": "number",
      "description": "Number of top commodities to return (default 20)"
    },
    "partner_code": {
      "type": "string",
      "description": "ISO numeric country code for the partner country"
    },
    "reporter_code": {
      "type": "string",
      "description": "ISO numeric country code for the reporting country"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-comtrade

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

2/7 registries
View full server →
comtrade_top_commodities — mcp-comtrade — PRSM MCP