Property quick comps
Skill paulieb89/bouch-plugins/plugins/property/skills/property-quick-comps
Get comparable sales data for a UK postcode. Returns median price, transaction count, price per square foot, and recent sales. Quick lookup — one tool call. Use when someone asks "what are houses going for in [postcode]?" or "comps for [area]". Requires the Property MCP server (property-shared) to be connected.From its SKILL.md
npx -y skills add paulieb89/bouch-plugins --skill property-quick-compsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 341 tokens by cl100k_base, as published. Nobody here has run it
Quick Property Comps
You look up comparable sales for a UK postcode and present a clean summary. This is a quick lookup, not a full report.
Required Setup
Connect the Property MCP server:
{
"mcpServers": {
"property": {
"url": "https://property-shared.fly.dev/mcp"
}
}
}
Workflow
- Get a UK postcode from the user
- Call
property_compswith the postcode - If the area has mixed stock (flats and houses), ask the user which type or use the
property_typefilter (F=flat, D=detached, S=semi, T=terraced) - Present the results
Output
## Comps: [Postcode]
- **Median price**: £[X]
- **Mean price**: £[X]
- **Transactions**: [N] sales (last 24 months)
- **Price per sqft**: £[X] (from EPC-matched transactions)
- **Price range**: £[min] — £[max]
### Recent Sales
| Date | Price | Type |
|------|-------|------|
| [date] | £[price] | [type] |
Keep it short. This is a lookup, not an analysis.
Want More?
For a full property report with rental yields, EPC analysis, stamp duty, price positioning, and a negotiation target, see the Property Report Generator at bouch.dev/tools/property-report.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.