census_trade_balance
ActiveTool of census-trade
declared in 0.1.0
Check US trade balance with a specific country for a given year. Returns net trade value and breakdown by end-use commodity category.
Parameters schema
{
"type": "object",
"examples": [
{
"year": "2024",
"country_code": "5700"
},
{
"year": "2023",
"country_code": "2010"
}
],
"required": [
"country_code",
"year"
],
"properties": {
"year": {
"type": "string",
"description": "Trade year (e.g., \"2024\")"
},
"country_code": {
"type": "string",
"description": "Census country code (e.g., \"5700\" for China, \"2010\" for Mexico)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
census-trade
https://github.com/pipeworx-io/mcp-census-trade
2/7 registries