companies-house-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@companies-house-mcpSearch for companies named 'Acme Ltd'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Companies House MCP Server
A local MCP server that exposes the UK Companies House API as tools for Claude Desktop and Cowork.
Tools
search_companies — Search by name or number
get_company_profile — Full profile (status, address, SIC codes, accounts dates)
get_officers — Directors and secretaries (current and resigned)
get_pscs — Persons with significant control (shareholders >25%)
get_filing_history — Filed documents (filterable by category)
get_document_info — Document metadata (formats, page count)
download_ixbrl — Download accounts as machine-readable iXBRL
get_charges — Registered charges/mortgages
Related MCP server: my-first-mcp
Setup
1. Get an API key
Register for free at https://developer.company-information.service.gov.uk
2. Install
cd companies-house-mcp
pip install -e .Or with uv:
cd companies-house-mcp
uv pip install -e .3. Add to Claude Desktop
Open Claude Desktop settings and add to your MCP servers config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"companies-house": {
"command": "python",
"args": ["/full/path/to/companies-house-mcp/server.py"],
"env": {
"COMPANIES_HOUSE_API_KEY": "your-api-key-here"
}
}
}
}Or if using uv:
{
"mcpServers": {
"companies-house": {
"command": "uv",
"args": ["run", "--directory", "/full/path/to/companies-house-mcp", "python", "server.py"],
"env": {
"COMPANIES_HOUSE_API_KEY": "your-api-key-here"
}
}
}
}4. Restart Claude Desktop
The Companies House tools will appear in your next session.
Testing
Run the server directly to check it starts:
COMPANIES_HOUSE_API_KEY=your-key python server.pyThis server cannot be deployed
Maintenance
Related MCP Connectors
CompanyLens is a remote MCP server giving AI agents instant access to official company registry data across 19 jurisdictions in Europe, the Americas, and Asia-Pacific. Eighteen read-only tools let you search companies and people, look up officers and beneficial owners, map corporate networks through shared directors, screen names against the UK disqualified directors register, find every company at a registered address, and pull filing history — all from a single connector. Visit our website: https://companylens.io
Companies House MCP — UK statutory company registry (BYO key)
MCP server for Codat — companies, connections, invoices, bills and financial statements.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework for developing and managing custom tools. It provides a structured foundation for building and integrating modular components like data processors and API clients into Claude Desktop.5 npm-
- AlicenseNot gradedqualityDmaintenanceA local MCP server that connects Claude Desktop to execute custom local code, such as generating custom greetings.5 npmISC
- FlicenseNot gradedqualityBmaintenanceMCP server exposing the full UK Companies House Public Data API, enabling natural language queries for company profiles, search, officers, filing history, charges, insolvency, and persons with significant control, as well as downloading and reading PDF documents.-
- AlicenseNot gradedqualityBmaintenanceProduction-grade MCP server for the UK Companies House API, enabling AI assistants to search companies, get profiles, list officers, filings, and PSCs.MIT