MCP server exposing 3 tools for trade-intel.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/trade-intel/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
trade_bilateral_analysis — 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).trade_country_profile — 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).trade_macro_dashboard — Check US trade indicators: monthly customs duty revenue, Treasury exchange rates, import/export price indices, maritime port disruptions, and the FRED macro block (trade-weighted dollar index, goods-and-services balance, imports, exports). Bilateral figures are NOT here — for one country's trade balance or monthly trend, call census_trade_balance or census_trade_trends with a country.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/trade-intel/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io