Model Context Protocol (MCP) server for BatchData.io property and address APIs - Real estate data integration for Claude and other AI assistants
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"
]
}
}
}
Run in terminal:
claude mcp add batchdata-mcp-real-e npx -y zellerhaus/batchdata-mcp-real-estate
Add to .cursor/mcp.json:
{
"mcpServers": {
"batchdata-mcp-real-e": {
"command": "npx",
"args": [
"-y",
"zellerhaus/batchdata-mcp-real-estate"
]
}
}
}