Connects Claude to the UN Comtrade database for querying international bilateral trade statistics. The source documentation is sparse on specifics, but this gives you programmatic access to trade flow data between countries, commodity classifications, and historical trade records through the official UN API. Useful when you need to pull import/export figures, analyze trade patterns between specific nations, or research commodity movements without manually navigating the UN's web interface. Part of the Pipeworx gateway system, which means you can either use this standalone endpoint or access it alongside 673+ other data sources through their unified gateway. Supports plain English queries via their ask_pipeworx wrapper instead of direct tool calls.
Comtrade MCP — UN Comtrade API for international bilateral trade data
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"comtrade": {
"url": "https://gateway.pipeworx.io/comtrade/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Comtrade data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json