Skip to main content
ClaudeWave

rabat immobilier est le premier projet en immobilier de Rabat en mode AI et DATA Driven

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/allamiwayl-27/rabatrealestate
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "rabatrealestate": {
      "command": "node",
      "args": ["/path/to/rabatrealestate/dist/index.js"],
      "env": {
        "MCP_URL": "<mcp_url>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/allamiwayl-27/rabatrealestate and follow its README for install instructions.
Detected environment variables
MCP_URL
Use cases

MCP Servers overview

# Real Estate Capitale — MCP Server

MCP server for real estate search, property valuation, market analysis, and lead management in Rabat, Salé, and Témara, Morocco.

## Quick Start

```bash
# Install
npm install

# Set database URL
cp .env.example .env
# Edit .env with your PostgreSQL connection string

# Start stdio server (for Claude Desktop, opencode, Cursor)
npm start

# Or start HTTP/SSE server
npm start:http
```

## 17 Tools

| Tool | Description |
|------|-------------|
| `search_listings` | Search properties with filters (type, location, budget, surface, rooms) |
| `get_listing` | Get full listing details by ID |
| `estimate_property` | Estimate property value by quartier and surface |
| `get_market_trends` | Price trends over time by quartier |
| `get_quartier_stats` | Aggregated stats per quartier (price/m², count) |
| `list_quartiers` | List all available quartiers |
| `list_villes` | List all available cities |
| `create_lead` | Create a lead (contact client) |
| `get_comparables` | Find similar listings for valuation |
| `get_investor_alerts` | Identify undervalued properties |
| `get_price_analytics` | Price/m² analysis with distribution |
| `get_rental_yield` | Rental yield by quartier |
| `get_market_predictions` | 90-day price predictions |
| `get_quartier_comparison` | Compare two quartiers side-by-side |
| `get_suspicious_listings` | Detect outlier pricing |
| `get_liquidity` | Market liquidity index |
| `get_agency_leaderboard` | Agency ranking by volume |

## Transports

### stdio (local)

```bash
node bin/mcp-server
```

For Claude Desktop, opencode, Cursor — reads JSON-RPC from stdin, writes to stdout.

### HTTP/SSE (remote)

```bash
node bin/mcp-server-http
# Listens on port 3001
```

Endpoints:
- `GET /` — Server info (Streamable HTTP discovery)
- `POST /` — Synchronous JSON-RPC
- `GET /sse` — SSE stream
- `POST /messages?sessionId=...` — SSE session messages
- `GET /health` — Health check

## Configuration

### Claude Desktop

Copy `config/claude-desktop.json` to your Claude Desktop MCP config, or add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "realestatecapitale": {
      "command": "node",
      "args": ["/path/to/rabatrealestate/bin/mcp-server"],
      "env": {
        "DATABASE_URL": "postgresql://user:pass@localhost:5432/mubawab"
      }
    }
  }
}
```

### opencode

```json
{
  "mcp": {
    "realestatecapitale": {
      "type": "local",
      "command": ["node", "bin/mcp-server"],
      "env": { "DATABASE_URL": "..." }
    }
  }
}
```

### Remote (HTTP)

```json
{
  "mcp": {
    "realestatecapitale": {
      "type": "remote",
      "url": "https://realestatecapitale.ma/mcp"
    }
  }
}
```

## Query Tool

```bash
# List tools
node bin/query "tools/list"

# Call a tool
node bin/query 'tools/call {"name":"list_villes","arguments":{}}'

# Query remote server
MCP_URL=https://realestatecapitale.ma/mcp node bin/query "tools/list"
```

## Testing

```bash
npm test
```

## Architecture

```
┌─────────────┐     stdio      ┌──────────────┐
│ Claude Desktop│ ◄──────────── │ bin/mcp-server│
│ opencode     │               │ (stdio)       │
└─────────────┘               └──────┬───────┘
                                      │
┌─────────────┐     HTTP/SSE  ┌──────┴───────┐
│ Remote AI   │ ◄──────────── │ bin/mcp-     │
│ clients     │               │ server-http  │
└─────────────┘               │ (port 3001)  │
                              └──────┬───────┘
                                     │
                              ┌──────┴───────┐
                              │ src/core/     │
                              │ mcp-core.js   │
                              │ (17 tools)    │
                              └──────┬───────┘
                                     │
                              ┌──────┴───────┐
                              │ PostgreSQL    │
                              │ (mubawab)     │
                              └──────────────┘
```

## License

MIT

What people ask about rabatrealestate

What is allamiwayl-27/rabatrealestate?

+

allamiwayl-27/rabatrealestate is mcp servers for the Claude AI ecosystem. rabat immobilier est le premier projet en immobilier de Rabat en mode AI et DATA Driven It has 0 GitHub stars and was last updated today.

How do I install rabatrealestate?

+

You can install rabatrealestate by cloning the repository (https://github.com/allamiwayl-27/rabatrealestate) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is allamiwayl-27/rabatrealestate safe to use?

+

allamiwayl-27/rabatrealestate has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains allamiwayl-27/rabatrealestate?

+

allamiwayl-27/rabatrealestate is maintained by allamiwayl-27. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to rabatrealestate?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy rabatrealestate to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: allamiwayl-27/rabatrealestate
[![Featured on ClaudeWave](https://claudewave.com/api/badge/allamiwayl-27-rabatrealestate)](https://claudewave.com/repo/allamiwayl-27-rabatrealestate)
<a href="https://claudewave.com/repo/allamiwayl-27-rabatrealestate"><img src="https://claudewave.com/api/badge/allamiwayl-27-rabatrealestate" alt="Featured on ClaudeWave: allamiwayl-27/rabatrealestate" width="320" height="64" /></a>

More MCP Servers

rabatrealestate alternatives