kalyvox-mcp
Enables appointment booking directly into Google Calendar through Kalyvox's AI receptionist conversations.
Enables automation of Kalyvox call events, summaries, and alerts by connecting to Zapier workflows.
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., "@kalyvox-mcpWhat are the main features of Kalyvox?"
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.
Kalyvox MCP
Official public Model Context Protocol (MCP) server for Kalyvox, an AI phone receptionist for small businesses.
Kalyvox answers inbound calls 24/7 in natural language, identifies the caller's intent, captures structured information, routes or escalates requests, books appointments and sends actionable call summaries to the business.
Website: https://kalyvox.ai/en/
ChatGPT integration: https://kalyvox.ai/en/integrations/chatgpt
Help center: https://kalyvox.ai/en/help
What this MCP server exposes
This repository contains a small, public, read-only MCP server designed for discovery and integration tooling. It exposes public information about Kalyvox without exposing customer accounts or internal APIs.
Tools
Tool | Purpose |
| Get a concise overview of Kalyvox and its core use case. |
| List the main AI receptionist capabilities. |
| List the main supported integrations. |
| Return official Kalyvox product, help and integration links. |
| Route a setup or product question to the official Kalyvox help center. |
Related MCP server: Amplemarket Knowledge Base MCP Server
Customer account data
Kalyvox also provides an authenticated ChatGPT integration for customers to query selected account and call data in natural language.
That authenticated integration is separate from this public repository. This repository does not expose customer call data, transcripts, caller phone numbers, API tokens or private Kalyvox endpoints.
Learn more: https://kalyvox.ai/en/integrations/chatgpt
Install
npm install
npm run buildRun the MCP server over stdio:
npm startExample MCP client configuration after building:
{
"mcpServers": {
"kalyvox": {
"command": "node",
"args": ["/absolute/path/to/kalyvox-mcp/dist/index.js"]
}
}
}Development
npm install
npm run build
npm startThe server is implemented in TypeScript using the official Model Context Protocol TypeScript SDK.
Kalyvox capabilities
Kalyvox is built for businesses that depend on inbound phone calls and need every request captured even when the team is busy or unavailable.
Core capabilities include:
24/7 AI call answering
Natural-language voice conversations
Caller intent detection and qualification
Custom customer scenarios and priorities
Structured call summaries and tickets
Email and SMS alerts
Human escalation and call transfer rules
Google Calendar and Microsoft Outlook appointment booking
Zapier automation
ChatGPT integration for account and call analysis
Multilingual call handling
Security
This public MCP server contains no Kalyvox production credentials and requires no Kalyvox customer token. Account-specific functionality remains behind Kalyvox authentication and user-controlled sharing settings.
MCP Registry
Registry identifier:
io.github.alexbo-git/kalyvox-mcpThe included server.json is prepared for MCP Registry publication once the npm package is published.
License
MIT © 2026 KALYVOX SASU
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 Servers
- AlicenseAqualityCmaintenanceEnables access to Document360 knowledge base content through simple GET operations. Allows searching, browsing categories, and reading articles from Document360 projects using natural language.54MIT
- FlicenseBqualityNot gradedmaintenanceEnables access to Amplemarket's knowledge base through Pylon's API. Supports searching articles, retrieving full content, and browsing collections with built-in caching for improved performance.3
- AlicenseNot gradedqualityCmaintenanceEnables read-only access to Pocket Agent's product information, public persona templates, and app catalog. No authentication required.521MIT
- AlicenseAqualityCmaintenanceProvides read-only access to Gemini 3 Online's knowledge surface (models, pricing, links, FAQ) for MCP-compatible AI clients, requiring no API keys.3MIT
Related MCP Connectors
Open-source all-in-one MCP-first customer platform: KB, Conversations, CRM, CMS, Outreach, Analytics
Public social-data API and live docs for AI coding agents.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
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/alexbo-git/kalyvox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server