MCP.so
Sign In
S

Search For Any Uk Company

@mmaun

About Search For Any Uk Company

Companies House MCP Server (Decision-Maker Tools)

Basic information

Category

Search

Transports

stdio

Publisher

mmaun

Submitted by

Mani Mani

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Search For Any Uk Company?

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. It is for users who need to search, profile, or analyze UK company records programmatically.

How to use Search For Any Uk Company?

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.

Key features of Search For Any Uk Company

  • 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.

Use cases of Search For Any Uk Company

  • Due diligence on a UK company before signing a contract.
  • Verifying the directors and beneficial owners of a business.
  • Building a tool to monitor changes in company officer lists.
  • Researching historical appointments of a key executive across multiple firms.

FAQ from Search For Any Uk Company

What data sources does this server use?

It connects directly to the official Companies House API, provided by the UK government.

What tools are available?

Six tools: search_companies, get_company_profile, get_company_officers, get_company_pscs, get_psc, and get_officer_appointments.

How do I set it up?

Create a .env file from .env.example, then install dependencies using uv pip install. The exact command is not specified in the README.

What is a PSC?

A Person with Significant Control (PSC) is an individual or entity that holds significant influence or ownership in a UK company, such as a majority shareholder.

Can I see past officers or only current ones?

The get_company_officers tool returns both active and inactive officers, and get_officer_appointments shows all companies an officer is or was associated with.

Comments

More Search MCP servers