realestate-mcp

jchorst/realestate-mcp
★ 0 stars Python 🔌 API Integration Updated 1d ago
A collection of MCP servers for real estate
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "realestate-mcp": {
      "command": "uvx",
      "args": [
        "realestate-mcp"
      ]
    }
  }
}

Or install with pip: pip install realestate-mcp

README Excerpt

MCP servers for real-estate web service "APIs" — Python 3.14, uv-managed. The four target services don't expose usable public REST APIs for indie developers, so each server scrapes the corresponding site's server-rendered pages and parses embedded JSON. See `AGENTS.md` for the full layout, conventions, and per-service quirks.