Companies House MCP Server provides comprehensive access to UK company data through the Companies House API, offering 45+ endpoints for company information, search, officers, filings, and ownership data via MCP clients.
Search for companies by name or company number.
Get detailed company information.
Get the registered office address.
Get information about company registers.
Get company insolvency information.
Get company exemptions.
Get UK establishments of a foreign company.
Advanced search with multiple filters.
Search across all resource types.
Search for company officers.
Search for disqualified officers.
Search companies alphabetically.
Search dissolved companies.
Get list of company officers.
Get specific officer appointment details.
Get all appointments for an officer.
Get corporate officer disqualification details.
Get natural person disqualification details.
Get company filing history.
Get specific filing details.
Get list of company charges.
Get specific charge details.
Get list of PSCs.
Get individual PSC details.
Get corporate entity PSC details.
Get legal person PSC details.
Get PSC statements.
Get specific PSC statement.
Get PSC individual beneficial owner details.
Get PSC individual verification details.
Get PSC individual full record.
Get PSC corporate entity beneficial owner details.
Get PSC legal person beneficial owner details.
Get PSC super secure details.
Get PSC super secure beneficial owner details.
{
"mcpServers": {
"companies-house": {
"command": "npx",
"args": ["-y", "companies-house-mcp-server"],
"env": {
"COMPANIES_HOUSE_API_KEY": "your_api_key_here"
}
}
}
}