Serveur MCP pour accéder aux données INSEE (SIRENE, BDM, Nomenclatures)
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"insee-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# INSEE MCP Server Serveur MCP (Model Context Protocol) pour accéder aux données de l'INSEE via l'API SIRENE, BDM et les nomenclatures officielles. ## ⚡ Installation en une ligne ### Avec uv (recommandé) ```bash # Installation et lancement direct API_KEY="your_insee_api_key" uv run --with insee-mcp insee-mcp ``` ### Configuration MCP standard Ajoutez ceci à votre configuration MCP (ex: Claude Desktop) : ```json { "mcpServers": { "insee": { "command": "uv", "args": ["run", "--with", "insee-mcp", "insee-mcp"], "env": { "API_KEY": "votre_clé_api_insee" } } } } ``` ### Avec pipx ```bash API_KEY="your_insee_api_key" pipx run --spec git+https://github.com/KerryanOPMace/mcp-insee.git insee-mcp ``` ## 🚀 Installation rapide ### Installation directe (recommandée) ```bash # Installation directe depuis GitHub pip install git+https://github.com/KerryanOPMace/mcp-insee.git # Configurer votre clé API INSEE export API_KEY="votre_clé_api_insee" # Lancer le serveur insee-mcp ``` ### Installation avec pipx (isolée) ```bash # Installation avec pipx (environnement isolé) pipx install git+https://github.com/KerryanOPMace/mcp-insee.git # Configurer la clé API export API_KEY="votre_clé_api_insee" # Lancer le serveur insee-mcp ``` ### Installation pour développeurs ```bash # Cloner le repository git clone https://github.com/KerryanOPMace/mcp-insee.git cd mcp-insee # Installer en mode développement pip install -e . ``` ## 🔑 Configuration ### Clé API INSEE Vous devez obtenir une clé API sur le [portail API de l'INSEE](https://api.insee.fr/) et la configurer : **Linux/Mac :** ```bash export API_KEY="votre_clé_api_insee" ``` **Windows (PowerShell) :** ```powershell $env:API_KEY="votre_clé_api_insee" ``` **Windows (CMD) :** ```cmd set API_KEY=votre_clé_api_insee ``` ## 🛠️ Outils disponibles - `search_company` : Recherche d'entre…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.