UK Due Diligence
UK due diligence MCP server — Companies House, corporate research, compliance checks
README
uk-due-diligence-mcp
Eleven tools across five UK public registers. Zero paywalls. All official APIs.
Give an agent a company name and it pulls corporate status, filing compliance, director networks, beneficial ownership chains, disqualification checks, insolvency notices, VAT validation, and property transactions.
Every data source is a legally-mandated register with a free official API.
Data Sources
| Register | API | Auth |
|---|---|---|
| Companies House | api.company-information.service.gov.uk |
API key (free) |
| Charity Commission | api.charitycommission.gov.uk |
API key (free) |
| HMLR Land Registry | landregistry.data.gov.uk (SPARQL + REST) |
None |
| The Gazette | thegazette.co.uk/all-notices (Linked Data) |
None |
| HMRC VAT | api.service.hmrc.gov.uk |
None |
Tools
| Tool | Register | Description |
|---|---|---|
company_search |
Companies House | Search by name/keyword with status/type filters |
company_profile |
Companies House | Full profile: status, filing compliance, charges |
company_officers |
Companies House | Directors with high-appointment-count risk flag |
company_psc |
Companies House | Beneficial owners, PSC chain, offshore flags |
disqualified_search |
Companies House | Search disqualified directors by name |
disqualified_profile |
Companies House | Full disqualification record, period, Act, companies |
charity_search |
Charity Commission | Search by name, filter by registration status |
charity_profile |
Charity Commission | Full record: trustees, finances, governing doc |
land_title_search |
HMLR | Property ownership via SPARQL PPI query |
gazette_insolvency |
The Gazette | Corporate insolvency notices (codes 2441-2460) |
vat_validate |
HMRC VAT | Trading name + address as registered for VAT |
Setup
Install from PyPI
pip install uk-due-diligence-mcp
API Keys
| Key | Where to get it |
|---|---|
CH_API_KEY |
developer.company-information.service.gov.uk — free |
CHARITY_API_KEY |
api-portal.charitycommission.gov.uk — free |
HMLR, Gazette, and HMRC VAT require no API key.
Local development
git clone https://github.com/paulieb89/uk-due-diligence-mcp
cd uk-due-diligence-mcp
cp .env.example .env
# Fill in your API keys
pip install -e .
python server.py
Server starts at http://localhost:8080/mcp.
Fly.io deployment
fly launch --name uk-due-diligence-mcp --region lhr
fly secrets set CH_API_KEY=xxx CHARITY_API_KEY=xxx
fly deploy
Connecting
Claude Code / .mcp.json
{
"mcpServers": {
"uk-due-diligence": {
"type": "http",
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}
Claude.ai / other MCP clients
{
"mcpServers": {
"uk-due-diligence": {
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}
Demo
Run due diligence on Carillion PLC
The agent calls company_search to resolve the company number, then company_profile, company_officers, company_psc, and gazette_insolvency — reasoning across all five registries to surface risk signals.
Project Structure
uk-due-diligence-mcp/
├── server.py # FastMCP init, tool registration, transport config
├── companies_house.py # company_search, company_profile, company_officers, company_psc
├── disqualified.py # disqualified_search, disqualified_profile
├── charity.py # charity_search, charity_profile
├── land_registry.py # land_title_search (SPARQL + REST)
├── gazette.py # gazette_insolvency (JSON-LD, notice codes 2441-2460)
├── hmrc_vat.py # vat_validate
├── http_client.py # Shared httpx clients, retry backoff, error formatting
├── inputs.py # Pydantic v2 input models
├── fly.toml
├── Dockerfile
├── pyproject.toml
└── .env.example
Technical Notes
The Gazette API
REST+RDF linked-data pattern. Corporate insolvency notice codes span 2441-2460. The read API is unauthenticated; auth is write-only (for placing notices).
HMLR Land Registry
Free endpoint at api.landregistry.data.gov.uk. Returns RDF/Turtle by default —
the SPARQL endpoint is used for Price Paid Index queries. Covers England and Wales only.
High-Appointment-Count Signal
Directors with 10+ other active appointments are flagged. A director on 40+ companies is a common pattern in nominee director operations and phoenix company structures.
Licence
MIT
<!-- mcp-name: io.github.paulieb89/uk-due-diligence-mcp -->
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。