For AI assistants

MCP server

Give your assistant European company data directly — no HTTP plumbing, no scraping. One command, ten tools, the same data as the REST API.

Install

You need an Entyrix API key. The server runs locally over stdio and reads the key from the environment — it never travels through a prompt.

ENTYRIX_API_KEY=sk_... npx -y @entyrix/mcp

Client configuration (Claude Desktop, Claude Code, Cursor and compatible clients):

{
  "mcpServers": {
    "entyrix": {
      "command": "npx",
      "args": ["-y", "@entyrix/mcp"],
      "env": { "ENTYRIX_API_KEY": "sk_..." }
    }
  }
}

Install the scoped name: @entyrix/mcp. The unscoped entyrix-mcp package still exists on npm but is deprecated and frozen at an older release — installing it gets you a stale server with no warning.

The ten tools

ToolWhat it does
search_companiesTypo-tolerant search by name or address across every market
lookup_companyDeterministic registry-ID lookup, country-scoped
get_company_detailsFull profile: financials, tech stack, risk, credit grade
get_company_networkShared-officer and ownership graph
get_company_relationsDirect relations of a single company
advanced_searchThe full screening surface — 125 filters
check_complianceSanctions, AML and NIS2 posture
get_financialsMulti-year financial statements
find_suppliersPublic-sector contract counterparties
list_rankingsPre-computed leaderboards

Personal-data rules are enforced server-side and apply identically over MCP — natural-person subjects are withheld, not merely hidden from a UI.

Links