← bouch.dev

INDIVIDUAL MCP TOOL

rightmove_search

Fetch Rightmove listings for a postcode.

bouch.devnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for rightmove_search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

bouch.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.property-data]
url = "https://property-shared.fly.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "property-data": {
      "type": "http",
      "url": "https://property-shared.fly.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: property-data
Remote MCP URL: https://property-shared.fly.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "property-data": {
      "url": "https://property-shared.fly.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "property-data": {
      "type": "http",
      "url": "https://property-shared.fly.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "property-data",
  "transport": "streamable-http",
  "url": "https://property-shared.fly.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • property_comps — Comparable sales from Land Registry Price Paid Data.
  • property_yield — Gross rental yield for a UK postcode.
  • rental_analysis — Rental market analysis and achievable rent estimate.
  • property_epc — Energy Performance Certificate data for a UK property or postcode area.
  • property_epc_search — DEPRECATED — use property_epc_summaries then epc_certificate.
  • property_epc_summaries — List EPC certificate summaries at a postcode — for candidate selection.
  • epc_certificate — Fetch a single EPC certificate by its GOV.
  • stamp_duty — UK Stamp Duty Land Tax (SDLT) calculation with full breakdown.