Property Comparable Sales MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_property_compsA | Search for comparable property sales near a location. |
| get_area_statsB | Get price statistics for a property market area. |
| list_marketsA | List all 11 available property markets with transaction counts and location examples. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose with no overlap: get_area_stats provides aggregated market statistics, list_markets enumerates available markets, and search_property_comps finds specific comparable sales. An agent can easily distinguish between these three functions without confusion.
All three tools follow a consistent verb_noun naming pattern (get_area_stats, list_markets, search_property_comps) with clear, descriptive names. The naming convention is uniform throughout the toolset.
Three tools is appropriate for a property comparable sales server, covering core functionality: market overview, statistics, and detailed searches. While slightly minimal, each tool earns its place without feeling thin for the domain.
The toolset covers essential operations for property sales analysis: listing markets, getting area statistics, and searching comps. Minor gaps might include more granular filtering or historical trend analysis, but agents can work effectively with the provided tools.