mcp-server-gouv-douane

stephaneberle9/mcp-server-gouv-douane
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server exposing the French Douanes et Droits Indirects portal as tools for LLM agents. Submit DES declarations, save and promote drafts, list and delete registered declarations — all from Claude or any MCP-compatible client. Unofficial, not affiliated with the Direction Générale des Douanes et Droits Indirects.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-gouv-doua": {
      "command": "uvx",
      "args": [
        "mcp-server-gouv-douane"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-gouv-douane