# CarShake [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/kindrat86/carshake-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/carshake-2

## Description
Vehicle handover checklists, damage-documentation best practices, valet/rental/service FAQs.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "carshake": {
    "url": "https://carshake.online/api/mcp"
  }
}
```

## Documentation & README

# carshake MCP server

Vehicle handover documentation tools for AI agents. Generate vehicle handover checklists, get damage-documentation best practices, and query valet/rental/service FAQs — all through MCP. Built for valet, rental, and service handover scenarios.

**Live endpoint:** `https://carshake.online/api/mcp` (HTTP, MCP 2024-11-05)

## Tools

| Tool | What it does |
|---|---|
| `create_handover_checklist` | Generate a vehicle handover checklist by use case (valet, rental, service) |
| `get_damage_documentation_guide` | Get best practices for documenting pre-existing damage |
| `list_valet_faq` | Query valet/handover FAQs |

## Usage

```json
{
  "mcpServers": {
    "carshake": { "url": "https://carshake.online/api/mcp" }
  }
}
```

MIT License. Free.

