Companies House MCP Server
UK Companies House API integration for company search and beneficial ownership (PSC) data.
Install
ark install marketplace/mcps/companies-house-mcpOr with Helm:
cd mcps/companies-house-mcp
helm install companies-house-mcp ./chart -n default --create-namespaceTools
| Tool | Description |
|---|---|
get_uk_company_number | Search for a UK company by name, returns company numbers, status, and addresses |
get_uk_person_in_control | Get persons with significant control (PSC / beneficial owners) for a company |
Configuration
Set via Kubernetes Secret companies-house-api-key:
| Variable | Description |
|---|---|
COMPANIES_HOUSE_API_KEY | API 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-controlLimitations
- 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