INDIVIDUAL MCP TOOL
get_information_standard
Retrieve definitions of information formation classes, provenance fields and snapshot/version metadata.
LIVE ENDPOINT
https://mcp.agentdatacore.com/mcp/products/trade
Connect to this endpoint to inspect the live schema for get_information_standard and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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_country_trade— Query China merchandise trade by partner country/region, including all-partner totals using country TOTAL.get_customs_commodity_trade— Query China import or export observations by recorded major-commodity label.