LeadMCP
Provides mock CRM tools for managing leads, contacts, and sales pipelines, simulating HubSpot interactions for automotive dealership demos.
Provides mock communications tools for voice and SMS, simulating Twilio interactions for lead outreach and channel management.
Provides mock WhatsApp channel tools for messaging and lead engagement, enabling demo of WhatsApp communications.
Click on "Deploy 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., "@LeadMCPI want to buy an SUV under $35,000 this month, I'm Maya, maya@example.com"
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.
LeadMCP
Agentic AI lead system for automotive dealership / rental demos. Multi-agent orchestration over MCP tools (CRM, inventory, calendar, communications) with mock adapters — no live Twilio/HubSpot required.
Quickstart
cp .env.example .env
npm install
npm run seed
npm run build
npm run dev:api # terminal 1 — http://127.0.0.1:3100
npm run dev:ui # terminal 2 — http://127.0.0.1:5173Auth (required)
Protected routes need
Authorization: Bearer $API_TOKENorX-API-Key(dev defaultdev-leadmcp-token-change-me).Demo UI sends this via
VITE_API_TOKEN.Chat continues a lead via signed
sessionToken(not bareleadIdunless admin).Channel inbound needs
X-LeadMCP-Signature: sha256=<hmac>or the API token.Bookings/handoffs require explicit confirm (
CONFIRM BOOK/CONFIRM HANDOFFor UI buttons).
Docker: docker compose up --build (binds 127.0.0.1 only).
Related MCP server: EVOKORE-MCP
Demo script
Open the demo UI → Web chat.
Qualify:
I want to buy an SUV under $35000 this month, I'm Maya, maya@example.comRecommend:
show me vehicle recommendationsBook: ask to book, then click Confirm booking (or reply
CONFIRM BOOK)Handoff: click Hand off to sales (or reply
CONFIRM HANDOFF)Try Channels / voice for WhatsApp, email, and voice mocks
Works offline without OPENAI_API_KEY (deterministic agents). Set a key for LLM-assisted routing and replies. OPENAI_BASE_URL must be on the allowlist (HTTPS, no private hosts).
Repo layout
packages/shared— schemas, SQLite store, scoring, seedpackages/mcp-*— MCP tool servers (stdio + in-process)apps/orchestrator— Fastify API + agentsapps/demo-ui— React consoledocs/— architecture, MCP design, workflows, deployment
Docs
Automotive-Lead-Vertical-
This server cannot be deployed
Maintenance
Related MCP Connectors
LLM Orchestration Agent (Mcp)
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
AI agent platform: manage leads, conversations, bots, calendar and CRM via MCP.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnterprise-grade MCP server with multi-agent system for business AI transformation across finance, healthcare, retail, and other domains. Provides specialized AI agents for data analysis, API execution, business validation, and report generation with real-time monitoring and observability.-
- AlicenseNot gradedqualityCmaintenanceMulti-server MCP aggregator with 266 skills, an orchestration runtime, fleet/claims coordination, and hook-driven session governance for autonomous Claude/Cursor/Gemini agent runs.3MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.60MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that enables agents to dynamically switch between multiple AI models (OpenAI, Anthropic, Google, etc.) with unified protocol-driven configuration and capability discovery.Apache 2.0