← rspace.ae

INDIVIDUAL MCP TOOL

fetch

Fetch a single R.Space document by ID returned from the search tool.

rspace.aenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

rspace.ae

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rspace-ae]
url = "https://mcp.rspace.ae/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rspace-ae": {
      "type": "http",
      "url": "https://mcp.rspace.ae/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rspace-ae
Remote MCP URL: https://mcp.rspace.ae/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rspace-ae": {
      "url": "https://mcp.rspace.ae/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rspace-ae": {
      "type": "http",
      "url": "https://mcp.rspace.ae/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rspace-ae",
  "transport": "streamable-http",
  "url": "https://mcp.rspace.ae/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_projects — Search real estate projects in UAE.
  • get_project_details — Get full details of a specific project by ID, including pricing, payment plan, amenities, unit types.
  • search_listings — Search public property listings in UAE.
  • calculate_roi — Calculate Return on Investment for a real estate deal.
  • get_market_stats — Get market statistics: average prices by district, number of projects, price ranges.
  • find_broker — Find real estate brokers/agents on the R.Space platform.
  • compare_projects — Compare 2-5 UAE projects side by side through a decision lens (investment, family, luxury, budget, balanced).
  • buyer_brief_to_matches — Turn a natural buyer brief into a ranked shortlist of UAE projects and listings in one call.