MCPHub

0 serversUpdated Aug 30, 2026

ServersCollectionsPlayground
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Collections
  • Playground
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Real estate deals

Real estate deals

Pull property records and live listings, then stage photos for the offering. Underwrite multifamily deals and track them in an agent CRM.

Ads

Servers in this stack

  1. 1B

    BatchData MCP (Real Estate & Contact Data)

    1 Introduction 2 Authentication Methods 2.1 OAuth Authentication (Recommended)) 2.2 API Token Authentication (Alternative)) 3 Future Enhancement: OAuth Access Control (Coming Soon)) 4 OAuth Setup (Recommended)) 4.1 Prerequisites 4.2 Claude Setup (Desktop, Web & Mobile)) 4.2.1 Step 1: Add the BatchData Connector 4.2.2 Step 2: Authenticate 4.2.3 Step 3: Enable the Connector 4.2.4 Step 4: Approve Initial Tool Use 4.2.5 Using on Mobile 4.2.6 Subsequent Connections 4.3 Cursor Setup 4.4 Claude Code Setup 4.5 ChatGPT Setup (Developer Mode)) 4.5.1 Prerequisites 4.5.2 Step 1: Enable Developer Mode 4.5.3 Step 2: Create the BatchData Connector 4.5.4 Step 3: Authenticate 4.5.5 Using BatchData Tools in ChatGPT 4.5.6 Managing the Connection 4.6 Verification 5 API Token Setup (Alternative)) 5.1 Prerequisites 5.2 Claude Desktop Setup with API Token 5.2.1 Step 1: Install Node.js 22 5.2.2 Step 2: Configure Claude Desktop 5.3 Custom MCP Client Setup 6 Migrating from API Token to OAuth 6.1 Claude Desktop

    Search & Data Extraction6 tools

    1
  2. 2R

    reefapi/reefapi-mcp

    One MCP for 160+ live web-data APIs — search engines, social (Reddit, TikTok, Threads, Bluesky), e-commerce (Amazon, eBay, AliExpress, Etsy), real estate (Zillow, Redfin), jobs, travel, news, finance and company/people intel. Clean JSON from sites that block scrapers; one key, one shared credit pool, free tier. Remote streamable-http at api.reefapi.com/mcp.

    Aggregators

    0
  3. 3L

    LarryWalkerDEV/mcp-immostage

    AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations.

    Browser Automation

    0
  4. 4J

    jbechtel-97/dealflowpro-mcp-server

    Multifamily real estate deal analysis — cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, and market intelligence for 2-200 unit properties.

    Real Estate

    0
  5. 5A

    ashev87/propstack-mcp

    Propstack CRM MCP: search contacts, manage properties, track deals, schedule viewings for real estate agents (Makler).

    Real Estate

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "BatchData": {
      "command": "/Users/YOUR_USERNAME/.volta/bin/npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.batchdata.com",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer YOUR_API_TOKEN_HERE"
      }
    },
    "reefapi": {
      "url": "https://api.reefapi.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_REEFAPI_KEY"
      }
    },
    "immostage": {
      "url": "https://mcp.immostage.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    },
    "dealflowpro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "io.github.jbechtel-97/dealflowpro"
      ]
    },
    "propstack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "io.github.ashev87/propstack-mcp"
      ]
    }
  }
}