← agentdatacore.com

INDIVIDUAL MCP TOOL

get_customs_country_trade

Query China merchandise trade by partner country/region, including all-partner totals using country TOTAL.

agentdatacore.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.agentdatacore.com/mcp/products/trade

No auth detected

Connect to this endpoint to inspect the live schema for get_customs_country_trade and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

agentdatacore.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentdata-trade]
url = "https://mcp.agentdatacore.com/mcp/products/trade"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentdata-trade": {
      "type": "http",
      "url": "https://mcp.agentdatacore.com/mcp/products/trade"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentdata-trade
Remote MCP URL: https://mcp.agentdatacore.com/mcp/products/trade

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentdata-trade": {
      "url": "https://mcp.agentdatacore.com/mcp/products/trade"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentdata-trade": {
      "type": "http",
      "url": "https://mcp.agentdatacore.com/mcp/products/trade"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentdata-trade",
  "transport": "streamable-http",
  "url": "https://mcp.agentdatacore.com/mcp/products/trade"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_foreign_investment_stats — Find foreign-investment observations for a statistical year, optionally filtered by country or measure.
  • get_mofcom_trade_stats — Query collected country-workbook trade observations (flows relative to the named reporting country) or China–Portuguese-speaking-country bilateral year-to-date observations.
  • get_customs_commodity_trade — Query China import or export observations by recorded major-commodity label.
  • get_information_standard — Retrieve definitions of information formation classes, provenance fields and snapshot/version metadata.