# Rightmove MCP for AI Agents AI Agent Connect

> Rightmove MCP lets you manage property listings, track search performance, and grab branch leads directly from your AI agent. It connects to your Rightmove Network ID to handle listing lifecycles without switching tabs.

## Overview
- **Category:** real-estate
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_J0vVV9L4l8rb9DvwB7lkrj2SkCZDjRG2c3rwDLHZ/ai-agent-connect
- **Tags:** property-listings, estate-agency, lead-tracking, real-estate-marketing, rightmove-api

## Description

This Rightmove MCP connects your real-time data feed to any AI agent to handle your estate agency operations. You can manage the entire lifecycle of a property listing and monitor its success without leaving your AI interface. Instead of logging into a dashboard, you can just tell your agent to handle the heavy lifting. You can create new listings with full details, pull email leads for a specific branch, or check how many people actually viewed a property. It's about having your entire inventory under one roof. Because Vinkius hosts this connection, you can plug it into your current workflow and start moving properties from active to sold in seconds. You get to stay in your flow while the agent handles the data sync.

## Tools

### get_branch_emails
Retrieve lead information and emails for a specific branch. This helps you track interest in a specific location.

### get_property_performance
Retrieve performance statistics for a specific listing. Use this to see search appearances and detail views.

### remove_property
Remove a property from the Rightmove website. You can provide specific reason codes like Sold to manage inventory.

### send_property
Add a new property or update an existing one on Rightmove. It handles price changes and media updates.

## Prompt Examples

**Prompt:** 
```
Update the price for property REF-998 in branch 12345 to £450,000.
```

**Response:** 
```
I've updated the listing for REF-998. The new price is set to £450,000. The update went through successfully.
```

**Prompt:** 
```
Show me the performance stats for property AGENT-REF-001 in branch 54321.
```

**Response:** 
```
For AGENT-REF-001, here are the stats:

* **Search Appearances:** 1,240
* **Detail Views:** 85

Would you like to see the lead emails for this branch too?
```

**Prompt:** 
```
Remove property REF-555 from Rightmove because it was sold.
```

**Response:** 
```
I've sent the removal request for REF-555 using the Sold reason code. It won't appear as active on the portal anymore.
```

## Capabilities

### Create and update property listings
Add new properties to the portal or update existing ones with new prices and media.

### Remove sold or withdrawn properties
Take listings off the site using specific reason codes like Sold or Withdrawn.

### Fetch branch-specific email leads
Pull lead information for a specific branch over a defined period of time.

### Track listing search appearances
See how many times a property appeared in search results.

### View detailed property performance
Get data on detail views and other engagement metrics for a specific listing.

## Use Cases

### Instant Price Updates
An agent wants to change a price to £450k; they tell the AI to update the listing via send_property.

### Lead Follow-up
A manager asks for all emails from branch 12345; the AI pulls them via get_branch_emails.

### Sold Status Clearing
An assistant wants to clear a listing; the AI uses remove_property with the Sold code.

### Performance Review
An analyst asks for the stats on a specific ref; the AI pulls views via get_property_performance.

## Benefits

- Update listing details instantly using send_property to change prices or media without logging in.
- Keep your inventory clean by using remove_property to clear out sold units with specific reason codes.
- Grab branch leads faster by using get_branch_emails to see who's interested in your specific location.
- Make smarter marketing choices with get_property_performance data on search views and detail clicks.
- Save time during client meetings by checking listing status through your agent instead of a browser.
- Sync your portfolio across platforms more reliably by automating the removal of sold properties.

## How It Works

The bottom line is you get a direct line to your Rightmove data without the manual overhead.

1. Provide your Rightmove Network ID, Certificate, and Private Key.
2. Connect the Connector to your preferred AI client like Claude or Cursor.
3. Ask your agent to update listings, pull leads, or check performance stats.

## Frequently Asked Questions

**Can the Rightmove MCP update my property prices?**
Yes, you can tell your agent to change prices or other listing details instantly. It handles the update through the Rightmove API so you don't have to log in manually.

**How do I get leads from a specific branch using Rightmove MCP?**
You just ask your agent to pull the emails for a specific branch ID. It will fetch the lead information for that branch over a period you specify.

**Can I remove sold properties automatically with Rightmove MCP?**
Yes, you can use the tool to remove properties from the portal. Just tell your agent to remove a specific reference and provide the reason, like Sold.

**How does Rightmove MCP track listing performance?**
It pulls data on how many times your listing appeared in searches and how many people viewed the details. This helps you see which properties are getting the most attention.

**Does Rightmove MCP work with Claude or Cursor?**
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. You just connect it through the Vinkius catalog.

**What info do I need to connect Rightmove MCP?**
You'll need your Rightmove Network ID, Certificate, and Private Key. Once you provide those to the Connector, your agent can start accessing your data.

**Can I see how many people viewed my listing?**
Yes, you can ask your agent for the performance stats of a specific property. It will return the number of search appearances and detail views for that listing.

**How do I update the price of an existing property listing?**
Use the `send_property` tool. If you provide an `agent_ref` that already exists in your Rightmove inventory, the system will automatically update the listing with the new `price_info` you provide.

**What information do I get when checking property performance?**
By using the `get_property_performance` tool with a `branch_id` and `agent_ref`, you will receive statistics such as 'Detail Views' (how many people clicked the listing) and 'Search Appearances'.

**Can I specify why a property is being removed?**
Yes. When using the `remove_property` tool, you must provide a `removal_reason` code (for example, 1 for Sold or 2 for Withdrawn) to maintain accurate records on the portal.