agentsclimarketplace

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

Install
npx -y skills add paulieb89/bouch-plugins --skill property-quick-comps

Assembled 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

  1. Get a UK postcode from the user
  2. Call property_comps with the postcode
  3. If the area has mixed stock (flats and houses), ask the user which type or use the property_type filter (F=flat, D=detached, S=semi, T=terraced)
  4. 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.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.