Trade Intel

live TradeEconomicsGovernment

Compound trade-intelligence tools chaining Comtrade, Census, and Treasury — bilateral analysis, country profiles, and US macro trade dashboard in one call.

3 tools
0ms auth
free tier 50 calls/day

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.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/trade-intel/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
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.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("trade_bilateral_analysis", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("compound trade-intelligence tools chaining comtrade, census, and treasury — bilateral analysis, country profiles, and us macro trade dashboard in one call");

Related packs

Other Pipeworx packs in the same categories (Trade, Economics, Government):