trade_country_profile
ActiveTool of Trade Intel
declared in 0.1.0
Get a country's trade snapshot: top 10 import/export partners and top 10 commodities. Use country codes (e.g., 842 for US, 156 for China, 276 for Germany, 392 for Japan, 826 for UK).
Parameters schema
{
"type": "object",
"examples": [
{
"country_code": "842"
},
{
"year": "2023",
"country_code": "156"
}
],
"required": [
"country_code"
],
"properties": {
"year": {
"type": "string",
"description": "Trade year (default: last year)"
},
"country_code": {
"type": "string",
"description": "Country code (e.g., \"842\" for US)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Trade Intel
https://github.com/pipeworx-io/mcp-trade-intel
1/7 registries