UAEDrops

Scanning the UAE market

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/mcp

Transport: Streamable HTTP (stateless) · No authentication required for read-only tools · CORS open · Insider intelligence is intentionally NOT exposed (see pricing).

6 Tools provided

Connect to Claude.ai

  1. 1Open Claude.ai → SettingsConnectors
  2. 2Click + Add custom connector (available on Pro / Team / Enterprise)
  3. 3Set Name: UAEDrops · URL: https://uaepricedrops.com/api/mcp
  4. 4No OAuth needed — leave authentication blank. Click Add.
  5. 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.

← About UAEDrops