MCP server exposing 4 tools for census-trade.
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/census-trade/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
census_imports — Search US import data by HS commodity code (e.g., "8471" for computers) and/or country (e.g., "China"). Returns import values, quantities, and commodity details.census_exports — Search US export data by HS commodity code (e.g., "8471" for computers) and/or country (e.g., "Mexico"). Returns export values, quantities, and commodity details.census_trade_balance — Check US trade balance with a specific country for a given year. Returns net trade value and breakdown by end-use commodity category.census_trade_trends — Get monthly US trade trends for a commodity and/or country over time. Returns month-by-month values to identify seasonal patterns and shifts.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/census-trade/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io