Wholesale AI Champions Claude Code playbook
Tools

MCPs & setups

Model Context Protocol servers connect Claude to systems beyond the file tree. Install commands below are for Claude Code — click any to copy.

Before you start
Connect to VPN. Internal MCPs only resolve on the Carvana network.
One-time auth
Authorize each Carvana MCP at enzo-studio.nosidelines.io before connecting.
Re-auth cadence
OAuth clients expire every 7 days. A browser tab will pop open — that's expected.

Carvana remote MCPs

Production servers maintained by the Horizontals AI team. Auth via Enzo Studio.

Google Drive

Internal

Read Google Docs, Sheets, Slides, Drive folders, and Calendar from Claude.

Try it
  • Get my calendar for the next 7 days
  • Summarize the doc at https://docs.google.com/document/d/<id>

Enzo

Internal

Anything you'd ask Enzo in Slack — Carvana company knowledge, infra docs, agent helpers.

Try it
  • What's the news for Carvana today
  • How do I create a Kafka topic in Terraform? Use enzo-kafka

Slack

Internal · Read-only

Read messages, channels, and your user info. No posting.

Try it
  • Get me messages from #genai-support from the last 7 days
  • Search messages in #wholesale-tech-meetup after 2025-05-01 about agents

Splunk

Internal · Read-only

Query production logs and indexes. Uses a service account behind your auth.

Try it
  • What are today's logs in cvna_edge_prod with source prpal?
  • How many errors has cvna_edge_prod with source autoops had today?

Snowflake

Internal · Read-only

Inspect schemas, describe views, and query tables. Write access available on request.

Try it
  • What views exist in the ANALYTICS.DW schema?
  • Describe ANALYTICS.DW.DIM_SALE

Recommended external

Public servers and plugins worth adding alongside the Carvana set.

Context7

External

Pulls current library docs at query time so Claude isn't relying on stale training data. Costs ~400 tokens per request but cuts hallucinations on framework APIs.

Handles OAuth and API key automatically. For manual config, point at https://mcp.context7.com/mcp.

Try it
  • How do I configure middleware in Hono v4? Use context7
  • Show me the latest Drizzle ORM schema syntax
context7.com ↗

Azure DevOps

External

Microsoft's local MCP for ADO. Query work items, repos, pipelines, builds, test plans, and wikis. Replace `Contoso` with your organization name.

Try it
  • List my work items for project Wholesale
  • Show failing builds in the past 24 hours
github.com/microsoft/azure-devops-mcp ↗

LSP plugins

Plugin (not MCP)

Language Server Protocol plugins — csharp-lsp, pyright-lsp, typescript-lsp — give Claude real type info from the same engines as your IDE (Roslyn, Pyright, tsc). Catches type errors before edits land.

Run /plugin inside Claude Code, browse to the official marketplace, and install the LSP for each language you use.

Code intelligence plugins ↗

When something breaks

DCR clients are purged every 24 hours, so the most common fix is a clean re-auth. Inside Claude Code, run /mcp → select the server → reconnect. If that fails, remove and re-add with the same scope you installed it under:

claude mcp remove --scope user gdrive-mcp-prod
claude mcp add --scope user --transport http gdrive-mcp-prod https://gdrive-mcp.cvnacorp.com/mcp

The full Carvana setup guide — covering VS Code, Gemini CLI, Copilot CLI, OpenCode, and Roo/Cline alongside Claude Code — lives in the Remote MCP Servers production setup doc ↗. Support: #genai-support on Slack.