china_trade_by_country

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

China’s merchandise exports/imports/balance by trading partner country or region, for the month and

Parameters

NameTypeRequiredDescription
monthstringnoMonth as “YYYY-MM”, e.g. “2026-07”. Omit for the latest published month.
partnerstringnoOptional country/region name filter, e.g. “United States”, “Korea”, “Asia”.

Example call

Arguments

{
  "partner": "United States"
}

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_by_country","arguments":{"partner":"United States"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('china_trade_by_country', {
  "partner": "United States"
});

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