RegistrumMCP
Related Servers
Alternatives to RegistrumMCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying UK company data including search, profiles, officers, filings, and persons with significant control via Companies House API.70 npmMIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search and retrieve UK Companies House data including company profiles, officers, and filing history via the official API.470 npm1MIT
- FlicenseBqualityCmaintenanceProvides access to UK Companies House public data, enabling search and retrieval of company profiles, officers, filing history, and more through natural language queries.12-
- AlicenseNot gradedqualityCmaintenanceEnables querying UK Companies House data via natural language, including company profiles, officers, filing history, and other statutory records.1 npmMIT
- AlicenseCqualityFmaintenanceAccess UK company data through the Companies House API directly in MCP clients, with 45+ tools for company info, search, officers, filing history, ownership, and charges.3717 npm27AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables looking up UK companies, officers, ownership, filings, and running due diligence checks via the Companies House API, usable from AI tools like Claude or Cursor.15 npm13MIT
TDQS
Scored across 9 tools
Each tool targets a distinct resource or workflow: search, profile, financials, officers, ECCTA compliance, PSC register, aggregated bundle, ownership chain, and director network. The only soft spots are get_psc vs get_psc_chain and get_bundle vs its component lookups, but the descriptions clearly separate immediate PSC returns from recursive tracing and the bundle from single-purpose calls.
All tools follow a consistent verb_noun pattern in snake_case: search_company, get_company, get_financials, get_directors, get_compliance, get_psc, get_bundle, get_psc_chain, get_network. Every name is predictable and clearly indicates the primary action and subject.
Nine tools is a well-scoped size for a UK company intelligence domain. Each tool earns its place by covering a distinct data domain, and get_bundle consolidates common lookups rather than adding redundant endpoints.
The tool set covers the core due-diligence journey: identify a company by name, retrieve its profile, financials, officers, PSC register, ECCTA compliance status, ownership chain, and director network. Minor gaps such as filing history, charges, and insolvency data are absent, but these are not essential to the primary KYB/AML workflows the server appears designed to support.