china_trade_summary

Pack: china-customs · Endpoint: https://gateway.pipeworx.io/china-customs/mcp

China’s total monthly merchandise trade — exports, imports, balance — in both USD and CNY (unit: 100 million),

Parameters

NameTypeRequiredDescription
monthstringnoMonth as “YYYY-MM”, e.g. “2026-07”. Omit for the latest published month.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/china-customs/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"china_trade_summary","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('china_trade_summary', {});

More examples

{
  "month": "2026-07"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "china-customs": {
      "url": "https://gateway.pipeworx.io/china-customs/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026