Server data from the Official MCP Registry
EU customs code search (HS, NC8, TARIC): tariff classification and duty rates
EU customs code search (HS, NC8, TARIC): tariff classification and duty rates
This MCP server is well-designed with proper authentication, secure credential handling, and appropriate permissions for its stated purpose. The code demonstrates good security practices: API keys are read from environment variables only, all requests are properly authenticated, and error handling gracefully manages auth failures. Minor code quality observations (broad exception catching, lack of input length validation) are present but do not constitute security risks. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
5 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DOUANECODE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-courouge-douanecode-mcp": {
"env": {
"DOUANECODE_API_KEY": "your-douanecode-api-key-here"
},
"args": [
"douanecode-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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. Requires a DouaneCode API key (Pro plan).
Serveur MCP officiel de 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.
| 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) |
{
"mcpServers": {
"douanecode": {
"command": "uvx",
"args": ["douanecode-mcp"],
"env": { "DOUANECODE_API_KEY": "dc_..." }
}
}
}
Clé API : https://douanecode.fr/compte (plan Pro requis).
pip install -e ".[dev]"
pytest
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.
douanecode-mcp) → utilisable via uvx immédiatement.registry.modelcontextprotocol.io.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.