Skip to main content
ClaudeWave

EU/French customs code search (HS, NC8, TARIC) MCP server for AI agents — powered by douanecode.fr

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: pip / Python · -e
Claude Code CLI
claude mcp add douanecode-mcp -- python -m -e
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "douanecode-mcp": {
      "command": "python",
      "args": ["-m", "-e"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install -e
Use cases

MCP Servers overview

# douanecode-mcp

mcp-name: io.github.Courouge/douanecode-mcp

**EU/French customs code search (HS, NC8, TARIC) for AI agents** — natural-language
tariff classification, duty rates and regulatory watch, powered by
[douanecode.fr](https://douanecode.fr). Requires a DouaneCode API key (Pro plan).

Serveur MCP officiel de [DouaneCode.fr](https://douanecode.fr) : donne aux
agents IA (Claude, Cursor, agents logistique/ERP/e-commerce) un accès outillé à
la recherche de codes douaniers HS/NC8/TARIC, aux taux de droits et à la veille
tarifaire.

**Modèle économique** : chaque appel exige une clé API DouaneCode (plan Pro,
99 €/an — tier Cabinet à venir). Le serveur est un wrapper mince ; le backend
existant applique authentification, rate limiting par plan et analytics.

## Outils exposés

| Outil | Description |
|---|---|
| `search_customs_code` | Description produit en langage naturel → codes candidats |
| `get_code_details` | Détail d'un code (libellés, hiérarchie, unités) |
| `get_duty_rates` | Droits de douane + mesures, option pays d'origine |
| `get_tariff_changes` | Changements tarifaires récents (veille) |

## Usage local (Claude Desktop / Claude Code / Cursor)

```json
{
  "mcpServers": {
    "douanecode": {
      "command": "uvx",
      "args": ["douanecode-mcp"],
      "env": { "DOUANECODE_API_KEY": "dc_..." }
    }
  }
}
```

Clé API : https://douanecode.fr/compte (plan Pro requis).

## Dev

```bash
pip install -e ".[dev]"
pytest
```

## Déploiement hébergé

`Dockerfile` + `deploy/k8s.yaml` (mcp.douanecode.fr, transport streamable-http).
Voir la note dans le manifeste : le mode hébergé nécessite de lire la clé API
depuis les headers client (TODO) ; le mode stdio publié sur PyPI fonctionne
sans cela.

## Distribution (go-to-market)

1. Publier sur PyPI (`douanecode-mcp`) → utilisable via `uvx` immédiatement.
2. Lister sur les annuaires MCP (mcp.so, Smithery, PulseMCP, Glama) +
   registre officiel `registry.modelcontextprotocol.io`.
3. Page https://douanecode.fr/mcp expliquant l'installation → conversion Pro.
ai-agentscustomshs-codelogisticsmcpmcp-servermodel-context-protocoltaric

What people ask about douanecode-mcp

What is Courouge/douanecode-mcp?

+

Courouge/douanecode-mcp is mcp servers for the Claude AI ecosystem. EU/French customs code search (HS, NC8, TARIC) MCP server for AI agents — powered by douanecode.fr It has 0 GitHub stars and was last updated today.

How do I install douanecode-mcp?

+

You can install douanecode-mcp by cloning the repository (https://github.com/Courouge/douanecode-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Courouge/douanecode-mcp safe to use?

+

Courouge/douanecode-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Courouge/douanecode-mcp?

+

Courouge/douanecode-mcp is maintained by Courouge. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to douanecode-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy douanecode-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Courouge/douanecode-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/courouge-douanecode-mcp)](https://claudewave.com/repo/courouge-douanecode-mcp)
<a href="https://claudewave.com/repo/courouge-douanecode-mcp"><img src="https://claudewave.com/api/badge/courouge-douanecode-mcp" alt="Featured on ClaudeWave: Courouge/douanecode-mcp" width="320" height="64" /></a>

More MCP Servers

douanecode-mcp alternatives