Zoopla MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| propertiesv2listC | List properties for sale or rent with options and filters |
| house_pricesv2estimateC | Returned list of estimated house prices |
| agentsdetailC | Get detailed information of an agent by id |
| agentslistB | List agents with filters and options |
| house_pricesget_area_stats_deprecatedC | Get area stats |
| house_pricesget_historic_listings_deprecatedC | Get historic listings |
| house_pricesv2get_areaC | Use along with .../house-prices/v2/auto-complete endpoint to get related geo id. For example, geo id of postal code. |
| house_pricesget_running_costs_deprecatedD | Get running costs |
| house_pricesget_market_activity_deprecatedC | Get market activity in an area |
| house_pricesget_sales_history_deprecatedD | Get sales history |
| propertiesget_nearby_deprecatedC | Get nearest points of interest |
| propertiesv2detailC | Get property detail |
| propertiesget_broadband_deprecatedC | Get broadband information |
| propertiesget_running_costs_deprecatedC | Get running costs |
| propertieslist_deprecatedC | List properties for sale or rent with options and filters |
| propertiesget_area_stats_deprecatedD | Get area stats |
| v2auto_completeC | Get auto complete suggestion by term or phrase |
| auto_complete_deprecatedC | Get auto complete suggestion by term or phrase |
| house_pricesv2detailC | Get property price detailed information |
| house_pricesv2auto_completeC | Get suggestions by term or phrase about city, country, area,etc... |
| house_pricesget_points_of_interest_deprecatedC | Get nearest points of interest |
| house_pricesestimate_deprecatedD | Returned list of estimated house prices |
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 22 tools
The tool set has clear thematic groupings (agents, house_prices, properties) with distinct purposes within each group, but there is significant overlap between deprecated and v2 versions that could cause confusion. For example, house_pricesestimate_deprecated and house_pricesv2estimate appear to serve the same function, and similar duplicates exist across categories. Descriptions help differentiate, but agents might misselect between deprecated and active tools.
Naming is inconsistent with mixed conventions: some tools use snake_case (e.g., agentsdetail), others use camelCase-like patterns without underscores (e.g., auto_complete_deprecated), and v2 tools add version prefixes inconsistently (e.g., house_pricesv2detail vs. v2auto_complete). There is no uniform verb_noun pattern, making the set harder to navigate and predict.
With 22 tools, the count is borderline high but reasonable for a real estate domain covering agents, properties, and house prices. However, many tools are deprecated duplicates, which inflates the number without adding unique functionality. A cleaner set with fewer redundant tools would be more appropriate, placing this in the middle range.
The server covers key real estate operations: listing and detailing agents, properties, and house prices, with support for auto-complete, area stats, and related data. Minor gaps exist, such as no explicit update or delete tools for managing data, but agents can likely work around this for read-heavy use cases. The v2 tools address some deprecated gaps, ensuring core workflows are supported.