Verified UK company lookup & number validation for AI agents β Companies House data, not guesses.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Companieswise.
lookup_companyA company's official registered details by number (name, status, type, incorporation date, registered postcode, primary SIC)
validate_company_numberIs this a well-formed UK company number, and what does its prefix denote? (format only β there is no check digit)
search_companyReverse lookup β find a company's number from its name
Verified UK company lookup & number validation for AI agents β official Companies House data, not guesses.
Verified, trustworthy data tools for AI agents. "Qiniso" means "truth" in Zulu.
Website Β· npm Β· MCP Registry
Ask an LLM "what's the registered name and status of company 00445790?" and it will answer confidently β and usually wrongly: invented names, the wrong status, a fabricated incorporation date. Company records live in the Companies House register, not a model's weights. companieswise looks the number up in the official Companies House snapshot and returns the real registered details β or an honest "not found" instead of a guess.
Then load the real data once (the package ships with only a small sample):
This downloads the latest monthly Companies House snapshot (~tens of MB) to a local cache. Re-run it whenever you want to refresh; a GitHub Action rebuilds the snapshot monthly, so companieswise-update always fetches the current month. Until you run it, validate_company_number works fully and lookup_company/search_company clearly say they're on the sample.
By default companieswise serves the monthly snapshot (offline, no key). If you set a free Companies House API key, it switches to live queries against the official Companies House API instead β real-time register status, including dissolved companies, on your own key (no shared rate limit):
lookup_company and search_company use the live API when the key is set (results tagged "dataset": "live") and fall back to the snapshot when it isn't ("dataset": "snapshot"), so it's always clear which you're getting. validate_company_number is offline either way. The key is sent only to the official Companies House API. CH_API_KEY is accepted as an alias.
A well-formed number that isn't in the snapshot returns found: false with a clear note β it never invents a company.
| Tool | What it answers |
|---|---|
| lookup_company | A company's official registered details by number (name, status, type, incorporation date, registered postcode, primary SIC) |
| validate_company_number | Is this a well-formed UK company number, and what does its prefix denote? (format only β there is no check digit) |
| search_company | Reverse lookup β find a company's number from its name |
The data is the Companies House Free Company Data Product (UK-wide, live register), published under the Open Government Licence v3.0. Because the real dataset is ~5.6M companies β far too large to bundle into an npm package β the design splits code from data:
.github/workflows/refresh-data.yml) that downloads the official snapshot, compiles a compact artifact, and publishes it as a GitHub Release asset.companieswise-update downloads that artifact into a local cache; every response reports its datasetVersion (the snapshot date).No API key, no rate limit, no per-request cost β lookups run locally against the cached snapshot. See ARCHITECTURE.md for why, and the hosted/real-time path.
This tool runs locally on your machine and is built not to collect, store, or transmit your data β no analytics, no telemetry, no account. By default it uses bundled/cached data offline; only if you set a Companies House API key does it send your lookup and key directly to the official Companies House API (never to Qiniso). Full policy: https://qinisolabs.github.io/privacy.html.
Apache-2.0. Company data Β© Crown copyright, Companies House, Open Government Licence v3.0; see NOTICE.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/companieswise)<a href="https://allmcps.com/mcp/companieswise"><img src="https://allmcps.com/api/badge/companieswise?style=directory" alt="Companieswise on AllMCPs" /></a>