You're viewing a demo portfolio

Join the waitlist
PRSM

census_exports

Active

Tool of census-trade

declared in 0.1.0

Search US export data by HS commodity code (e.g., "8471" for computers) and/or country (e.g., "Mexico"). Returns export values, quantities, and commodity details.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "year": "2024",
      "hs_code": "8471"
    },
    {
      "year": "2023",
      "limit": 30,
      "hs_code": "2709",
      "country_code": "2010"
    }
  ],
  "required": [
    "hs_code",
    "year"
  ],
  "properties": {
    "year": {
      "type": "string",
      "description": "Trade year (e.g., \"2024\")"
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of records to return (default 20)"
    },
    "month": {
      "type": "string",
      "description": "Trade month 01-12. Optional — omit for annual data."
    },
    "hs_code": {
      "type": "string",
      "description": "HS commodity code at 2, 4, or 6 digit level (e.g., \"8471\" for computers)"
    },
    "country_code": {
      "type": "string",
      "description": "Census country code (e.g., \"5700\" for China). Optional — omit for all countries."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

census-trade

https://github.com/pipeworx-io/mcp-census-trade

2/7 registries
View full server →
census_exports — census-trade — PRSM MCP