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
| Tool | What it does |
|---|---|
search_companies | Typo-tolerant search by name or address across every market |
lookup_company | Deterministic registry-ID lookup, country-scoped |
get_company_details | Full profile: financials, tech stack, risk, credit grade |
get_company_network | Shared-officer and ownership graph |
get_company_relations | Direct relations of a single company |
advanced_search | The full screening surface — 125 filters |
check_compliance | Sanctions, AML and NIS2 posture |
get_financials | Multi-year financial statements |
find_suppliers | Public-sector contract counterparties |
list_rankings | Pre-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
- npm:
@entyrix/mcp - MCP Registry:
io.github.juliusgerman/entyrix-mcp - Source and issues: github.com/juliusgerman/entyrix-mcp
- Need a key? Quickstart · Pricing