Douanecode Mcp is a Model Context Protocol (MCP) server: EU customs code search (HS, NC8, TARIC): tariff classification and duty rates. In practice that means any MCP-compatible AI assistant can call Douanecode Mcp's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the Python package douanecode-mcp (via uvx) speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need DOUANECODE_API_KEY. The current release is v0.1.2, published under the MIT license, with source at Courouge/douanecode-mcp on GitHub.
Douanecode Mcp is listed under Development on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Douanecode Mcp for Courouge, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — douanecode-mcp · MCP over stdio
▸Credentials — Requires DOUANECODE_API_KEY
▸Open source — MIT license · Courouge/douanecode-mcp