Real Estate MCP Server v1.0
Multi-Platform Property Data Aggregation for AI Assistants by John Rippy | johnrippy.link
🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
MCP Server providing AI assistants with unified access to 4+ real estate platforms through a single interface. Search properties, analyze market trends, compare listings, and generate investment reports across Zillow, Redfin, Realtor.com, and MLS.
Supported Platforms
MCP Tools Available
1. search_properties
Search for properties across all platforms.
{
"tool": "search_properties",
"toolInput": {
"location": "Miami, FL",
"propertyType": "single_family",
"minPrice": 300000,
"maxPrice": 600000,
"minBeds": 3,
"platforms": ["zillow", "redfin", "realtor"]
}
}
2. get_property_details
Get detailed information for a specific property.
{
"tool": "get_property_details",
"toolInput": {
"address": "123 Main St, Miami, FL 33101",
"includeHistory": true,
"includeSchools": true
}
}
3. compare_listings
Compare multiple properties side-by-side.
{
"tool": "compare_listings",
"toolInput": {
"addresses": [
"123 Main St, Miami, FL",
"456 Oak Ave, Miami, FL",
"789 Palm Blvd, Miami, FL"
],
"metrics": ["price", "sqft", "priceSqft", "estimate", "schools"]
}
}
4. analyze_market
Analyze market trends for an area.
{
"tool": "analyze_market",
"toolInput": {
"location": "Miami, FL",
"propertyType": "single_family",
"timeRange": "12_months"
}
}
5. find_investment_properties
Find properties with investment potential.
{
"tool": "find_investment_properties",
"toolInput": {
"location": "Miami, FL",
"maxPrice": 500000,
"minCapRate": 6,
"strategy": "rental"
}
}
6. get_rental_estimates
Get rental estimates for a property or area.
{
"tool": "get_rental_estimates",
"toolInput": {
"address": "123 Main St, Miami, FL 33101",
"bedrooms": 3,
"bathrooms": 2
}
}
7. track_price_history
Track price history and changes for properties.
{
"tool": "track_price_history",
"toolInput": {
"address": "123 Main St, Miami, FL 33101",
"includeEstimates": true
}
}
8. list_platforms
Get a list of all available real estate platforms.
{
"tool": "list_platforms"
}
Use Cases
- Property Search - Find listings across multiple platforms at once
- Market Analysis - Understand local market trends and pricing
- Investment Research - Identify properties with strong ROI potential
- Competitive Analysis - Compare properties for buyers
- Rental Research - Estimate rental income for investment properties
- Price Monitoring - Track price changes and market shifts
Pricing
This actor uses pay-per-event pricing:
Example costs:- Search 3 platforms: $0.10 + (3 × $0.10) = $0.40
- Property details from 2 platforms: $0.10 + (2 × $0.05) = $0.20
- Full market analysis: $0.10 + $0.15 = $0.25
Integration with AI Assistants
Claude Desktop / Cursor
Add to your Claude configuration:
{
"mcpServers": {
"real-estate": {
"url": "https://api.apify.com/v2/acts/localhowl~real-estate-mcp-server/runs",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
n8n / Make / Zapier
Use the Apify integration to call this actor with the desired tool and inputs.
Demo Mode
Set demoMode: true to test without actual scraping. Returns realistic sample property data.
---
Built by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
---
Keywords
real estate mcp, property search, zillow scraper, redfin scraper, realtor.com, mls data, property listings, real estate api, market analysis, investment properties, rental estimates, mcp server, real estate automation