Skip to main content

Model Context Protocol

Projectory for AI clients

Projectory ships a read-only MCP server so AI clients can search public UAE off-plan projects and registered residential sales through a single endpoint.

Endpoint

Add this URL as a remote MCP server in your client. Connections are public and rate-limited.

https://mcp.projectory.ae/mcp

Developers can inspect the underlying REST contract athttps://api.projectory.ae/v1/openapi.json.

What the server exposes

Five read-only tools backed by the public Projectory API.

For filtered discovery, clients list the valid values, resolve any partial filter terms, then pass exact structured filters tosearch. Search results include project coordinates when known; fetch returns the detail for one selected project. Use search_transactions for registered residential sales.

  • search

    Find projects with structured developer, area, emirate, property type, development-wide price, bedroom, handover-year, availability, and project-status filters. Results include coordinates when known.

  • search_transactions

    Search registered residential sales in Dubai or Abu Dhabi by exact area, project, building, provider project ID, date range, or bedroom count, with cursor pagination.

  • fetch

    Return a compact detail document for one project, including development-wide pricing, coordinates, payment plan, unit-type summaries, and media, by ID, slug, or URL.

  • list_project_facets

    Enumerate the exact filter slugs the public API accepts for developers, areas, emirates, and property types.

  • suggest_project_terms

    Resolve partial developer, area, emirate, or property-type text into an exact filter slug.

Example prompts

Things a connected client should be able to answer well.

  • “Find Sobha Realty projects in Dubai with handover in 2027.”
  • “Find new-launch developments in Dubai with handover in 2028. Include their coordinates.”
  • “Show me registered two-bedroom sales in Dubai Hills Estate.”

Use restrictions

The server returns informational content drawn from public project listings and registered residential sales. It is not financial, legal, or investment advice. Project availability, pricing, and handover dates can change at short notice; confirm anything you act on with the developer or a licensed UAE broker.

Prices and price filters describe a development-wide advertised range. They do not confirm the price or availability of a particular bedroom count, property type, or unit.