Skip to main content
Glama
alexbo-git

kalyvox-mcp

by alexbo-git

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_kalyvox_overview

Get a concise overview of Kalyvox and its core use case.

get_kalyvox_features

List the main AI receptionist capabilities.

get_kalyvox_integrations

List the main supported integrations.

get_kalyvox_links

Return official Kalyvox product, help and integration links.

find_kalyvox_help

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 build

Run the MCP server over stdio:

npm start

Example 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 start

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

The included server.json is prepared for MCP Registry publication once the npm package is published.

License

MIT © 2026 KALYVOX SASU

A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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