apillow-mcp
Zillow property data MCP server for AI agents — search listings, look up any US address, and get prices, Zestimates, price history, and sold data. Published on PyPI as apillow-mcp.
Documentation
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-mcpTools
Property Data
| Tool | Description |
|---|---|
| `search_properties` | Search by city or area (e.g. "Austin TX") |
| `search_by_zip` | Search by ZIP codes (e.g. [90210]) |
| `get_property` | Look up by Zillow Property ID |
| `get_property_by_url` | Get data from a Zillow listing URL |
Account
| Tool | Description |
|---|---|
| `signup` | Create free account (50 req/month), get API key instantly |
| `check_usage` | See current usage, quota, and plan details |
| `upgrade_plan` | 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
- Website: https://apillow.co
- API Docs: https://apillow.co/docs.html
- Guide: https://apillow.co/blog/zillow-mcp-server
- RapidAPI: https://rapidapi.com/info-UzmhEs339/api/zillow-property-data1
Frequently asked questions
What is apillow-mcp?
apillow-mcp is Zillow property data MCP server for AI agents — search listings, look up any US address, and get prices, Zestimates, price history, and sold data. Published on PyPI as apillow-mcp.
How do I install apillow-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is apillow-mcp open source?
Yes — it is hosted on GitHub at https://github.com/bobbyseamoss/apillow-mcp.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP