Trade Intel
live GovernmentTradeDataTrade Intel MCP — Compound tools that chain Comtrade, Census, Treasury,
Tools
trade_bilateral_analysis Complete bilateral trade analysis between two countries in one call. Combines Comtrade trade flows (imports + exports + top commodities), Treasury exchange rates, and optionally FRED dollar index. Use
No parameters required.
Try it
trade_country_profile Comprehensive trade profile for a country — top 10 import/export partners and top 10 import/export commodities, all in one call. Use country codes: 842=US, 156=China, 276=Germany, 392=Japan, 826=UK, 4
No parameters required.
Try it
trade_macro_dashboard US trade macro indicators dashboard — customs revenue, exchange rates, trade balance, monthly trends, import/export price indices. Optionally includes FRED dollar index and goods/services balance with
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/trade-intel/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/trade-intel/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"trade_bilateral_analysis","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("trade_bilateral_analysis", {}); // Or ask in plain English:
const answer = await px.ask("trade intel mcp — compound tools that chain comtrade, census, treasury,"); Related packs
Other Pipeworx packs in the same categories (Government, Trade, Data):