🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@registrum/mcp

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@registrum/mcp

MCP server for the Registrum Companies House API — search UK companies, get financials, directors, beneficial ownership (PSC), and director networks

Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
576
2204%
Maintainers
1
Weekly downloads
 
Created
Source

Registrum MCP Server

No Companies House API key needed. One Registrum API key gives your AI agent enriched, cached UK company data — structured financials, director networks, and company profiles — directly inside Claude, Cursor, and any MCP-compatible client.

Unlike raw Companies House API wrappers that require you to register at the CH developer portal and manage your own rate limits, Registrum handles all of that for you: iXBRL filings parsed into clean JSON, 24h/7d caching, and circuit-breaker resilience on CH outages.

5 tools, zero boilerplate. Search companies, pull structured financials, list directors, and map corporate networks.

Installation

Claude Desktop

Add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "registrum": {
      "command": "npx",
      "args": ["-y", "@registrum/mcp"],
      "env": {
        "REGISTRUM_API_KEY": "reg_live_..."
      }
    }
  }
}

Get a free API key at registrum.co.uk (50 calls/month free).

Cursor

Add to .cursor/mcp.json in your project, or to ~/.cursor/mcp.json globally — same format as above.

Tools

ToolDescription
search_companySearch for UK companies by name
get_companyEnriched company profile (age, overdue flags, SIC descriptions)
get_financialsStructured P&L + balance sheet from iXBRL filings
get_directorsDirectors with full appointment history across all companies
get_networkCorporate network via shared director connections

Example prompts

"Who are the directors of Tesco PLC and what other companies are they associated with?"

"Get the latest financials for company 00445790"

"Search for companies named 'Rolls-Royce' and show me their status"

"Map the director network for Barratt Developments to depth 2"

Plans

PlanPriceCalls/month
Free£050
Pro£49/mo2,000
Enterprise£149/mo10,000

See pricing →

API reference

Full API docs at api.registrum.co.uk/docs

Support

support@registrum.co.uk

Keywords

mcp

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts