★ 0 stars
Python
📦 Other
Updated 1d ago
MCP Server for French real estate analysis — 20 tools: DVF transactions, AVM estimation, DPE, off-market, credit simulation, renovation costs
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"proptech-mcp-server": {
"command": "uvx",
"args": [
"proptech-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add proptech-mcp-server uvx proptech-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"proptech-mcp-server": {
"command": "uvx",
"args": [
"proptech-mcp-server"
]
}
}
}
Or install with pip: pip install proptech-mcp-server