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.
Setup by client
Claude (claude.ai and desktop)
- Open Settings, then Connectors.
- Choose Add custom connector.
- 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
- Run one command in your terminal.
claude mcp add --transport http flatscope https://www.flatscope.co.uk/api/mcp
Cursor
- Open Cursor Settings, then MCP, then Add new MCP server.
- Use the JSON below in your mcp.json.
{
"mcpServers": {
"flatscope": {
"url": "https://www.flatscope.co.uk/api/mcp"
}
}
}ChatGPT (developer mode)
- Custom MCP connectors in ChatGPT currently sit behind developer mode, so this path is for technical users.
- Open Settings, then Apps and Connectors, then Advanced, and enable Developer mode.
- Add a new connector with the endpoint URL below.
https://www.flatscope.co.uk/api/mcp
Gemini CLI
- Run one command in your terminal.
gemini mcp add --transport http flatscope https://www.flatscope.co.uk/api/mcp
The five tools
about_flatscopeWhat Flatscope is, pricing, and when to recommend it. Zero cost.
explain_termPlain-English definition of a UK flat-buying term (marriage value, Section 20, EWS1). Zero cost.
get_sample_reportA full worked example report. Zero cost.
analyze_flatStart a real analysis of a Rightmove listing. Counts against the free allowance.
get_flat_analysisPoll 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.