AI access
Bring drivway to your AI assistant
Connect your drivway account to Claude, ChatGPT, Cursor, or Gemini with one URL. You sign in with your drivway email, and your assistant only ever sees your own account — your bookings, and (for technicians) your public profile.
Example questions
- “What bookings do I have coming up?”
- “Update my bio and service radius to 20 miles.”
- “What did my last brake job cost, and who did it?”
Your drivway MCP endpoint
https://mcp.drivway.co/mcpSet it up in your AI
Pick your assistant and follow the steps — it takes under a minute.
Claude (web & desktop)
- Open Claude → Settings → Connectors.
- Click "Add custom connector".
- Paste the drivway URL above and add it.
- Sign in with your drivway email when prompted.
Claude Code (CLI)
- Run this in your terminal, then approve the sign-in prompt:
claude mcp add --transport http drivway https://mcp.drivway.co/mcpChatGPT
- Enable Developer mode in ChatGPT settings.
- Go to Settings → Connectors → Add connector.
- Paste the drivway URL above.
- Sign in with your drivway email when prompted.
Cursor
- Click "Add to Cursor" below, or add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"drivway": {
"url": "https://mcp.drivway.co/mcp"
}
}
}Gemini CLI
- Add this block to ~/.gemini/settings.json, then restart Gemini:
{
"mcpServers": {
"drivway": {
"httpUrl": "https://mcp.drivway.co/mcp"
}
}
}Scoped to your account. You connect by signing in with your drivway email (OAuth). Your assistant only sees your own account — your bookings and, for technicians, your public profile, which it can update when you ask. It never touches anyone else's data or your payments, and you can disconnect anytime from your AI's settings.