car-detailing-voice-agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@car-detailing-voice-agent¿Cuánto cuesta un detailing completo y hay disponibilidad para el sábado?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agente de Voz para Car Detailing — MCP + LangGraph
Agente conversacional por voz que permite a los clientes de un negocio real de car detailing consultar precios, revisar disponibilidad y agendar servicios hablando, sin usar la plataforma web.
El problema
El negocio tiene una plataforma digital funcional, pero un segmento importante de su clientela —clientes de mayor edad— no la usa con soltura. La barrera no es el servicio, es la interfaz. Una llamada telefónica sí es una interfaz que ya dominan.
Related MCP server: carly-cli
Arquitectura
graph TD;
__start__([<p>__start__</p>]):::first
interpretar(interpretar)
responder(responder)
__end__([<p>__end__</p>]):::last
__start__ --> interpretar;
interpretar --> responder;
responder --> __end__;
classDef default fill:#f2f0ff,line-height:1.2
classDef first fill-opacity:0
classDef last fill:#bfb6fcDiagrama generado desde el código con
draw_mermaid(). Se actualiza en cada fase; el grafo real de Fase 2 añade decisión de tool y clarificación.
Dos switches independientes
Switch | Qué controla | Valores |
A — Infraestructura | Dónde corre la app completa | AWS ECS Fargate / homelab con Cloudflare Tunnel |
B — Proveedor de voz | Qué implementación de | cloud (Azure Speech / Groq Whisper) / local (Faster-Whisper + Piper sobre ROCm) |
Son ortogonales: la app en AWS puede usar voz local y viceversa. El switch B
es un patrón Strategy detrás de la interfaz VoiceProvider.
Stack
Python 3.12 · LangGraph · MCP (Streamable HTTP) · FastAPI · SQLite · Docker · Langfuse · AWS ECS Fargate · Cloudflare Tunnel
Estado
Fase 0 — Fundamentos y entorno
Fase 1 — Servidor MCP con las herramientas del negocio
Fase 2 — Orquestador LangGraph
Fase 3 — Capa de voz con switch local/nube
Fase 4 — Despliegue dual (AWS + homelab)
Fase 5 — Observabilidad, evaluación y documentación
Cómo correr
uv sync
cp .env.example .env # y llenar las claves
uv run agent/hello_graph.pyDecisiones de arquitectura
Cada decisión técnica, con sus alternativas descartadas y por qué, está en
docs/decision-log.md.
Nota sobre los datos
Todos los datos de este repositorio son sintéticos. No se usa información real de clientes del negocio.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Discover, inspect and run 63,000+ agent tools from one balance. Pay per call, no subscriptions.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceProvides 25 interactive automotive intelligence tools for real-time market data, including VIN decoding, price predictions, and inventory analytics. It enables AI assistants to perform car searches, trade-in estimations, and market trend analysis using the Model Context Protocol.2-
- AlicenseAqualityBmaintenanceAgent-native MCP server for Carly, the AI scheduling assistant. Exposes 11 tools to read and manage booking pages, event types, calendars, bookings, and available slots. Allows you to manage and create booking pages from the command line.135MIT
- FlicenseNot gradedqualityBmaintenanceProvides tools for vehicle service search, mechanic matching, and booking generation as part of a multi-agent AI system for roadside assistance.-

Vincario MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI assistants to decode VINs, check stolen vehicle databases, and retrieve market valuations through natural language.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Redevil15/car-detailing-voice-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server