Rightmove Investment Finder
Search Rightmove. Rank by yield. Get a shortlist.
Connect the data
This skill pulls live data from Property and UK Legal (optional). Pick your app and paste the config below.
Property server
claude.ai
- Go to Settings (bottom left)
- Click MCP Servers
- Click Add
- Paste this URL:
https://property-shared.fly.dev/mcp
Claude Desktop
Open your config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add to the mcpServers section:
{
"mcpServers": {
"property": {
"type": "http",
"url": "https://property-shared.fly.dev/mcp"
}
}
}
Claude Code
Run this in your terminal:
claude mcp add --transport http property https://property-shared.fly.dev/mcp
ChatGPT
- Go to Settings
- Click Connected apps
- Click Add MCP server
- Paste this URL:
https://property-shared.fly.dev/mcp
Cursor / other editors
Add to your .cursor/mcp.json or equivalent config:
{
"mcpServers": {
"property": {
"url": "https://property-shared.fly.dev/mcp"
}
}
}
UK Legal (optional) server
claude.ai
- Go to Settings (bottom left)
- Click MCP Servers
- Click Add
- Paste this URL:
https://uk-legal-mcp.fly.dev/mcp
Claude Desktop
Open your config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add to the mcpServers section:
{
"mcpServers": {
"uk-legal": {
"type": "http",
"url": "https://uk-legal-mcp.fly.dev/mcp"
}
}
}
Claude Code
Run this in your terminal:
claude mcp add --transport http uk-legal https://uk-legal-mcp.fly.dev/mcp
ChatGPT
- Go to Settings
- Click Connected apps
- Click Add MCP server
- Paste this URL:
https://uk-legal-mcp.fly.dev/mcp
Cursor / other editors
Add to your .cursor/mcp.json or equivalent config:
{
"mcpServers": {
"uk-legal": {
"url": "https://uk-legal-mcp.fly.dev/mcp"
}
}
}
No API key needed. Free, hosted, ready to use.
The problem
Finding investment properties means scrolling Rightmove, then checking comps, calculating yield, and working out stamp duty for each one separately. A weekend of research and you still miss deals because you cannot process 50 listings systematically.
What this skill does
- Searches Rightmove for properties matching your area, budget, and type
- Pulls comparable sales for every candidate postcode
- Calculates gross and net yield against your target
- Checks asking price against comp median: overpaying or undervalued?
- Stamp duty at additional property rate for each property
- Scores and ranks by yield, price positioning, and days on market
- BUY / WATCH / PASS rating on every shortlisted property
- Full details on top candidates: tenure, service charge, key features
- Optional: BTL tax notes and leasehold reform checks via UK Legal MCP
Quick start
- Download the skill and drop it into your project
- Connect the Property MCP server (instructions included)
- Tell Claude your area, budget, and yield target
What's included
- SKILL.md file for Claude Code, Cursor, or any AI agent
- Setup guide for connecting the Property MCP server
- Optional UK Legal MCP integration for tax and leasehold enrichment
- Example prompts for different investment strategies
- Lifetime updates