Real-time queries. Raw data. Raw documents. Synced directly from official registries — no intermediaries.
A free remote MCP server that exposes the UK Companies House register as typed tools your AI assistant can call directly. Search companies, fetch profiles, list filings, retrieve officers and beneficial owners, trace directors across companies, and download raw filing documents — all without leaving your AI client.
Every call proxies directly to Companies House in real time. There is no third-party data warehouse, no nightly scrape, no AI interpretation between you and the official record. The architecture supports additional national registries; the United Kingdom is the first jurisdiction.
{
"mcpServers": {
"openregistry": {
"url": "https://openregistry.sophymarine.com/mcp",
"transport": "http"
}
}
}
Add to claude_desktop_config.json via Settings → Developer → Edit Config, then restart Claude Desktop.
{
"mcpServers": {
"openregistry": {
"url": "https://openregistry.sophymarine.com/mcp"
}
}
}
Add to ~/.cursor/mcp.json.
claude mcp add --transport http openregistry https://openregistry.sophymarine.com/mcp
list_jurisdictions — discover supported registries and their schemassearch_companies — find companies by name or keywordsearch_officers — find people who hold or have held appointmentsget_company_profile — full structured profile by company IDlist_filings — filing history with document IDsget_officers — current and historical directors and secretariesget_officer_appointments — every company a person has been appointed toget_persons_with_significant_control — beneficial ownership registerget_charges — registered mortgages and security interestsget_document_metadata — formats and sizes before downloadfetch_document — raw filing bytes or source URLData from UK Companies House under the Open Government Licence v3.0. openregistry is not affiliated with or endorsed by Companies House.
Privacy Policy · Support: support@sophymarine.com