entyrix-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENTYRIX_API_KEY | Yes | Bearer token from your Entyrix dashboard (required) | |
| ENTYRIX_BASE_URL | No | Override for staging / self-hosted | https://entyrix.com |
| ENTYRIX_TIMEOUT_MS | No | HTTP timeout per request | 30000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_companiesA | Search European companies by name, partial name, or address. Powered by the autocomplete index for typo-tolerance + 12ms p95. Returns ranked hits with IČO, name, address, NACE code, legal form, status, and country. Use this for fuzzy 'find a company called …' queries before drilling into details with lookup_company or get_company_details. Coverage: 23 live markets (FR, GB, RO, SK, UA, GR, CZ, BE, NO, IE, FI, CH, PL, AT, CY, LT, LV, EE, SI, ES, IT, NL, HR). |
| lookup_companyA | Resolve a single company by its national registry identifier with country disambiguation. Routes through the country-aware lookup so it handles all our shapes: SK/CZ/EE 6-8 digit IČO, AT Firmenbuch numbers (e.g. '187a'), SI/LV multi-digit registry numbers. Returns a single company object with core identity, address, legal form, status flags. Use this when you already know the registry number; use search_companies for name-based discovery. |
| get_company_detailsA | Fetch the full company profile by IČO: identity, registered address, NACE, legal form, status, latest financials, tech stack / website / SSL signals, security findings (CVE/CT logs), NIS2 scope, sanctions hits, and credit score / grade. Richer than lookup_company (which is identity-only). For SK↔CZ 8-digit collisions the API picks the active SK match first; use lookup_company with explicit country for deterministic disambiguation. |
| get_company_networkA | Company-to-company network via shared people (statutory officers / shareholders). Returns the company's current officers and, for each, the OTHER companies where that same person also holds a role — every connected company carries its IČO so the graph is walkable. This is the primary network-walk primitive: feed a returned IČO back into get_company_network to traverse another hop. Empty result means the company has no current shared-officer edges (e.g. officer data not yet ingested for that entity) — it does NOT mean the company is isolated; try get_company_relations for UBO / M&A edges. Bearer-auth + FO-gated at the API: keys without an FO addendum are refused for natural-person sole traders. |
| get_company_relationsA | Full relationship graph for one company: directors, shareholders, RPVS beneficial owners (UBO, SK register 315/2016 — persons with validity windows and a public-official flag), related companies via shared officers, corporate shareholders (counterparty IČO resolved), and M&A / succession events. Richer than get_company_network — that one is the shared-officer company graph only; this adds the UBO and M&A layers. Use get_company_network to walk company→company hops, use this to enumerate a single company's owners and officers. Bearer-auth + FO-gated at the API: keys without an FO addendum are refused for natural-person sole traders, and UBO persons are minimised (birth YEAR only). |
| advanced_searchA | Structured multi-filter company search across registry, geography, sector, size, financials, credit/distress, sanctions, NIS2 and cyber exposure, digital footprint (including |
| check_complianceA | Public compliance check for a Slovak company: AML/sanctions, debtor lists (SocPoist/VšZP/tax), insolvency/bankruptcy/liquidation status, RPVS (transparency-of-ownership register, zákon 315/2016), and active regulatory flags. No API key required server-side (public route), but still routed through the authenticated MCP client for traceability. SK-only today; CZ/AT compliance modules tracked in roadmap. |
| get_financialsA | Return up to N most-recent annual financial statements (turnover, total assets, equity, profit, EBITDA, ROA, ROE) for a company. Source: SK FS / CZ Justice / AT FBW depending on jurisdiction. All money amounts are in EUR (each row carries |
| find_suppliersA | List public-sector contracts where the given company is the supplier. Backed by SK CRZ (Centrálny register zmlúv). Returns contract value, buyer (public-sector entity), signing date, contract subject, and CPV code where available. SK-only today (CRZ is a Slovak register). For broader EU procurement signal use the planned TED-search tool (not yet exposed). Useful for B2G exposure analysis and supplier due diligence. |
| list_rankingsA | Fetch a pre-computed company leaderboard by slug. Exactly four rankings exist: 'largest' (companies by turnover), 'public-contracts' (top state suppliers), 'shell-addresses' (addresses with most registered companies) and 'most-viewed' (most-viewed company profiles). Responses come from a 15-min cache, so they are millisecond-fast. Useful for 'top 100 …' style queries the LLM would otherwise try to assemble from many advanced_search calls. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juliusgerman/entyrix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server