Property Descriptions
property-descriptions-mcp
UK property listing description generator. Give an AI assistant a postcode or address — it fetches comparable sales, EPC ratings, and Rightmove listings, then writes three copy variants ready for Rightmove, social media, and email.
Data Sources
Source | API | Auth |
Land Registry (PPD) |
| None |
EPC Register |
| API key (optional — degrades gracefully) |
Rightmove | rightmove.co.uk (scraping, polite) | None |
postcodes.io |
| None |
Related MCP server: UK Property Data
Tools
Tool | Description |
| Fetch comparable sales, EPC data, and Rightmove listings for a postcode or address |
| Full Rightmove listing detail including photos, by URL or listing ID |
| Format property data into portal-ready copy variants |
Connect
Hosted (no install)
{
"mcpServers": {
"property-descriptions": {
"type": "http",
"url": "https://property-descriptions-mcp.fly.dev/mcp"
}
}
}Local (uvx)
{
"mcpServers": {
"property-descriptions": {
"type": "stdio",
"command": "uvx",
"args": ["property-descriptions-mcp"]
}
}
}EPC credentials are optional — the server degrades gracefully without them. If you want full EPC data:
Key | Where to get it |
| epc.opendatacommunities.org — free registration |
Demo
Write a property listing for 14 Acacia Avenue, NG5 3AA — 3-bed semi, asking £250,000The agent calls get_property_data to pull recent sales and EPC data, then writes three copy variants (professional, luxury, family), a Rightmove summary under 300 characters, a social caption, and eight feature bullets.
Licence
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
UK area & property intelligence for AI agents: reports, EPC, comparables, with source provenance.
UK property research tools - crime stats, schools, demographics, valuations for AI.
UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House
GDPR-clean property listings, rents, price stats, yields and below-market deals. UK, EU.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables users to search UK property prices by postcode, street, or city using the HM Land Registry's SPARQL endpoint. It also provides tools for resolving postcodes and finding nearby locations through Ordnance Survey data.22MIT
- AlicenseAqualityBmaintenanceUK property data MCP server — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House. 13 tools.1316MIT
- AlicenseNot gradedqualityBmaintenanceUK property data MCP server for AI hosts (Claude, ChatGPT). Wraps Land Registry, Rightmove, EPC, rental yields, stamp duty, and Companies House into 13 tools.2MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to query UK property data including EPCs, sale history, planning, flood risk, council tax, demographics, and more via the Homedata API.18MIT