Zillow MCP — Property Data, Zestimates & Listings for AI Agents
Server Details
Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ZeroPointRepo/zillow-mcp
- GitHub Stars
- 1
- Server Listing
- Zillow MCP Server
TDQS
Scored across 4 tools
Each tool has a clear primary purpose: get_zestimate is for quick valuations, the two lookup tools return full property data, and search_listings is for finding listings by area. However, get_zestimate overlaps slightly with lookup_property_by_zpid since the latter includes Zestimate data, but the descriptions make the distinction clear.
All tool names follow a snake_case verb_noun pattern, with verbs like get, lookup, and search. The use of 'get' for one tool and 'lookup' for two others is a minor inconsistency, but the pattern is still predictable and readable.
With only 4 tools, the server is tightly scoped to property data retrieval and listing search. Each tool serves a distinct need, and the count is well below the upper threshold, making the set easy to navigate.
The server covers the core read-only workflows for property data: searching listings, retrieving full details by address or ZPID, and obtaining estimates. No significant gaps are apparent for a property-information-focused MCP.
Available Tools
4 toolsget_zestimateGet the current Zestimate for a propertyAInspect
Returns Zillow's automated valuation (Zestimate) and rent Zestimate for a property by zpid.
| Name | Required | Description | Default |
|---|---|---|---|
| zpid | Yes | Numeric Zillow property id. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavior. It clearly indicates a read operation ('Returns') and specifies the two outputs, but it does not disclose potential edge cases like missing Zestimate data or errors for invalid zpids.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that front-loads the key purpose and mentions the input and outputs. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one parameter and two clear outputs, and the description covers both. As a simple read-only valuation retriever with no output schema, the description adequately covers the essential context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes zpid as 'Numeric Zillow property id.' The description only adds 'by zpid' which reinforces the parameter's role but does not add new semantic detail beyond the schema. Baseline 3 applies due to full schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses 'Returns Zillow's automated valuation (Zestimate) and rent Zestimate' with a specific verb and resource, making it clear this tool retrieves valuation data by zpid. It distinguishes itself from sibling lookup tools which focus on property information.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when a zpid is known and valuation is needed, but it does not explicitly state when to prefer this over the lookup tools or mention any exclusions. No alternative tools are referenced.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_property_by_addressLook up a U.S. property by addressAInspect
Returns full Zillow property data (price, Zestimate, photos, schools, taxes, agent contact, price history) for a given U.S. address. Costs 3 credits on the Zillapi account.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Full street address with city, state, and ZIP. Example: '1600 Pennsylvania Ave NW, Washington DC 20500'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It discloses the cost (3 credits) and the return contents, which is useful. However, it does not mention what happens for invalid/non-existent addresses, potential null results, rate limits, or other operational caveats. The transparency is partial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core function ('Returns full Zillow property data...') and includes a useful cost note. Every word is purposeful with no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema, the description compensates by listing the major data types returned (price, Zestimate, photos, schools, taxes, agent contact, price history) and the cost. It lacks details on error handling or not-found scenarios, but for a simple single-param lookup, this is a fairly complete description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has full coverage of the single parameter 'address' with a detailed description and example. The description adds the 'U.S.' qualifier but little else beyond the schema. Baseline 3 is appropriate since the schema carries the semantic load.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns full Zillow property data for a U.S. address, listing specific data types (price, Zestimate, photos, schools, taxes, agent contact, price history). It distinguishes from siblings like lookup_property_by_zpid (by ID) and get_zestimate (only Zestimate) by focusing on address-based lookup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when a U.S. address is available, but it does not explicitly compare to alternatives or state when not to use it. The mention of 'Costs 3 credits' is operational, not usage guidance. No clear when/when-not guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_property_by_zpidLook up a U.S. property by Zillow zpidAInspect
Returns full property data for a given Zillow property id. Cache-served when fresh (24h). Costs 1 credit on a cache miss.
| Name | Required | Description | Default |
|---|---|---|---|
| zpid | Yes | Numeric Zillow property id, e.g. '{zpid}'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and adds meaningful behavior: 'Cache-served when fresh (24h)' and 'Costs 1 credit on a cache miss.' This goes beyond a simple definition, though it doesn't cover error handling or return details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences: the first states the core purpose, the second adds caching and cost details. No filler, information is front-loaded and every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter lookup with no output schema, the description adequately explains what it returns and key behavioral nuances (cache, cost). A slight expansion on what 'full property data' includes would improve completeness, but it is largely sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the sole parameter zpid 100% with a clear example, so baseline is 3. The description adds no additional parameter-specific meaning beyond confirming it is the lookup key.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Returns full property data for a given Zillow property id' with a specific verb and resource, and the 'by_zpid' suffix clearly distinguishes it from lookup_property_by_address, get_zestimate, and search_listings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied (use when you have a zpid), but there is no explicit guidance on when to prefer this over lookup_property_by_address or other siblings, nor when not to use it. No exclusions or alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_listingsSearch U.S. property listingsAInspect
Search for-sale, for-rent, or sold listings inside a geographic bounding box, with optional bedroom and price-ceiling filters. Billed 1 credit per listing returned (up to max_items, default 50) — set max_items to cap the cost.
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | Geographic bounding box as 'west,south,east,north' decimal lat/lon. Example: '-83.0,34.7,-82.0,35.0'. | |
| status | Yes | Listing status filter. | |
| beds_min | No | Minimum bedrooms (optional). | |
| max_items | No | Maximum listings to return, 1-50 (default 50). Billing is 1 credit per listing returned, so this caps your cost — e.g. max_items=5 costs at most 5 credits. Omit for the default 50. | |
| price_max | No | Price ceiling in USD (optional). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of behavioral disclosure. It goes beyond the norm by exposing a concrete cost model (1 credit per listing returned, capped by max_items, default 50), which is genuinely useful. It does not cover return format or error behavior, but those are less critical for a non-destructive search.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tight sentences with no filler; the primary search purpose is front-loaded ahead of the cost caveat. Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Purpose, parameters, and cost are fully covered, but with no output schema the description does not state what a result entry looks like or how results are ordered/paginated — a genuine gap for an agent that must consume the returned listings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% — every parameter, including bbox with an example and max_items with the default and cost-cap note, is documented. The description adds the billing/cost-capping context, but that is largely duplicated in the schema's own max_items description, so marginal added value over the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb (search) and resource (listings), and narrows scope with status types (for-sale/for-rent/sold) and a geographic bounding box. This area-based multi-result search is clearly distinguishable from the sibling lookup tools (single-property by address/zpid, zestimate), even though siblings are not named explicitly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use — finding many listings inside a region — is implied by the purpose statement, but there is no explicit guidance on when to prefer this over the sibling lookup tools, nor any exclusions or routing hints. Selection is left to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
search_listings1 field changed- added
Input schema / properties / max_itemsAdded value: +{ + "description": "Maximum listings to return, 1-50 (default 50). Billing is 1 credit per listing returned, so this caps your cost — e.g. max_items=5 costs at most 5 credits. Omit for the default 50.", + "type": "integer" +}
2 tool updates
- Changed
lookup_property_by_address1 field changed- changed
Input schema / properties / address / descriptionPrevious value: -"Full street address with city, state, and ZIP. Example: '17 Zelma Dr, Greenville, SC 29617'."New value: +"Full street address with city, state, and ZIP. Example: '1600 Pennsylvania Ave NW, Washington DC 20500'."
- Changed
lookup_property_by_zpid1 field changed- changed
Input schema / properties / zpid / descriptionPrevious value: -"Numeric Zillow property id, e.g. '11026031'."New value: +"Numeric Zillow property id, e.g. '{zpid}'."
4 tool updates
- First observed
get_zestimate - First observed
lookup_property_by_address - First observed
lookup_property_by_zpid - First observed
search_listings
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity – fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge – works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge – works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid.
Zillow real estate listings for sale, rent, and sold, via an Apify Actor, hosted MCP.
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
Property Records MCP — address-level US property records (sales history,
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceZillow property data for AI agents — search listings by city or ZIP, look up any US address, and get 50+ fields per property including prices, Zestimates, price history, and sold data.MIT
- AlicenseNot gradedqualityBmaintenanceREST API and MCP server for Zillow property data: Zestimates, rent estimates, tax records, listing search, price history, photos, and 300+ fields. 4 tools with OAuth 2.1 + PKCE. Free tier: 100 credits.6MIT No Attribution
- AlicenseNot gradedqualityBmaintenanceProvides comprehensive real estate market intelligence, property valuation, and investment analysis for AI agents. Unifies data from multiple sources like Zillow, Redfin, and public records into a single MCP interface.MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates Zillow real estate data with AI assistants, enabling property search, neighborhood insights, and affordability calculations through natural language.111MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.