fr-compliance-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fr-compliance-mcpCheck compliance for SIREN 802123456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fr-compliance-mcp
Serveur MCP (Model Context Protocol) de conformite et de KYC France : validation de TVA intracommunautaire, annonces legales BODACC, procedures collectives et score de risque entreprise.
100 % open data (VIES, BODACC/DILA, Etalab) - gratuit, sans cle d'API, sans inscription.
Outils exposes
Outil | Description |
| Calcule le numero de TVA intracommunautaire francais (FR + cle + SIREN) depuis un SIREN ou un SIRET, et controle la cle de Luhn. Calcul hors ligne. |
| Valide un numero de TVA aupres du service VIES de la Commission europeenne et retourne la raison sociale et l'adresse declarees. |
| Recherche les annonces BODACC par SIREN ou denomination : creations, modifications, ventes, radiations, procedures collectives. |
| Controle KYC complet : etat SIRENE, TVA/VIES, procedures collectives, anciennete, signaux de risque, score 0-100 et niveau. |
Chaque outil accepte response_format : markdown (lecture humaine) ou json (traitement programmatique).
Related MCP server: eu-company-mcp-server
Sources de donnees
VIES - Commission europeenne, verification des numeros de TVA intracommunautaire.
BODACC - Bulletin officiel des annonces civiles et commerciales, DILA, via Opendatasoft.
API Recherche d'entreprises - base SIRENE diffusible, Etalab / data.gouv.fr.
Installation locale
npm install
npm run build
node dist/index.jsConnect via MCPize
Utilisez ce serveur MCP instantanément sans installation locale:
npx -y mcpize connect @contact.agentia1984/fr-compliance --client claudeOu connectez-vous sur: https://mcpize.com/mcp/fr-compliance
Configuration Claude Desktop
{
"mcpServers": {
"fr-compliance": {
"command": "node",
"args": ["/chemin/vers/fr-compliance-mcp/dist/index.js"]
}
}
}Deploiement heberge (HTTP Streamable)
TRANSPORT=http node dist/index.jsLe serveur ecoute sur 0.0.0.0 et lit process.env.PORT (8082 par defaut). Les endpoints MCP sont POST /mcp et POST /, plus GET /health.
Variables d'environnement
Variable | Valeur | Role |
|
| Choix du transport MCP. |
| entier | Port d'ecoute en mode HTTP. |
Avertissement
Les resultats proviennent de sources publiques et sont fournis a titre informatif. Ils ne constituent ni un avis juridique, ni une decision de credit, ni un conseil financier.
Attribution et licence
Donnees BODACC : DILA, Licence Ouverte. Donnees entreprises : Etalab, Licence Ouverte 2.0. Code sous licence MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentIA1984-cmd/fr-compliance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server