dld_list_brokers

Pack: dubai-land · Endpoint: https://gateway.pipeworx.io/dubai-land/mcp

Licensed real-estate brokers on the Dubai Land Department register — broker number and name, licence start/end dates, the brokerage office they sit under, and the office phone published on the register.

Parameters

NameTypeRequiredDescription
genderstringnoRegistered gender: “0” male, “1” female. Omit for all.

Example call

Arguments

{
  "gender": "1",
  "limit": 3
}

curl

curl -X POST https://gateway.pipeworx.io/dubai-land/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dld_list_brokers","arguments":{"gender":"1","limit":3}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('dld_list_brokers', {
  "gender": "1",
  "limit": 3
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "dubai-land": {
      "url": "https://gateway.pipeworx.io/dubai-land/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026