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

NameTypeRequiredDescription
identifierstringyesA SIREN (9 digits) or SIRET (14 digits), e.g. “552032534” (Danone).

Example call

Arguments

{
  "identifier": "552032534",
  "_apiKey": "your-insee-api-key"
}

curl

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":{"identifier":"552032534","_apiKey":"your-insee-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('insee_company', {
  "identifier": "552032534",
  "_apiKey": "your-insee-api-key"
});

More examples

{
  "identifier": "55203253400156",
  "_apiKey": "your-insee-api-key"
}

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.

Regenerated from source · build August 3, 2026