CapzyCapzy / Data MCP Get API key

Platforms / zillow

zillow toolset

5 tools. Mount this server and your agent gets every zillow endpoint, fully typed.

https://mcp.capzy.ai/zillow/mcp
claude mcp add capzy-zillow --transport http https://mcp.capzy.ai/zillow/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Agents

zillow_agent 1 credit Agent Profile

Agent/broker profile: name, contact, rating, reviews.

ParamTypeRequiredDescription
id string required Agent/broker profile username (from a profile URL). Default: Compass-RE-Texas

Listings

zillow_property 1 credit Property Detail

Full property detail: facts, agent, history, schools.

ParamTypeRequiredDescription
zpid string required Zillow property id.
zillow_search 1 credit Search Listings

Search Zillow for listings.

ParamTypeRequiredDescription
location string required City, ZIP, or address.
city string optional City name. Alternative to a full location string.
zip string optional ZIP code. Alternative to a full location string.
listing_status string optional Which listings to return. Default: for_sale
status string optional Deprecated alias for listing_status. Default: for_sale
price_min integer optional Only homes priced at or above this amount.
price_max integer optional Only homes priced at or below this amount.
beds_min integer optional Minimum number of bedrooms.
baths_min integer optional Minimum number of bathrooms.
home_type string optional Property type to keep.
sort string optional Result ordering.
sqft_min integer optional Minimum living area in square feet.
sqft_max integer optional Maximum living area in square feet.
year_built_min integer optional Earliest year the home was built.
lot_size integer optional Minimum lot size in square feet.
days_on_market integer optional Only homes listed within this many days.
page integer optional Page 1-20 (~820 cap). Default: 1
per_page integer optional Results per page.

Reference

zillow_autocomplete 1 credit Autocomplete

Location autocomplete suggestions.

ParamTypeRequiredDescription
query string required Partial place name.
zillow_markets 1 credit List Markets

Coverage markets.

No parameters.

Fewer tools?

The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.