Skip to content
Cursor

douanecode mcp for Cursor

io.github.courouge/douanecode-mcp

EU customs code search (HS, NC8, TARIC): tariff classification and duty rates

client:Cursor transport:stdio runtime:pypi

Install douanecode mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "douanecode-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "douanecode-mcp"
      ],
      "env": {
        "DOUANECODE_API_KEY": "<DOUANECODE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

douanecode mcp in other clients