Skip to main content
Glama
paulieb89

Property Descriptions

by paulieb89

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.

PyPI Install in VS Code Install in VS Code Insiders Install in Cursor


Data Sources

Source

API

Auth

Land Registry (PPD)

landregistry.data.gov.uk SPARQL

None

EPC Register

epc.opendatacommunities.org

API key (optional — degrades gracefully)

Rightmove

rightmove.co.uk (scraping, polite)

None

postcodes.io

api.postcodes.io

None


Related MCP server: Property Price Search MCP Server

Tools

Tool

Description

get_property_data

Fetch comparable sales, EPC data, and Rightmove listings for a postcode or address

get_listing_detail

Full Rightmove listing detail including photos, by URL or listing ID

format_for_portals

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_API_EMAIL / EPC_API_KEY

epc.opendatacommunities.org — free registration


Demo

Write a property listing for 14 Acacia Avenue, NG5 3AA — 3-bed semi, asking £250,000

The 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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
7Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Enables access to UK property listings, price estimates, agent information, and market data through the Zoopla API for searching properties for sale or rent with detailed filters and analytics.
    22
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    2
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House

  • Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment

  • AI resale manager. Photograph an item, AI writes the listing, publish a sale page, manage pickups.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paulieb89/property-descriptions-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server