realestate-mcp
Related Servers
Alternatives to realestate-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables access to Australian real estate data through the Realty In Au API, supporting property listings, agent/agency information, property details, school lookups, and property search with various filters.13MIT
- FlicenseNot gradedqualityBmaintenanceEnables pulling property listings, prices, and details from real-estate websites as structured JSON, with anti-bot handling and protected-page support.-
- AlicenseAqualityBmaintenanceEnables AI assistants to search and retrieve used and new car listings from carsales.com.au, with support for various filters and detailed listing information including images. It uses a real browser to bypass bot protection and integrates with MCP-compatible clients like Claude Desktop and Claude Code.192MIT
- AlicenseAqualityAmaintenanceEnables natural language access to Redfin real estate data, including property search, details, photos, market reports, price history, climate risk, and saved homes/searches, by routing requests through your own signed-in browser session.21417 npm3MIT
- AlicenseAqualityAmaintenanceEnables searching Zillow for-sale, for-rent, and sold listings with rich filters and retrieving complete property details as structured JSON, with no Zillow account required.42470 npm84 PyPI17MIT
- AlicenseAqualityAmaintenanceEnables natural-language access to Zillow real-estate data, including property search, details, Zestimate history, saved searches/homes, and market reports, by routing requests through the user's authenticated browser session.520369 npmMIT
TDQS
Scored across 3 tools
Each tool serves a distinct purpose: searching listings, fetching a specific listing's full details, and resolving ambiguous locations. There is no overlap between them, and the descriptions clearly differentiate their roles.
All tool names follow a consistent verb_noun pattern in snake_case: search_listings, get_listing, resolve_location. The naming is predictable and aligns with each tool's function.
With only 3 tools, the set is tightly scoped for a real estate listing search and detail service. Each tool is necessary and there is no bloat, making it easy for an agent to understand and use the server effectively.
The core workflow of searching, resolving locations, and viewing listing details is well-covered. A minor gap is the lack of explicit pagination support in search_listings, but this is not a significant limitation for most use cases.