MCP server for the Registrum Companies House API
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
- !No standard license detected
claude mcp add registrum-mcp -- npx -y @registrum/mcp{
"mcpServers": {
"registrum-mcp": {
"command": "npx",
"args": ["-y", "@registrum/mcp"]
}
}
}Resumen de MCP Servers
# Registrum MCP Server
**UK company data in your AI agent — without building Companies House plumbing.**
One API key. No Companies House developer account, no rate-limit handling, no
iXBRL parsing. Works in Claude Desktop, Claude Code, Cursor, and any
MCP-compatible client.
```bash
npx -y @registrum/mcp
```
---
## Why this instead of the Companies House API directly
Companies House publishes the raw register for free, and you can absolutely
call it yourself. What you then own is the plumbing:
| Doing it yourself | With Registrum |
|---|---|
| Register for a CH developer key, manage OAuth | One `REGISTRUM_API_KEY` |
| 600 requests/5min, and you handle the 429s | Server-side throttling on a higher negotiated budget |
| Accounts arrive as iXBRL documents you must parse | `get_financials` returns turnover, net assets, profit/loss as numbers |
| PSC control types are raw codes | Decoded to plain English |
| Ownership chains: recurse yourself, handle cycles | `get_psc_chain` returns the resolved tree with termination reasons |
| Director networks: N+1 queries across appointments | `get_network` traverses to depth 2 |
| Retry, cache, and survive CH outages yourself | 24h/7d caching, circuit breaker, stale-while-revalidate |
Other Companies House MCP servers make you bring your own CH key and hand back
the raw response. This one does the enrichment.
---
## Install
**Claude Desktop** — `~/.claude/claude_desktop_config.json`
**Cursor** — `.cursor/mcp.json` (per project) or `~/.cursor/mcp.json` (global)
```json
{
"mcpServers": {
"registrum": {
"command": "npx",
"args": ["-y", "@registrum/mcp"],
"env": { "REGISTRUM_API_KEY": "reg_live_..." }
}
}
}
```
[Get a free key](https://registrum.co.uk/?utm_source=mcp&utm_campaign=readme) — 50 calls/month, no card.
---
## Tools
| Tool | What you get |
|---|---|
| `search_company` | Find a company by name → company number |
| `get_company` | Profile: status, age, SIC descriptions, overdue flags |
| `get_financials` | Turnover, net assets, profit/loss, employees — parsed from iXBRL, in GBP |
| `get_directors` | Current board with appointment history across all their companies |
| `get_psc` | Persons with Significant Control, control types in plain English |
| `get_psc_chain` | Ownership traversed to ultimate beneficial owners, with termination reasons |
| `get_compliance` | **ECCTA identity-verification status** — who has verified, who is pending, who is overdue |
| `get_network` | Companies connected by shared directors, to depth 2 |
### On `get_compliance`
The Economic Crime and Corporate Transparency Act requires every UK director
and PSC to verify their identity with Companies House. **Enforcement begins
18 November 2026**, after which unverified officers can block filings.
The tool returns verified / pending / overdue counts plus each unverified
person and their individual deadline. It deliberately distinguishes **pending**
(deadline not yet reached — not a failure) from **overdue** (missed). Treating
those as the same thing is the single easiest way to report a compliant company
as non-compliant.
---
## Example prompts
> "Is Tesco PLC compliant with ECCTA director verification, and who still needs to verify?"
> "Pull the last filed financials for 00445790 and tell me if turnover grew."
> "Who ultimately owns Rolls-Royce Holdings? Trace the ownership chain."
> "Which companies share directors with Barratt Developments?"
> "Search for 'Monzo' and show me status, incorporation date and directors."
---
## Plans
Free tier is 50 calls/month with every core endpoint. Paid tiers add volume,
PSC chain traversal and the ECCTA compliance endpoint.
Prices and quotas are served live from [`GET /v1/plans`](https://api.registrum.co.uk/v1/plans) —
that endpoint is the source of truth, so this README does not duplicate the
numbers and cannot go stale against them. Human-readable version at
[registrum.co.uk](https://registrum.co.uk/?utm_source=mcp&utm_campaign=readme#pricing).
---
## Notes
- Company numbers are zero-padded 8-character strings: `00445790`, `SC000268`.
- Responses are JSON, cached server-side (24h profiles/directors, 7d financials).
- Every call sends `User-Agent: @registrum/mcp/<version>` so we can see which
features developers actually use. No telemetry runs on your machine.
[API reference](https://api.registrum.co.uk/docs) · [Issues](https://github.com/vdmeu/registrum-mcp/issues) · [support@registrum.co.uk](mailto:support@registrum.co.uk)
Lo que la gente pregunta sobre registrum-mcp
¿Qué es vdmeu/registrum-mcp?
+
vdmeu/registrum-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the Registrum Companies House API Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-08-05.
¿Cómo se instala registrum-mcp?
+
Puedes instalar registrum-mcp clonando el repositorio (https://github.com/vdmeu/registrum-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar vdmeu/registrum-mcp?
+
Nuestro agente de seguridad ha analizado vdmeu/registrum-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene vdmeu/registrum-mcp?
+
vdmeu/registrum-mcp es mantenido por vdmeu. La última actividad registrada en GitHub es del 2026-08-05, con 2 issues abiertos.
¿Hay alternativas a registrum-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega registrum-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/vdmeu-registrum-mcp)<a href="https://claudewave.com/repo/vdmeu-registrum-mcp"><img src="https://claudewave.com/api/badge/vdmeu-registrum-mcp" alt="Featured on ClaudeWave: vdmeu/registrum-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!