Submit

Search For Any Uk Company

@mmaun

8 months ago
Companies House MCP Server (Decision-Maker Tools) This MCP server connects to the official Companies House API and provides tools to help you find key decision-makers at UK companies — including directors and beneficial owners. 🔧 Tools Available search_companies(query, items_per_page) Search for companies by name or number. get_company_profile(company_number) Get registered company details: name, address, status, etc. get_company_officers(company_number) List all active/inactive directors, secretaries, and officers. get_company_pscs(company_number) List all Persons with Significant Control (PSCs), e.g. majority shareholders or controllers. get_psc(company_number, psc_id) Fetch full details of a specific PSC using ID from previous call. get_officer_appointments(officer_id) See all companies an officer is/was associated with. 🧪 Setup & Run Create .env file using .env.example Install dependencies: uv pip install -r requirements.txt

Server Config

{
  "mcpServers": {
    "comphouse-gitauth-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://comphouse-gitauth-mcp-server.mani-maun.workers.dev/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.