Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.vdmeu/registrum-mcp

io.github.vdmeu/registrum-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
292ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

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 com…

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 s…

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, curre…

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…

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 …

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 signifi…

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, o…

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 n…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.vdmeu/registrum-mcp": {
      "url": "https://registrum.co.uk/api/mcp",
      "transport": "streamable-http"
    }
  }
}