You're viewing a demo portfolio

Join the waitlist
PRSM

census_trade_trends

Active

Tool of census-trade

declared in 0.1.0

Get monthly US trade trends for a commodity and/or country over time. Returns month-by-month values to identify seasonal patterns and shifts.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end_year": "2024",
      "start_year": "2022"
    },
    {
      "hs_code": "8471",
      "end_year": "2024",
      "start_year": "2021",
      "country_code": "5700"
    }
  ],
  "required": [
    "start_year",
    "end_year"
  ],
  "properties": {
    "hs_code": {
      "type": "string",
      "description": "HS commodity code. Optional — omit for aggregate trade."
    },
    "end_year": {
      "type": "string",
      "description": "End year (e.g., \"2024\")"
    },
    "start_year": {
      "type": "string",
      "description": "Start year (e.g., \"2022\")"
    },
    "country_code": {
      "type": "string",
      "description": "Census country code. Optional — omit for all countries."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

census-trade

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

2/7 registries
View full server →