MCP Real Estate Server
Rank #569io.github.rogiervdbrnk/mcp-real-estate-server
MCP server providing real-estate-server capabilities
MCP Real Estate Server is a Model Context Protocol (MCP) server published by rogiervdbrnk. It ranks #569 of 115,591 servers tracked on MCP Toplist, and its repository has 655 GitHub stars. MCP Real Estate Server is listed on Official MCP, with 21 tracked versions. It was first listed on Oct 2, 2025 and most recently updated on Oct 31, 2025.
Ranks ahead of 115,022 of 115,591 servers on MCP Toplist.
Use MCP Real Estate Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-real-estate-server -e "BAG_API_KEY=<your BAG_API_KEY>" -e "ENERGY_LABEL_API_KEY=<your ENERGY_LABEL_API_KEY>" -e "DATABASE_URL=<your DATABASE_URL>" -- npx -y mcp-real-estate-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-real-estate-server]
command = "npx"
args = ["-y", "mcp-real-estate-server"]
[mcp_servers.mcp-real-estate-server.env]
BAG_API_KEY = "<your BAG_API_KEY>"
ENERGY_LABEL_API_KEY = "<your ENERGY_LABEL_API_KEY>"
DATABASE_URL = "<your DATABASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-real-estate-server": {
"command": "npx",
"args": [
"-y",
"mcp-real-estate-server"
],
"env": {
"BAG_API_KEY": "<your BAG_API_KEY>",
"ENERGY_LABEL_API_KEY": "<your ENERGY_LABEL_API_KEY>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-real-estate-server": {
"command": "npx",
"args": [
"-y",
"mcp-real-estate-server"
],
"env": {
"BAG_API_KEY": "<your BAG_API_KEY>",
"ENERGY_LABEL_API_KEY": "<your ENERGY_LABEL_API_KEY>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-real-estate-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-real-estate-server"
],
"env": {
"BAG_API_KEY": "<your BAG_API_KEY>",
"ENERGY_LABEL_API_KEY": "<your ENERGY_LABEL_API_KEY>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-real-estate-server": {
"command": "npx",
"args": [
"-y",
"mcp-real-estate-server"
],
"env": {
"BAG_API_KEY": "<your BAG_API_KEY>",
"ENERGY_LABEL_API_KEY": "<your ENERGY_LABEL_API_KEY>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-real-estate-server": {
"command": "npx",
"args": [
"-y",
"mcp-real-estate-server"
],
"env": {
"BAG_API_KEY": "<your BAG_API_KEY>",
"ENERGY_LABEL_API_KEY": "<your ENERGY_LABEL_API_KEY>",
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rogiervdbrnk%2Fmcp-real-estate-server)<a href="https://mcptoplist.com/server/io.github.rogiervdbrnk%2Fmcp-real-estate-server"><img src="https://mcptoplist.com/badge/io.github.rogiervdbrnk%2Fmcp-real-estate-server.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
rogiervdbrnk
Available versions (21)
| Version | Published |
|---|---|
| 1.3.6 | Oct 31, 2025 |
| 1.3.5 | Oct 31, 2025 |
| 1.3.4 | Oct 31, 2025 |
| 1.3.3 | Oct 29, 2025 |
| 1.3.2 | Oct 29, 2025 |
| 1.3.1 | Oct 29, 2025 |
| 1.3.0 | Oct 29, 2025 |
| 1.2.0 | Oct 28, 2025 |
| 1.1.1 | Oct 2, 2025 |
| 1.1.0 | Oct 2, 2025 |
| 1.0.9 | Oct 2, 2025 |
| 1.0.8 | Oct 2, 2025 |
| 1.0.7 | Oct 2, 2025 |
| 1.0.6 | Oct 2, 2025 |
| 1.0.5 | Oct 2, 2025 |
| 1.0.4 | Oct 2, 2025 |
| 1.0.3 | Oct 2, 2025 |
| 1.0.2 | Oct 2, 2025 |
| 1.0.1 | Oct 2, 2025 |
| 1.0.0 | Oct 2, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Real Estate Server?
- MCP Real Estate Server is maintained by rogiervdbrnk, which publishes 1 MCP server (21 total versions) tracked on MCP Toplist.
- Is MCP Real Estate Server listed on the Official MCP Registry?
- Yes — MCP Real Estate Server is listed on the Official MCP Registry.
- How many versions does MCP Real Estate Server have?
- MCP Toplist tracks 21 versions of MCP Real Estate Server, most recently published on Oct 31, 2025.
- Where can I find the source code for MCP Real Estate Server?
- The source code for MCP Real Estate Server is hosted at github.com/rogiervdbrnk/mcp-server.