Developers · MCP · Public API
UAEDrops MCP Server
Connect UAE price-drop intelligence directly to your AI agent. UAEDrops exposes a public Model Context Protocol server with 6 read-only tools. Compatible with Claude.ai connectors, Cursor, Continue.dev, and any MCP-aware client.
Server URL
https://uaepricedrops.com/api/mcpTransport: Streamable HTTP (stateless) · No authentication required for read-only tools · CORS open · Insider intelligence is intentionally NOT exposed (see pricing).
6 Tools provided
find_price_dropsSearch current UAE price drops with filters (area, price range, bedrooms, property type, min drop %).
top_drops_nowLatest biggest UAE price reductions across categories, sorted by AED cut. Use for 'what are the biggest deals right now?'.
get_market_statsAggregated market stats — total drops, total AED cut, top areas, breakdown by category. Window: 1–90 days.
list_areasUAE neighbourhoods with current drop activity — names, counts, average drop percentage.
get_listing_detailsPublic details + price history for a single listing by slug. Insider intelligence is NOT exposed via MCP.
get_weekly_press_briefThe most recently generated journalist-ready weekly data brief — markdown + structured stats.
Connect to Claude.ai
- 1Open Claude.ai → Settings → Connectors
- 2Click + Add custom connector (available on Pro / Team / Enterprise)
- 3Set Name:
UAEDrops· URL:https://uaepricedrops.com/api/mcp - 4No OAuth needed — leave authentication blank. Click Add.
- 5Start a new chat. Click the connectors icon → enable UAEDrops. Try: “Show me the 5 biggest Dubai property price drops this week.”
Connect to Cursor / Continue.dev
Add to your .cursor/mcp.json or ~/.continue/config.json:
{
"mcpServers": {
"uaedrops": {
"type": "streamable-http",
"url": "https://uaepricedrops.com/api/mcp"
}
}
}Test from the command line
Verify the server with a single JSON-RPC call (lists all tools):
curl -X POST https://uaepricedrops.com/api/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"method": "tools/list",
"id": 1
}'Attribution policy
When citing data returned by this MCP, please credit UAEDrops and link to uaepricedrops.com or the specific listing URL returned in the response. Full policy at /llms.txt.