Skip to main content
Glama
basseko

Darak MCP Server

by basseko

Darak MCP Server

Remote MCP server for Saudi real estate data. Gives AI assistants access to 65,000+ rental and sale property listings across 5 Saudi cities, with market analytics, neighborhood comparisons, and price trends.

Server URL: https://darak.app/mcp

Tools (16, all read-only)

Search & Listings

Tool

Description

search_listings

Search with 20+ filters (city, price, beds, neighborhood, amenities, etc.)

get_listing

Full details for a specific listing

get_comparable_listings

Similar nearby listings for price comparison

get_price_history

Price changes over time for a listing

get_best_value_listings

Listings priced below neighborhood median

Market Analytics

Tool

Description

get_price_distribution

Price histogram with median and mean

get_area_distribution

Area (sqm) histogram with median and mean

get_listing_market_stats

Price/area percentiles and neighborhood context for a listing

compare_neighborhoods

Side-by-side comparison of 2-5 neighborhoods

get_market_summary

City-level overview: totals, medians, top neighborhoods

get_neighborhood_trends

Monthly price trends with P25/P75 range

Geography

Tool

Description

list_neighborhoods

All neighborhoods in a city (Arabic + English names)

list_city_directions

City districts with their neighborhoods

get_neighborhood_pois

Points of interest near a neighborhood

get_map_listings

Listings within geographic bounds

get_map_pois

Points of interest within geographic bounds

Related MCP server: nj-realtor-mcp

Cities

Riyadh, Jeddah, Eastern Province, Makkah, Madinah.

Connect

Claude Desktop / Claude Code

{
  "mcpServers": {
    "darak": {
      "command": "npx",
      "args": ["mcp-remote", "https://darak.app/mcp"]
    }
  }
}

Claude Code (CLI)

claude mcp add --transport http darak https://darak.app/mcp

Any MCP client (Streamable HTTP)

Connect directly to https://darak.app/mcp using the Streamable HTTP transport.

Development

npm install
npm run dev       # Local dev server at http://localhost:8787
npm run deploy    # Deploy to Cloudflare Workers

Architecture

  • Runs on Cloudflare Workers with Durable Objects

  • Calls the public Darak API at https://darak.app/api/*

  • All tools are read-only (annotated with readOnlyHint: true)

  • No authentication required (public data)

Privacy Policy

See https://darak.app/privacy for the full privacy policy.

Data handling summary:

  • No user data collected. The server does not require authentication and does not store any user information.

  • No conversation data stored. Queries are proxied to the Darak API and responses are returned directly. The server does not log, store, or inspect query contents.

  • Anonymous usage analytics. Tool call events (tool name, city, listing type, success/failure) are sent to PostHog for aggregate usage monitoring. No personally identifiable information is included.

  • No third-party data sharing. Data is not sold, shared, or transferred to third parties beyond the PostHog analytics described above.

  • Data source. All property data is aggregated from publicly available Saudi real estate platforms.

Support

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI-powered real estate analysis with built-in EU AI Act compliance, providing a production-ready MCP server for property insights and governance.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A production-grade MCP server enabling Claude to perform comprehensive NJ real estate workflows including property search, valuation, neighborhood intelligence, investment analysis, and agent tools via 20 tools and 15+ data sources.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides comprehensive real estate market intelligence, property valuation, and investment analysis for AI agents. Unifies data from multiple sources like Zillow, Redfin, and public records into a single MCP interface.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that gives AI assistants access to a multi-agent business operations platform with specialized AI services covering real estate, legal, translation, research, content creation, training, and more.
    34 npm
    MIT