PluginBench
MCP Server

UK Property Data MCP Server

io.github.paulieb89/property-shared

What is the UK Property Data MCP server?

UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House

How to install UK Property Data

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "property-shared": {
      "command": "uvx",
      "args": [
        "property-shared"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "property-shared": {
      "command": "uvx",
      "args": [
        "property-shared"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "property-shared": {
      "command": "uvx",
      "args": [
        "property-shared"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "property-shared": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "property-shared"
      ]
    }
  }
}
Claude Code
claude mcp add property-shared -- uvx property-shared

Related MCP servers

Search UK case law on BAILII — court judgments with section extraction. Runs locally.

View repository →

Pine Script v6 documentation lookup, function validation, and linting for AI code generation

View repository →

UK due diligence — Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT

View repository →

UK legal research — case law, legislation, Hansard, bills, votes, committees, HMRC, citations

View repository →