Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

Companies House CLI & MCP

![npm: companies-house-cli](https://www.npmjs.com/package/companies-house-cli) ![npm: companies-house-mcp](https://www.npmjs.com/package/companies-house-mcp) ![License: MIT](https://opensource.org/licenses/MIT)

An unofficial CLI and MCP server for the UK Companies House API. Look up any UK company, check its officers, trace ownership, dig into filings, run a due diligence scan — from your terminal, your scripts, or directly inside Claude, Cursor, or any other AI tool that speaks MCP.

Everything runs on a free API key. No backend, no subscriptions, no middleman.

Documentation: companies-house.uk

Install

CLI — installs the ch binary:

npm install -g companies-house-cli
ch config set-key your-key-here

MCP server — for Claude, Cursor, Zed, and others:

npx -y companies-house-mcp

Both packages use the same free API key from developer.company-information.service.gov.uk.

What it can do

Search and lookup

  • search_companies / ch search — find companies by name, with filters for status, type, SIC code, and location
  • search_officers / ch search-officers — find officers across all companies by name
  • get_company_profile / ch profile — full company profile: status, addresses, SIC codes, key dates

Officers and ownership

  • get_officers / ch officers — current and resigned directors, secretaries, and other officers
  • get_appointments — every company a given officer has ever been appointed to
  • get_ownership / ch ownership — persons with significant control (PSCs), corporate ownership chains

Filings and financials

  • get_filings / ch filings — full filing history with document links, filterable by category
  • get_filing_document — retrieve an individual filing document
  • get_charges / ch charges — charges and mortgages registered against the company
  • get_insolvency / ch insolvency — insolvency proceedings, liquidations, administrations

Due diligence

  • company_report / ch report — everything in one call: profile, officers, ownership, charges, filings, insolvency
  • due_diligence_check / ch check — automated red-flag scan with HIGH / MEDIUM / LOW severity ratings
  • officer_network / ch network — map a director's connections across every company they're linked to

Extended

  • get_company_registers — statutory registers (members, directors, secretaries, charges)
  • get_exemptions — disclosure exemptions
  • get_uk_establishments — UK establishments of overseas companies
  • get_officer_disqualifications — disqualification orders made against an officer

CLI quick reference

ch search "Anthropic"
ch profile 14604577
ch officers 14604577 --all
ch ownership 14604577
ch filings 14604577 --category accounts
ch charges 14604577
ch report 14604577
ch check 14604577
ch network "John Smith"
ch report 14604577 --json | jq '.profile.company_status'
ch report 14604577 --md > report.md

Full reference, flags, and output modes at companies-house.uk/cli.

MCP setup

Add to your client config with your API key and run npx -y companies-house-mcp. Detailed setup for Claude Desktop, Claude Code, Cursor, and Zed at companies-house.uk/mcp.

Development

git clone https://github.com/aicayzer/companies-house-mcp.git
cd companies-house-mcp
pnpm install && pnpm build && pnpm test:unit

See CONTRIBUTING.md for the full guide. Docs at companies-house.uk.

Disclaimer

Not affiliated with or endorsed by Companies House or the UK Government. Uses the publicly available Companies House API.

Licence

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.