census_imports
ActiveTool of census-trade
declared in 0.1.0
Search US import data by HS commodity code (e.g., "8471" for computers) and/or country (e.g., "China"). Returns import values, quantities, and commodity details.
Parameters schema
{
"type": "object",
"examples": [
{
"year": "2024",
"hs_code": "8471"
},
{
"year": "2023",
"limit": 50,
"month": "06",
"hs_code": "87",
"country_code": "5700"
}
],
"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 (e.g., \"06\" for June). 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, \"87\" for vehicles)"
},
"country_code": {
"type": "string",
"description": "Census country code (e.g., \"5700\" for China, \"2010\" for Mexico). 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