← Registry

Productivity

carshake.online

Assists with vehicle handover processes by generating checklists, damage documentation guides, and answering FAQs.

1 endpoint3 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://carshake.online/api/mcp

No auth detected

MCP server metadata

Name
carshake-mcp
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 3

create_handover_checklist

Generate a vehicle handover checklist.

Inferred read-only
get_damage_documentation_guide

Get best practices for documenting vehicle damage.

Inferred read-only
list_valet_faq

Search vehicle handover FAQ.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "carshake-mcp": {
      "type": "http",
      "url": "https://carshake.online/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "carshake-mcp",
  "transport": "streamable-http",
  "url": "https://carshake.online/api/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 carshake.online was fetched 2026-08-01T17:28:48.780Z and is being refreshed.

Trust status Neutral

carshake.online is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.