PluginBench
MCP Server

UK Companies House MCP Server

io.github.RobertAlsop/companies-house

What is the UK Companies House MCP server?

UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more.

How to install UK Companies House

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • COMPANIES_HOUSE_API_KEY
    secret

    Companies House API key. Optional — a default key is provided for convenience. Set your own for heavy usage or production workloads.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "companies-house": {
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ],
      "env": {
        "COMPANIES_HOUSE_API_KEY": "<YOUR_COMPANIES_HOUSE_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "companies-house": {
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ],
      "env": {
        "COMPANIES_HOUSE_API_KEY": "<YOUR_COMPANIES_HOUSE_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "companies-house": {
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ],
      "env": {
        "COMPANIES_HOUSE_API_KEY": "<YOUR_COMPANIES_HOUSE_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "companies-house": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ],
      "env": {
        "COMPANIES_HOUSE_API_KEY": "<YOUR_COMPANIES_HOUSE_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add companies-house --env COMPANIES_HOUSE_API_KEY=<YOUR_COMPANIES_HOUSE_API_KEY> -- uvx bartram-companies-house

Related MCP servers

UK Charity Commission register with cleaning - 31 tools for search, financials, governance.

View repository →

UK Environment Agency data with cleaning - 10 tools for floods, water quality, permits, catchments.

View repository →

UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data.

View repository →