INDIVIDUAL MCP TOOL
submit_vehicle_inquiry
With explicit consent and confirmation, send this listing's dealer the shopper's question.
LIVE ENDPOINT
https://mcp.carhandshake.com/mcp
Connect to this endpoint to inspect the live schema for submit_vehicle_inquiry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.car-handshake]
url = "https://mcp.carhandshake.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"car-handshake": {
"type": "http",
"url": "https://mcp.carhandshake.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: car-handshake
Remote MCP URL: https://mcp.carhandshake.com/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": {
"car-handshake": {
"url": "https://mcp.carhandshake.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"car-handshake": {
"type": "http",
"url": "https://mcp.carhandshake.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "car-handshake",
"transport": "streamable-http",
"url": "https://mcp.carhandshake.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
shop_vehicles— Use for live US cars, SUVs, trucks, EVs, motorcycles, RVs, or trailers by place (near me/close by), budget, mileage, make/model, condition, body, fuel, features, named dealer, or live-listing recommendation.get_vehicle— For full detail, pass exact shop_vehicles listing_id; returns dealer.search— Citation only; never shopping/detail/compare.fetch— Citation only after search; never shopping/detail.compare_vehicles— Only for explicit comparison: after exactly one shop_vehicles call, pass 2-4 distinct returned listing IDs.find_dealerships— Use this once to resolve participating dealerships by name/place with IDs, addresses, and listing counts.get_dealership— Use this with one exact dealer_id from find_dealerships or get_vehicle to return every public rooftop, phone, website, capability, and named sales/service schedule.schedule_test_drive— With explicit consent and confirmation, request dealer test-drive follow-up for this listing.