census_trade_trends
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
census-trade
https://github.com/pipeworx-io/mcp-census-trade
2/7 registries