← sirenic.eu

INDIVIDUAL MCP TOOL

create_surveillance_watch

Use when the relationship OUTLASTS the check (supplier, borrower, portfolio company): create a 30-day watchlist over French companies and/or directors — Sirenic checks every target DAILY (BODACC filings, status & officer changes, sanctions and AMF-blacklist matches, PSAN/SGP status, Seveso/ICPE changes, new French & EU procurement awards; for directors: new/ended public offices) and delivers events via Ed25519-signed webhook and/or e-mail digest — always pollable with the returned bearer token.

sirenic.eunone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent endpoint

sirenic.eu

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sirenic]
url = "https://api.sirenic.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sirenic": {
      "type": "http",
      "url": "https://api.sirenic.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sirenic
Remote MCP URL: https://api.sirenic.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sirenic": {
      "url": "https://api.sirenic.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sirenic": {
      "type": "http",
      "url": "https://api.sirenic.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sirenic",
  "transport": "streamable-http",
  "url": "https://api.sirenic.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_french_companies — Use FIRST whenever a French company is mentioned by NAME without an identifier.
  • get_french_company_profile — Full official profile of a French company by SIREN: legal name, legal form, head office, NAF code, workforce, officers, collective agreements, VAT number.
  • list_french_company_establishments — List all establishments (SIRET) of a French company with addresses and status.
  • prepare_french_einvoicing_recipient — Preparation data to e-invoice a French company (2026 mandate): legal name & form, active/ceased status, computed intra-EU VAT number (+ VIES-check pointer), establishments (SIRET) with addresses, NAF code, indicative send/receive obligation dates from the INSEE size category, and the official directory manual-lookup URL.
  • get_french_company_default_risk — Default-risk score (0-100) for a French company at ~12 months: a transparent, documented scorecard from filed financial ratios (structure, profitability, liquidity, debt service, trend) + company age + a hard BODACC override (active insolvency / liquidation).
  • get_french_sector_benchmarks — Sector benchmarks for a French NAF activity code (any level: 68, 68.
  • get_french_company_capital — Ownership / capital structure of a French company, extracted by AI from the latest PUBLIC articles of association filed at the INPI registry: share capital, legal form, shareholders (name, role, birth year, ownership %), notable clauses, with confidence and the source document.
  • get_french_company_accounts_notes — Structured qualitative signals from a French company's filed annual accounts (the 'annexe'), extracted by AI from the latest PUBLIC accounts PDF at the INPI registry: accounting-method types (closed list), average workforce, subsidiaries & participations, off-balance-sheet commitments as {type, amount}, and this-year & post-closing events as closed event TYPES (management_change, litigation, acquisition, disposal, restructuring, financial_distress…).