Catalog
UK Companies House
Officialby RobertAlsop
UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more.
UK Companies House data including company profiles, officers, PSCs, and filings.
README not available yet.
Install
Configuration
Environment variables
COMPANIES_HOUSE_API_KEYsecretCompanies House API key. Optional — a default key is provided for convenience. Set your own for heavy usage or production workloads.
claude_desktop_config.json
{
"mcpServers": {
"companies-house": {
"command": "uvx",
"args": [
"bartram-companies-house"
],
"env": {
"COMPANIES_HOUSE_API_KEY": "<YOUR_COMPANIES_HOUSE_API_KEY>"
}
}
}
}