Skip to Content
MCP ServersCompanies House MCP

Companies House MCP Server

UK Companies House API integration for company search and beneficial ownership (PSC) data.

Install

ark install marketplace/mcps/companies-house-mcp

Or with Helm:

cd mcps/companies-house-mcp helm install companies-house-mcp ./chart -n default --create-namespace

Tools

ToolDescription
get_uk_company_numberSearch for a UK company by name, returns company numbers, status, and addresses
get_uk_person_in_controlGet persons with significant control (PSC / beneficial owners) for a company

Configuration

Set via Kubernetes Secret companies-house-api-key:

VariableDescription
COMPANIES_HOUSE_API_KEYAPI key from Companies House Developer Hub 

Authentication uses HTTP Basic Auth with the API key as username (no password).

Tool Usage

tools: - type: mcp name: companies-house-get-uk-company-number - type: mcp name: companies-house-get-uk-person-in-control

Limitations

  • Requires a valid Companies House API key (free registration)
  • Rate limited by Companies House API (600 requests per 5 minutes)
  • UK companies only

Additional Resources

Last updated on