INDIVIDUAL MCP TOOL
search_fr_companies
Searches French enterprises across the INPI / SIRENE National Enterprise Register by corporate name or commercial trade label.
LIVE ENDPOINT
https://distil-data.com/mcp
Connect to this endpoint to inspect the live schema for search_fr_companies and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.distil-data]
url = "https://distil-data.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"distil-data": {
"type": "http",
"url": "https://distil-data.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: distil-data
Remote MCP URL: https://distil-data.com/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": {
"distil-data": {
"url": "https://distil-data.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"distil-data": {
"type": "http",
"url": "https://distil-data.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "distil-data",
"transport": "streamable-http",
"url": "https://distil-data.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_uk_company_filing— Retrieves official statutory corporate registration record from UK Companies House.get_uk_company_officers— Retrieves complete statutory board of directors, corporate secretaries, and officers from UK Companies House.get_uk_corporate_network— Maps UK corporate group hierarchies, Persons with Significant Control (PSC / UBO), ultimate beneficial ownership chains, parent companies, and director interlocks (< 2 KB).search_uk_companies— Searches across official UK registered companies by legal entity name or trade name with live Companies House registry fallback.get_us_sec_filing— Retrieves authentic US SEC EDGAR statutory filings (Form 10-K annual reports, 10-Q quarterly reports, 8-K material events) by stock ticker symbol or 10-digit CIK (< 1.5 KB).search_us_companies— Searches US public corporations by stock ticker symbol or company name against official SEC EDGAR submissions.get_fr_company_filing— Fetches verified French statutory enterprise dossier from INPI / SIRENE by 9-digit SIREN (< 1.5 KB).get_corporate_risk_score— Performs automated forensic solvency and credit distress analysis across UK or US companies (< 1.5 KB).