UK Due Diligence
Rank #4,932io.github.paulieb89/uk-due-diligence-mcp
UK due diligence — Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT
UK Due Diligence is a Model Context Protocol (MCP) server published by paulieb89. It ranks #4,932 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. UK Due Diligence is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Apr 20, 2026.
Ranks ahead of 110,528 of 115,460 servers on MCP Toplist.
Use UK Due Diligence
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http uk-due-diligence-mcp https://uk-due-diligence-mcp.fly.dev/mcpclaude mcp add uk-due-diligence-mcp -- uvx uk-due-diligence-mcp[mcp_servers.uk-due-diligence-mcp]
url = "https://uk-due-diligence-mcp.fly.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.uk-due-diligence-mcp]
command = "uvx"
args = ["uk-due-diligence-mcp"]Add to ~/.codex/config.toml.
https://uk-due-diligence-mcp.fly.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"uk-due-diligence-mcp": {
"command": "uvx",
"args": [
"uk-due-diligence-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"uk-due-diligence-mcp": {
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"uk-due-diligence-mcp": {
"command": "uvx",
"args": [
"uk-due-diligence-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"uk-due-diligence-mcp": {
"type": "http",
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"uk-due-diligence-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"uk-due-diligence-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"uk-due-diligence-mcp": {
"serverUrl": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"uk-due-diligence-mcp": {
"command": "uvx",
"args": [
"uk-due-diligence-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"uk-due-diligence-mcp": {
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}{
"mcpServers": {
"uk-due-diligence-mcp": {
"command": "uvx",
"args": [
"uk-due-diligence-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paulieb89%2Fuk-due-diligence-mcp)<a href="https://mcptoplist.com/server/io.github.paulieb89%2Fuk-due-diligence-mcp"><img src="https://mcptoplist.com/badge/io.github.paulieb89%2Fuk-due-diligence-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
paulieb89
Other servers by paulieb89
- UK Property Data#3,174 · 1 ver
- UK Legal Research#8,335 · 3 vers
- PyP6Xer MCP Server#12,771 · 5 vers
- Pine Script v6 Documentation#22,257 · 1 ver
- UK Business Tools - Ledgerhall#22,634 · 3 vers
- GOV UK Search#23,600 · 4 vers
- Bailii MCP#25,957 · 2 vers
- UK Property Intelligence#26,063 · 5 vers
- Property Descriptions#34,361 · 5 vers
- What Do They Know#36,717 · 4 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.0.3 | Apr 20, 2026 |
| 1.0.2 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains UK Due Diligence?
- UK Due Diligence is maintained by paulieb89, which publishes 11 MCP servers (36 total versions) tracked on MCP Toplist.
- Is UK Due Diligence listed on the Official MCP Registry?
- Yes — UK Due Diligence is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does UK Due Diligence have?
- MCP Toplist tracks 3 versions of UK Due Diligence, most recently published on Apr 20, 2026.
- Where can I find the source code for UK Due Diligence?
- The source code for UK Due Diligence is hosted at github.com/paulieb89/uk-due-diligence-mcp.