Companies House MCP
CLI and MCP server for the UK Companies House API — company search, profiles, officers, filings, ownership, and due diligence
Companies House CLI & MCP
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 locationsearch_officers/ch search-officers— find officers across all companies by nameget_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 officersget_appointments— every company a given officer has ever been appointed toget_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 categoryget_filing_document— retrieve an individual filing documentget_charges/ch charges— charges and mortgages registered against the companyget_insolvency/ch insolvency— insolvency proceedings, liquidations, administrations
Due diligence
company_report/ch report— everything in one call: profile, officers, ownership, charges, filings, insolvencydue_diligence_check/ch check— automated red-flag scan with HIGH / MEDIUM / LOW severity ratingsofficer_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 exemptionsget_uk_establishments— UK establishments of overseas companiesget_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
İlgili Sunucular
newsmcp
Real-time world news for AI agents — events clustered from hundreds of sources, classified by 12 topics and 30+ regions, ranked by importance. Free, no API key.
JinaAI
Light JINA AI MCP
stooq-mcp
MCP server to fetch stock prices from stooq.com (Rust)
Erick Wendel Contributions
Query Erick Wendel's contributions, including talks, blog posts, and videos, using natural language.
PubChem MCP Server
Search and access chemical compound information from the PubChem database.
Google Search
Perform Google searches and view web content with advanced bot detection avoidance.
gnosis-mcp
Zero-config knowledge base for AI coding agents. Loads your markdown docs into a searchable database and exposes them as MCP tools — search, read, and manage documentation without leaving your editor. Works instantly with SQLite (no setup), upgrades to PostgreSQL + pgvector for hybrid semantic search. Includes skills for searching docs (/gnosis:search), health checks (/gnosis:status), doc management (/gnosis:manage), and first-time setup (/gnosis:setup). 6 MCP tools, 3 resources, FTS5 keyword search, 176 tests.
Simple arXiv
Search and retrieve academic papers from the arXiv repository via its API.
Weather
Provides weather data using the US National Weather Service (NWS) API. Built with pure JavaScript ES Modules.
vinted-mcp-server
First MCP server for Vinted marketplace. Search millions of second-hand items, compare prices across 19 countries (FR, DE, ES, IT, NL, BE, UK...), analyze seller profiles with ratings and verification status, detect cross-country arbitrage opportunities, and track trending products. 5 tools: search_items, get_item, get_seller, compare_prices, get_trending. 2 resources: countries list, categories. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Zero config — just npx.