UK Due Diligence MCP Server
Official-source UK due-diligence data for AI agents. Search Companies House, Charity Commission, The Gazette, HMLR price-paid data and HMRC VAT records, plus screen names against the OFSI, OFAC, EU and UN sanctions lists. Exposes atomic MCP tools for company ownership, officers, cross-company appointment history, secured charges, insolvency notices and related registry evidence - the consuming agent decides how to…. Its 17 documented tools cover company, profile, disqualified, charity.
People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-08-23 · ★ 3 · #316 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25
MIT · Python servers · how we verify → /methodology
01 · Install UK Due Diligence
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add paulieb89-uk-due-diligence-mcp --transport http https://uk-due-diligence-mcp.fly.dev/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"paulieb89-uk-due-diligence-mcp": {
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://uk-due-diligence-mcp.fly.dev/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to uk-due-diligence-mcp.fly.dev
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license MIT - declared in the repository
pypi package uk-due-diligence-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.paulieb89 is GitHub-verified and matches the repo owner
03 · What UK Due Diligence can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can search by name/keyword, filter by status/type, search disqualified directors by name, search by name, filter by registration status, and fetch a structured record by ID returned from search.
Capability map
Tools grouped from the project's README - what UK Due Diligence lets an agent do.
Company
5 tools - e.g. Search by name/keyword, filter by status/type; Status, filing compliance, registered address, has_charges summary; Directors/secretaries; each carries an officer_id
company_search · company_profile · company_officers · company_psc · company_charges
Disqualified
2 tools - e.g. Search disqualified directors by name; Full disqualification record: period, Act, associated companies
disqualified_search · disqualified_profile
Charity
2 tools - e.g. Search by name, filter by registration status; Full record: trustees, income/expenditure, governing document
charity_search · charity_profile
Gazette
2 tools - e.g. Corporate insolvency notices across the Gazette's notice-code taxonomy (codes 2401-2465); Full legal wording of a specific notice
gazette_insolvency · gazette_notice
read & search
2 tools - e.g. Fan-out search across all registers - returns IDs (for ChatGPT deep research); Fetch a structured record by ID returned from search
search · fetch
Officer
1 tool - e.g. Full appointment history for a person by officer_id - including dissolved or insolvent companies not named anywhere else
officer_appointments
Land
1 tool - e.g. Price Paid Index sale transactions by postcode - not title ownership (see Limitations)
land_title_search
Vat
1 tool - e.g. Trading name + address as registered for VAT
vat_validate
Limitations (from the README)
Things worth knowing before trusting output: - land_title_search returns Price Paid transactions, not ownership. It does not return current proprietor/title data - HMLR's Price Paid Index only records historic sale transactions. - Sanctions screening is exact/alias matching, not compliance clearance. A company/entity legal name matches reliably; person names with transliteration variants may not. An empty result is n
Latest releases
v1.3.0 · 2026-08-23
Companies House and Gazette registry data correctness · officer appointment history and related-company discovery · Companies House charge records (BOU-40) · remove MCP prompts, fix packaging bug, refresh README…
v1.2.0 · 2026-07-29
v1.2.0 - Structured errors + shared observability · Every failure this server can anticipate now returns a structured, agent-actionable error payload (error_category / is_retryable / attempted / description) instead of…
v1.1.1 · 2026-07-28
Fixes · disqualified_search now accepts name as an alias for query - multiple LLM clients were consistently guessing name and failing schema validation. Both params are published in the JSON schema.…
04 · Who maintains UK Due Diligence
UK Due Diligence is maintained by paulieb89. We track 5 MCP servers from paulieb89 - 5 actively maintained, 45 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from paulieb89.
- UK Property Data UK property data - Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House ★ 16
- Pine Script v6 Documentation Pine Script v6 documentation lookup, function validation, and linting for AI code generation ★ 9
- UK Legal Research UK legal research - case law, legislation, Hansard, bills, votes, committees, HMRC, citations ★ 13
- BAILII UK Case Law Search UK case law on BAILII - court judgments with section extraction. Runs locally. ★ 4
05 · Facts
- repository
- github.com/paulieb89/uk-due-diligence-mcp
- website
- https://bouch.dev/
- category
- other - ranked #316 of 848 actively-maintained other servers as of 2026-08-25.
- release cadence
- 3 releases in the last 90 days (latest 2026-08-23)
- registry
- io.github.paulieb89/uk-due-diligence-mcp (active, first published 2026-04-01 · 2 versions)
- packages
- pypi:uk-due-diligence-mcp
06 · UK Due Diligence FAQ
Is UK Due Diligence still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 3 releases in the last 90 days. We re-verify nightly.
What can UK Due Diligence do?
With this server connected, an agent can search by name/keyword, filter by status/type, search disqualified directors by name, search by name, filter by registration status, and fetch a structured record by ID returned from search.
How do I install UK Due Diligence?
Run `uvx uk-due-diligence-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does UK Due Diligence require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.
07 · Alternatives to UK Due Diligence
Alternatives to UK Due Diligence
Maintained other servers if UK Due Diligence isn't the fit.
- Heyputer MCP Server Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more ★ 43,204 · 2026-08-24
- Server Commands An MCP server to run arbitrary commands ★ 38,704 · 2026-08-05
- Zotero MCP (54yyyu) Search, read, annotate, and add to your Zotero research library, local or web. ★ 4,780 · 2026-08-25
- Firebase MCP Gives AI development tools Firebase-specific capabilities and expertise. ★ 4,460 · 2026-08-25
- Microsoft Fabric MCP Server MCP tools for interacting with Microsoft Fabric ★ 3,598 · 2026-08-21
- Ship Swift 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. ★ 2,968 · 2026-08-09
More MCP servers to compare · UK Legal Research · Paypal MCP Server · Server Colab Exec · SentinelX MCP · Signs of AI Writing
More Python MCP servers · Arangodb Async · Android Puppeteer MCP · see all