mcp-server-douane

stephaneberle9/mcp-server-douane
★ 0 stars Unknown language 🤖 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-douane": {
      "command": "npx",
      "args": [
        "-y",
        "stephaneberle9/mcp-server-douane"
      ]
    }
  }
}