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/mcp

Set it up in your AI

Pick your assistant and follow the steps — it takes under a minute.

Claude (web & desktop)
  1. Open Claude → Settings → Connectors.
  2. Click "Add custom connector".
  3. Paste the drivway URL above and add it.
  4. Sign in with your drivway email when prompted.
Open Claude Connectors
Claude Code (CLI)
  1. Run this in your terminal, then approve the sign-in prompt:
claude mcp add --transport http drivway https://mcp.drivway.co/mcp
ChatGPT
  1. Enable Developer mode in ChatGPT settings.
  2. Go to Settings → Connectors → Add connector.
  3. Paste the drivway URL above.
  4. Sign in with your drivway email when prompted.
Cursor
  1. Click "Add to Cursor" below, or add this to ~/.cursor/mcp.json:
{ "mcpServers": { "drivway": { "url": "https://mcp.drivway.co/mcp" } } }
Add to Cursor
Gemini CLI
  1. 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.