sirenic

Connect Sirenic to your assistant

Our 84 tools covering French and European company data plug into an assistant by pasting a single URL. Your assistant then queries the official registers itself, without you leaving the conversation.

The URL to paste

https://api.sirenic.eu/mcp/connecteur

Remote MCP server, streamable HTTP transport. The same address for every client below.

Two ways to authenticate

1. OAuth

  • The client opens a Sirenic window: you sign in, you authorise, and that is it.
  • Nothing to type in: no client ID, no secret. Registration happens on its own.
  • The token issued expires after one hour and renews itself until you revoke it.

2. API key

  • For clients offering an API key instead of OAuth.
  • Your srn_live_… key goes in X-Api-Key or Authorization: Bearer.
  • Create the key in your account, and revoke it in the same place.
Create a key

Client by client

Claude (claude.ai, Claude Desktop)

Settings, then Connectors, then “Add custom connector”. Paste the URL: Claude discovers on its own that authentication is needed and opens our sign-in window.

Path checked on 31/08/2026.

Claude Code

claude mcp add --transport http sirenic \
  https://api.sirenic.eu/mcp/connecteur \
  --header "X-Api-Key: srn_live_…"

Without a header, the OAuth flow opens in your browser.

Path checked on 31/08/2026.

ChatGPT

Developer mode must be enabled first: Settings, Apps, Advanced settings, “Developer mode”. Then Settings, Connectors, Create: name, description, the URL above, and OAuth authentication.

Path checked on 31/08/2026.

Le Chat (Mistral)

Settings, Connectors, custom connector, “Streamable HTTP” transport, then the URL. The OAuth authorisation opens at creation time.

Path checked on 31/08/2026.

Perplexity

Settings, “+ Custom connector”, then “Remote”. Two choices work: OAuth (the endpoints are discovered automatically) or API key.

Path checked on 31/08/2026.

n8n

“MCP Client” node, HTTP transport, the URL above, and the X-Api-Key header with your key.

Path checked on 31/08/2026.

Three prompts to get started

Once the connector is plugged in there is nothing to configure: ask the question, the assistant picks the tool.

Check a supplier before paying it
“I am about to pay a 12,000 EUR invoice to Danone. Check the company, its VAT number and its IBAN FR7630006000011234567890189, and tell me whether I can pay.”
Tools: prepare_french_invoice_file, validate_eu_vat_number, verify_iban_bank

Judge a customer before granting credit
“Give me the default risk and the latest filed accounts for SIREN 552032534, and compare it with its sector average.”
Tools: get_french_company_default_risk, get_french_company_financials, get_french_sector_benchmarks

Screen a counterparty before signing
“Is this company under sanctions, and does it have any BODACC gazette announcements in the last six months?”
Tools: screen_sanctions_lists, get_french_company_legal_alerts

What it costs

A verified account gets 150 free calls per month on routes priced at $0.05 or less. Beyond that, each call is charged to your credits at the price shown on the route, exactly like a direct API call: plugging in an assistant changes no price.

See pricing

What the authorisation allows, and what it does not

My keys and connectors