{
  "name": "Dubuy.ai",
  "description": "Dubai property intelligence as MCP tools: DLD transactions, Ejari rents, RERA off-plan registry, and Reddit community sentiment — per community.",
  "documentation": "https://dubuy.ai/developers/",
  "tools_catalog": "https://dubuy.ai/.well-known/agent-skills/index.json",
  "servers": [
    {
      "name": "dubuy",
      "url": "https://dubuy.ai/api/mcp/",
      "transport": "streamable-http",
      "stateless": true,
      "description": "8 read-only Dubai-property tools (list/search/compare communities, profiles, Reddit pulse, price trends, projects, developers). Thin adapter over the public REST API.",
      "auth": {
        "type": "bearer",
        "header_example": "Authorization: Bearer dub_live_...",
        "required_for": "tools/call (data). initialize and tools/list are open.",
        "get_a_key": "https://dubuy.ai/account/api-keys/",
        "plan": "Pro",
        "note": "No OAuth — pass your Dubuy API key as a Bearer header on the connector."
      }
    }
  ],
  "alternative_clients": {
    "stdio_package": {
      "description": "Prefer a local server? The same tools ship as an npm package (stdio transport) for Claude Desktop / Cursor.",
      "package": "dubuy-mcp-server",
      "source": "https://github.com/markhahnel/dubuy/tree/main/mcp-server"
    }
  }
}
