Content Tools
houseofcars.ae
Provides access to car listings and blog posts from House of Cars Dubai.
ENDPOINT 1
https://houseofcars.ae/mcp
MCP server metadata
- Name
- house-of-cars-dubai
- Version
- 0.1.0
Public tools for House of Cars Dubai (houseofcars.ae) — a luxury and exotic car dealer in Al Quoz, Dubai. Use `list_cars` to browse published inventory (optionally filter by brand), `get_car` for full spec/pricing on a single listing, and `list_blog_posts` / `get_blog_post` for editorial content. All prices are in AED.
Known tools 4
get_carGet full details for a single car listing at House of Cars Dubai by slug (e.g.
Inferred read-onlyget_blog_postGet the full content of a single published House of Cars Dubai blog post by slug.
Potential side effectsCONNECT 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.house-of-cars-dubai]
url = "https://houseofcars.ae/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"house-of-cars-dubai": {
"type": "http",
"url": "https://houseofcars.ae/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: house-of-cars-dubai
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": {
"house-of-cars-dubai": {
"url": "https://houseofcars.ae/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"house-of-cars-dubai": {
"type": "http",
"url": "https://houseofcars.ae/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "house-of-cars-dubai",
"transport": "streamable-http",
"url": "https://houseofcars.ae/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for houseofcars.ae was fetched 2026-08-05T21:49:24.525Z and is being refreshed.
houseofcars.ae is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.