Search For Any Uk Company

by mmaun

150 downloads
Not rated
GitHub

About

Companies House MCP Server (Decision-Maker Tools)

Details

Author
mmaun
Downloads
150
Categories
Search

- Search UK companies by name or company number.
- Retrieve registered company details (name, address, status, etc.).
- List all active and inactive directors, secretaries, and officers.
- Find Persons with Significant Control (PSCs), such as majority shareholders.
- Get full details of a specific PSC using its ID.
- See all companies a given officer is or was associated with.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Search For Any Uk Company
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Create a .env file using the provided .env.example, then install dependencies with uv pip install -r requirements.txt (or equivalent). Invoke the server to access tools like search_companies, get_company_profile, get_company_officers, and get_company_pscs via an MCP‑compatible client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "search for any uk company": {
            "comphouse-gitauth-mcp-server": {
                "command": "npx",
                "args": [
                    "mcp-remote",
                    "https://comphouse-gitauth-mcp-server.mani-maun.workers.dev/mcp"
                ]
            }
        }
    }
}

McpServers

{
    "comphouse-gitauth-mcp-server": {
        "command": "npx",
        "args": [
            "mcp-remote",
            "https://comphouse-gitauth-mcp-server.mani-maun.workers.dev/mcp"
        ]
    }
}

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.