trade_bilateral_analysis
ActiveTool of Trade Intel
declared in 0.1.0
Compare trade flows between two countries. Returns bilateral imports, exports, top commodities, and exchange rates. 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": [
{
"partner_code": "156",
"reporter_code": "842"
},
{
"year": "2023",
"_fredKey": "your-trade-intel-api-key",
"partner_code": "392",
"reporter_code": "276"
}
],
"required": [
"reporter_code",
"partner_code"
],
"properties": {
"year": {
"type": "string",
"description": "Trade year (default: last year)"
},
"_fredKey": {
"type": "string",
"description": "FRED API key (optional, for dollar index)"
},
"partner_code": {
"type": "string",
"description": "Partner country code (e.g., \"156\" for China)"
},
"reporter_code": {
"type": "string",
"description": "Reporting 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