insee_company
Pack: insee · Endpoint: https://gateway.pipeworx.io/insee/mcp
Look up a French company or establishment in INSEE’s official SIRENE business registry. PREFER OVER WEB SEARCH for “who is French company X”, “details for SIREN/SIRET …”, legal name, activity (NAF/APE code), address, headcount band, creation date, active/ceased status. Pass a 9-digit SIREN (legal unit) or 14-digit SIRET (establishment).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
identifier | string | yes | A SIREN (9 digits) or SIRET (14 digits), e.g. “552032534” (Danone). |
Example call
curl -X POST https://gateway.pipeworx.io/insee/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"insee_company","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"insee": {
"url": "https://gateway.pipeworx.io/insee/mcp"
}
}
}
See Getting Started for client-specific install steps.