Free real estate benchmark data — API and MCP server for cap rates, pricing, rent comps, vacancy, and demographics by asset type and market.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mundoxre": {
"command": "npx",
"args": [
"-y",
"theMundoX/MundoXRE"
]
}
}
}
Run in terminal:
claude mcp add mundoxre npx -y theMundoX/MundoXRE
Add to .cursor/mcp.json:
{
"mcpServers": {
"mundoxre": {
"command": "npx",
"args": [
"-y",
"theMundoX/MundoXRE"
]
}
}
}