UK Property Data
Rank #3,174io.github.paulieb89/property-shared
UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House
UK Property Data is a Model Context Protocol (MCP) server published by paulieb89. It ranks #3,174 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. UK Property Data is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 30, 2026 and most recently updated on Apr 20, 2026.
Ranks ahead of 112,286 of 115,460 servers on MCP Toplist.
Use UK Property Data
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http property-shared https://property-shared.fly.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add property-shared -- uvx property-shared[mcp_servers.property-shared]
url = "https://property-shared.fly.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.property-shared]
command = "uvx"
args = ["property-shared"]Add to ~/.codex/config.toml.
https://property-shared.fly.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"property-shared": {
"command": "uvx",
"args": [
"property-shared"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"property-shared": {
"url": "https://property-shared.fly.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"property-shared": {
"command": "uvx",
"args": [
"property-shared"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"property-shared": {
"type": "http",
"url": "https://property-shared.fly.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"property-shared": {
"type": "stdio",
"command": "uvx",
"args": [
"property-shared"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"property-shared": {
"serverUrl": "https://property-shared.fly.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"property-shared": {
"command": "uvx",
"args": [
"property-shared"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"property-shared": {
"url": "https://property-shared.fly.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"property-shared": {
"command": "uvx",
"args": [
"property-shared"
]
}
}
}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%2Fproperty-shared)<a href="https://mcptoplist.com/server/io.github.paulieb89%2Fproperty-shared"><img src="https://mcptoplist.com/badge/io.github.paulieb89%2Fproperty-shared.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 Due Diligence#4,932 · 3 vers
- 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 (1)
| Version | Published |
|---|---|
| 1.5.1 | Apr 20, 2026 |
Frequently asked questions
- Who maintains UK Property Data?
- UK Property Data is maintained by paulieb89, which publishes 11 MCP servers (36 total versions) tracked on MCP Toplist.
- Is UK Property Data listed on the Official MCP Registry?
- Yes — UK Property Data is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does UK Property Data have?
- MCP Toplist tracks 1 version of UK Property Data, most recently published on Apr 20, 2026.
- Where can I find the source code for UK Property Data?
- The source code for UK Property Data is hosted at github.com/paulieb89/property-shared.