← All servers

MCP server · Open source · No API key

UK Property Data

A narrower property server for when you only need the numbers: comparables, EPC records and rental yields.

Server URL

https://uk-property-mcp.fly.dev/mcp

Data sources

What it connects to

  • HM Land Registry Price Paid Data
  • EPC Register
  • UK Postcodes API

Setup

Takes about 30 seconds

Pick the app you use. Paste one URL. That's it.

claude.ai

Customize → Connectors → + → Add custom connector. Name it anything and paste the URL below.

https://uk-property-mcp.fly.dev/mcp

Screenshots of each step are in the connect guide.

Claude Desktop

Remote connectors are brokered through your Claude account, so a connector added on claude.ai shows up in Claude Desktop when you're signed in to the same account — nothing extra to install.

If you would rather run a local bridge, add this to claude_desktop_config.json:

{
  "mcpServers": {
    "uk-property": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://uk-property-mcp.fly.dev/mcp"]
    }
  }
}

mcp-remote is a third-party npm bridge, not ours.

Claude Code
claude mcp add --transport http uk-property https://uk-property-mcp.fly.dev/mcp

Or commit it to the repo so your team picks it up:

claude mcp add --transport http --scope project uk-property https://uk-property-mcp.fly.dev/mcp

Writing .mcp.json by hand? An entry with a url but no type is read as a stdio server and skipped — set "type": "http".

ChatGPT

Settings → Security and login → turn on Developer mode. Then open Plugins, select +, and paste the server URL.

OpenAI change this flow fairly often — their MCP documentation is the current reference.

Cursor and other editors

Add to .cursor/mcp.json in the project, or ~/.cursor/mcp.json globally:

{
  "mcpServers": {
    "uk-property": { "url": "https://uk-property-mcp.fly.dev/mcp" }
  }
}

No API key. Open source. Free to use.

Need this wired into your own systems?

The server covers public data. If you need it connected to your own records, internal tools, or a workflow built around your team, that's what we do.

Open source

Free to use, fork, and build on. Issues and pull requests welcome.