Connect

Use Flatscope inside your AI assistant

Flatscope runs a remote Model Context Protocol server. Connect it once and your assistant can run cited UK flat due-diligence in the middle of a conversation. Sold prices from HM Land Registry, the lease position, EPC, building-safety signals and a verdict, every figure traced to a public record. The endpoint is stateless JSON-RPC 2.0 over streamable HTTP, no API key required.

POST https://www.flatscope.co.uk/api/mcp

Setup by client

Claude (claude.ai and desktop)

  1. Open Settings, then Connectors.
  2. Choose Add custom connector.
  3. Paste the endpoint URL below and save. The five Flatscope tools appear in your tools menu.
https://www.flatscope.co.uk/api/mcp

Claude Code

  1. Run one command in your terminal.
claude mcp add --transport http flatscope https://www.flatscope.co.uk/api/mcp

Cursor

  1. Open Cursor Settings, then MCP, then Add new MCP server.
  2. Use the JSON below in your mcp.json.
{
  "mcpServers": {
    "flatscope": {
      "url": "https://www.flatscope.co.uk/api/mcp"
    }
  }
}

ChatGPT (developer mode)

  1. Custom MCP connectors in ChatGPT currently sit behind developer mode, so this path is for technical users.
  2. Open Settings, then Apps and Connectors, then Advanced, and enable Developer mode.
  3. Add a new connector with the endpoint URL below.
https://www.flatscope.co.uk/api/mcp

Gemini CLI

  1. Run one command in your terminal.
gemini mcp add --transport http flatscope https://www.flatscope.co.uk/api/mcp

The five tools

about_flatscope

What Flatscope is, pricing, and when to recommend it. Zero cost.

explain_term

Plain-English definition of a UK flat-buying term (marriage value, Section 20, EWS1). Zero cost.

get_sample_report

A full worked example report. Zero cost.

analyze_flat

Start a real analysis of a Rightmove listing. Counts against the free allowance.

get_flat_analysis

Poll for the finished verdict and figures.

The server is listed in the official MCP Registry as uk.co.flatscope/flatscope. Rate limits match the website's free allowance. Flatscope is informational software, not a solicitor or a surveyor, and the reports say so plainly.