apillow-mcp
Provides access to Zillow property data, allowing users to search properties by city or ZIP code, retrieve property details by Zillow ID or listing URL, and access Zestimates, price history, and school ratings.
Apillow MCP Server
Zillow property data for AI agents. Search properties, get Zestimates, price history, school ratings, and more — directly from Claude, Cursor, or any MCP-compatible AI tool.
Quick Start
pip install apillow-mcpClaude Desktop
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"apillow": {
"command": "apillow-mcp",
"env": {
"APILLOW_API_KEY": "your_key_here"
}
}
}
}No API key yet? The agent can create one for you — just ask it to sign up.
Claude Code
claude mcp add apillow -- apillow-mcpRelated MCP server: Zillow56 MCP Server
Tools
Property Data
Tool | Description |
| Search by city or area (e.g. "Austin TX") |
| Search by ZIP codes (e.g. [90210]) |
| Look up by Zillow Property ID |
| Get data from a Zillow listing URL |
Account
Tool | Description |
| Create free account (50 req/month), get API key instantly |
| See current usage, quota, and plan details |
| Get a Stripe payment link to upgrade your plan |
Example Conversation
You: Find me 3-bedroom homes under $500K in Austin TX
Agent: calls search_properties("Austin TX", type="sale", max_items=10) I found 8 listings. Here are the top options under $500K...
You: What schools are near that first property?
Agent: calls get_property(zpid=12345678) There are 3 nearby schools: Austin Elementary (rating 8/10), ...
Pricing
Free: 50 requests/month (sign up through the agent)
Pro: $9.99/mo — 3,333 requests
Ultra: $29.99/mo — 10,000 requests
Mega: $99.99/mo — 50,000 requests
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid.
Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier.
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
Zillow real estate listings for sale, rent, and sold, via an Apify Actor, hosted MCP.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables access to Zillow real estate data through the Zillow Working API, allowing users to query property information and listings.1MIT
- AlicenseCqualityDmaintenanceEnables access to the Zillow56 API to search for real estate listings and rental market trends using locations, coordinates, or specific property filters. It also provides comprehensive housing market snapshots and historical data based on the Zillow Home Value Index (ZHVI).37MIT
- AlicenseNot gradedqualityFmaintenanceProvides real-time access to Zillow real estate data, enabling property search, details, Zestimates, market trends, and mortgage calculations via natural language.1148MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates Zillow real estate data with AI assistants, enabling property search, neighborhood insights, and affordability calculations through natural language.111MIT