eCommerce
darak.app
Search and retrieve Saudi real estate listings with filtering and comparison features.
ENDPOINT 1
https://darak.app/mcp
MCP server metadata
- Name
- darak
- Version
- 1.0.0
Known tools 26
get_listings_by_idsFetch full details for multiple listings by their IDs in one call (max 200).
Inferred read-onlyget_comparable_listingsFind similar listings near a specific listing for direct price comparison.
Inferred read-onlyget_best_value_listingsFind listings priced below their neighborhood median -- best deals.
Inferred read-onlyget_rental_yieldCalculate gross rental yield for a neighborhood or city by comparing median sale price to median annual rent.
Inferred read-onlyget_supply_statsGet new listing volume trends: how many listings appeared this week vs last week, this month vs last month, with percentage changes and total active count.
Inferred read-onlyget_vacancy_indicatorCount stale listings (on market 30/60/90+ days) as an oversupply signal.
Inferred read-onlyget_neighborhood_rent_mapGet median price and listing count for every neighborhood in a city, sorted by median price descending.
Inferred read-onlyget_market_summaryGet a high-level market overview for a city: total listings, median price, median area, median price/sqm, breakdown by property type, top 10 neighborhoods by listing count, source coverage, data freshness, and YoY median price change.
Inferred read-onlylist_city_directionsGet geographic regions of a city (north, south, east, west, center) with their neighborhoods.
Inferred read-onlysearch_projectsSearch off-plan and ready real estate development projects in Saudi Arabia.
Inferred read-onlyCONNECT 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.darak]
url = "https://darak.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"darak": {
"type": "http",
"url": "https://darak.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: darak
Remote MCP URL: https://darak.app/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": {
"darak": {
"url": "https://darak.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"darak": {
"type": "http",
"url": "https://darak.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "darak",
"transport": "streamable-http",
"url": "https://darak.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for darak.app was fetched 2026-08-03T19:34:18.915Z and is being refreshed.
darak.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.