← Back to browse

companies-house

Indexed by io.github.aicayzer

About

MCP server and CLI for the UK Companies House API. Search, filings, officers, due diligence.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCOMPANIES_HOUSE_API_KEY
Claude Code
claude mcp add --env COMPANIES_HOUSE_API_KEY= companies-house -- npx companies-house-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"companies-house","command":"npx","args":["companies-house-mcp"],"env":{"COMPANIES_HOUSE_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "companies-house": {
      "command": "npx",
      "args": [
        "companies-house-mcp"
      ],
      "env": {
        "COMPANIES_HOUSE_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.