← projectory.ae

INDIVIDUAL MCP TOOL

suggest_project_terms

Resolve a partial or ambiguous user string into concrete Projectory project IDs and emirate/area/developer/property-type slugs that can be passed to `search` or `fetch`.

projectory.aenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.projectory.ae/mcp

No auth detected

Connect to this endpoint to inspect the live schema for suggest_project_terms and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

projectory.ae

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.projectory]
url = "https://mcp.projectory.ae/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "projectory": {
      "type": "http",
      "url": "https://mcp.projectory.ae/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: projectory
Remote MCP URL: https://mcp.projectory.ae/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "projectory": {
      "url": "https://mcp.projectory.ae/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "projectory": {
      "type": "http",
      "url": "https://mcp.projectory.ae/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "projectory",
  "transport": "streamable-http",
  "url": "https://mcp.projectory.ae/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search published off-plan UAE property projects on Projectory.
  • fetch — Fetch the full document for a single off-plan project by Projectory ID, plain slug, or canonical projectory.ae URL.
  • list_project_facets — List every valid slug for `emirate`, `area`, `developer`, `propertyType`, `availability`, and `sort`, plus the boolean flags `newLaunch` and `comingSoon`.
  • search_project_locations — Return map-ready markers (latitude, longitude, and brief metadata) for projects matching the search filters, with optional bounding-box viewport filtering.