batchdata-mcp-real-estate

zellerhaus/batchdata-mcp-real-estate
★ 28 stars TypeScript AI/LLM Updated 4mo ago ✓ Clean
Model Context Protocol (MCP) server for BatchData.io property and address APIs - Real estate data integration for Claude and other AI assistants
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "batchdata-mcp-real-e": {
      "command": "npx",
      "args": [
        "-y",
        "zellerhaus/batchdata-mcp-real-estate"
      ]
    }
  }
}