← houseofcars.ae

INDIVIDUAL MCP TOOL

list_cars

List luxury/exotic cars currently for sale at House of Cars Dubai.

houseofcars.aenone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

houseofcars.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.houseofcars-ae]
url = "https://houseofcars.ae/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: houseofcars-ae
Remote MCP URL: https://houseofcars.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": {
    "houseofcars-ae": {
      "url": "https://houseofcars.ae/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_car — Get full details for a single car listing at House of Cars Dubai by slug (e.g.
  • list_blog_posts — List published blog posts from House of Cars Dubai.
  • get_blog_post — Get the full content of a single published House of Cars Dubai blog post by slug.