douanecode mcp for Grok
io.github.courouge/douanecode-mcp
EU customs code search (HS, NC8, TARIC): tariff classification and duty rates
client:Grok
transport:stdio
runtime:pypi
Install douanecode mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"douanecode-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"douanecode-mcp"
],
"env": {
"DOUANECODE_API_KEY": "<DOUANECODE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs