mcpbeat Sign in

Registrum MCP Server

answering

Registrum MCP is answering right now. Last checked 2 min ago. 115 installs a week from npm. It exposes 9 tools. Last commit 7 Sep 2026.

UK company data: profiles, iXBRL financials, directors, PSC chains, ECCTA. Hosted, no key.

Installs per day peak 326 · avg 29 · +27% w/w
a month agotoday
Uptime history 42 days of history · worst day 99%
42 days agonow
100.0%
Uptime 24h
92 of 92 checks
9
Tools
read from the server
236 ms
Response time
average over 24h
115
Installs / week
npm and PyPI

What changed 5

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

30 Aug 2 tool descriptions were rewritten get_psc, get_psc_chain
30 Aug a tool appeared get_bundle
16 Aug a tool description was rewritten get_directors
9 Aug a tool changed the parameters it asks for search_company

Nothing serious here today

Today is the operative word: we check Registrum MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add registrum-mcp --transport http https://registrum.co.uk/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "registrum-mcp": {
      "url": "https://registrum.co.uk/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.registrum-mcp]
url = "https://registrum.co.uk/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "registrum-mcp": {
      "url": "https://registrum.co.uk/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "registrum-mcp": {
      "url": "https://registrum.co.uk/api/mcp"
    }
  }
}

This one needs environment variables set before it will start: REGISTRUM_API_KEY (Optional. Only needed to lift the anonymous rate caps or to run the server locally against your own key - the hosted endpoint above needs no key at all. Get a free key at https://registrum.co.uk/?utm_source=mcp&utm_campaign=registry). The author declared them in the registry entry; get the values from the project itself.

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

company
get_company
Get an enriched profile for a UK company by its Companies House number. Returns name, status, type, incorporation date, registered address, SIC codes with descriptions, accounts status, confirmation statement status, and derived fields like company_age_years and accounts.overdue that are not available from the raw Companies House API.
search_company
Search for UK companies by name. Returns a list of matching companies with their company number, status, type, and registered address. Use this first when you only have a company name and need its company number.
psc
get_psc
Get the PSC (Persons with Significant Control) register for a UK company. Returns individuals, corporate entities, and legal persons who own 25%+ of shares, hold 25%+ of voting rights, or have significant influence or control. Each PSC includes decoded control types in plain English (e.g. 'Owns 25-50% of shares' instead of raw codes). Individual PSCs also carry ECCTA identity verification: verification_status (verified, pending, overdue or unknown), identity_verified, identity_verified_on, and verification_deadline. pending means that person's deadline has not yet passed and is not a compliance failure; unknown means Companies House publishes no record for them, an absence of data rather than a breach. Only overdue means a deadline was missed. Corporate entity PSCs include their company number for ownership chain traversal, and carry none of the verification fields. Also detects PSC exemptions for listed PLCs. Cached for 24 hours.
get_psc_chain
Trace the full ownership chain for a UK company by recursively following corporate entity PSCs. Returns a tree showing who ultimately controls the company - natural persons (UBOs), foreign entities, or legal persons - along with why each branch terminated. Each node has a terminal_reason: natural_person, foreign_entity, legal_person, super_secure, unverified_registry, unknown_kind, depth_limit, not_found, cycle_detected, or psc_exempt. Two of those are easy to misread: unverified_registry means a registration number was filed but cannot be tied to the Companies House register (a foreign registry, or one we do not recognise), which is a finding about the ownership structure and not an error or an outage; unknown_kind means Companies House returned a PSC type we do not classify, with the raw value in kind_raw. ECCTA identity verification: every individual node, at any depth including the ultimate beneficial owners this chain exists to find, carries verification_status (verified, pending, overdue or unknown), identity_verified (true, false for overdue only, or null otherwise), identity_verified_on, and verification_deadline. IMPORTANT: pending means that person's own deadline has not yet passed - it is not a compliance failure and must not be reported as one. A status of unknown means Companies House publishes no record for them, which is an absence of data rather than a breach. Only overdue means a deadline was missed. Corporate, legal-person and super-secure nodes carry none of these fields, so never describe a company itself as having unverified identity. chain_metadata reports how many companies were resolved and the total API credit cost. Use this for KYB (Know Your Business) checks, AML screening, or any task requiring beneficial ownership beyond the immediate PSC layer.
bundle
get_bundle
Get several views of one UK company in a single request: profile, ECCTA compliance, financials, PSCs and directors. Prefer this over calling get_company, get_compliance, get_financials, get_psc and get_directors separately - it returns the same data for one API call and one credit instead of five, and in a single round trip. Pass include to fetch only the sections you need; omit it to get all five. The profile is always returned. Partial results are normal and are not errors: any section can come back null when it is unavailable for that company or not included in the caller's plan - financials are null for a company that has filed no machine-readable accounts, and compliance requires a Pro plan. Report a null section as 'not available', never as a failed lookup or as an absence of the underlying fact. Only a missing company is an error, and that is a 404. Each section carries exactly what its own endpoint returns, including ECCTA verification_status on individuals, so the pending-versus-overdue rules apply here too.
compliance
get_compliance
Check a UK company's ECCTA identity-verification status - who has verified their identity with Companies House, who is still pending, and who is overdue. The Economic Crime and Corporate Transparency Act requires every director and PSC to verify their identity; enforcement begins 18 November 2026, after which unverified officers can block filings. Returns per-company counts (directors_total, directors_verified, directors_pending, directors_overdue) and the same for PSCs, plus unverified_persons with each person's name, role, status and their individual deadline. IMPORTANT: 'pending' means the deadline has not yet passed - it is NOT a failure and must not be reported as one. Only 'overdue' means a deadline was missed. Requires a Pro plan or above. Cached for 24 hours.
directors
get_directors
Get the current and past officers for a UK company. Despite the tool name, not every entry is a director: the list is the full officer register, so each entry carries an officer_role such as 'director', 'secretary', 'corporate-secretary' or 'llp-member', plus an is_board_director boolean that is false for secretaries. Report each person by their own officer_role - never describe the whole list as directors. Each officer includes name, officer_role, is_board_director, appointment date, resignation date (if applicable), nationality, occupation, month and year of birth, ECCTA verification status, and a list of other companies they are or were appointed to, each with its own officer_role. This gives you a full picture of an officer's corporate history in one call.
financials
get_financials
Get structured financial data for a UK company, parsed from its iXBRL accounts filed at Companies House. Returns revenue, cost of sales, gross profit, operating profit, net profit, fixed assets, current assets, total equity, net assets, creditors, and average employees for the current and prior reporting year. Also includes accounts type (full/abbreviated/micro/dormant) and a data_quality block indicating which fields were extracted and which were absent from the filing. Cached for 7 days.
network
get_network
Map the corporate network connected to a UK company via shared directors. Returns all companies connected through shared board members, up to the specified depth. Each connected company includes its name, number, status, and the directors it shares with the focal company. Useful for identifying corporate group structures, related party relationships, and director interlocks.

Endpoints

URLTransportStateLatencyChecked
https://registrum.co.uk/api/mcp streamable-http answering 219 ms 2 min ago

Alternatives to Registrum MCP

same job, measured the same way
Company Data
by firmeromanesti

Read-only data on 3.9M Romanian companies: search, profiles, financials, status, CAEN.

5 tools answering
Insourcia
by insourcia

Search French companies: financials, directors, ownership, M&A and insolvency events.

18 tools answering
Filings Intel MCP
by datakoot

SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.

5 tools answering
Deepviews
by rswcf

Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key.

32 installs/wk local only
Global Database
by globaldatabase

Verified company profiles, financials, ownership, registry records and business contacts.

answering
Origami Entreprises
by origami-entreprises

French company data: financials, dirigeants, BODACC, INPI filings, PEP checks, alerts.

answering
KontragentPro
by kontragentpro

Russian company data by INN: registry, financials, bankruptcy, inspections, sanctions

local only
Filings Intel MCP
by datakoot

SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.

5 tools answering

Registrum MCP — questions

Answers built from our own checks of this server.

What can Registrum MCP do?
It exposes 9 tools, read directly from the server on our last check. Among them: get_bundle, get_company, get_compliance, get_directors, get_financials, get_network and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Registrum MCP mostly used for?
Its tools cluster around psc and company. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Registrum MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 236 ms. The bar chart above shows every period we have measured.
How do I connect Registrum MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Registrum MCP need an API key?
No. Registrum MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Registrum MCP?
It answers our handshake in 236 ms on average, which is faster than 59% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Registrum MCP?
The npm package @registrum/mcp was installed 115 times in the last week. Week over week that is +27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Registrum MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.