kalyvox-mcp
Kalyvox MCP
面向 Kalyvox 的官方公共 Model Context Protocol(MCP)服务器,Kalyvox 是一款专为小型企业打造的 AI 电话接待员。
Kalyvox 全天候(24/7)以自然语言接听来电,识别来电者的意图,捕获结构化信息,对请求进行路由或升级,安排预约,并向企业发送可操作的呼叫摘要。
网站: https://kalyvox.ai/en/
ChatGPT 集成: https://kalyvox.ai/en/integrations/chatgpt
帮助中心: https://kalyvox.ai/en/help
此 MCP 服务器公开的内容
本仓库包含一个小型、公共、只读的 MCP 服务器,专为发现和集成工具而设计。它公开有关 Kalyvox 的公共信息,但不会暴露客户账户或内部 API。
工具
工具 | 用途 |
| 获取 Kalyvox 及其核心用例的简明概述。 |
| 列出主要的 AI 接待员功能。 |
| 列出主要支持的集成。 |
| 返回 Kalyvox 官方产品、帮助和集成链接。 |
| 将设置或产品问题引导至 Kalyvox 官方帮助中心。 |
Related MCP server: Amplemarket Knowledge Base MCP Server
客户账户数据
Kalyvox 还提供一个经过身份验证的 ChatGPT 集成,客户可以用自然语言查询选定的账户和呼叫数据。
该经过身份验证的集成与本公共仓库相互独立。本仓库不会暴露客户呼叫数据、通话记录、来电者电话号码、API 令牌或 Kalyvox 私有端点。
了解更多:https://kalyvox.ai/en/integrations/chatgpt
安装
npm install
npm run build通过 stdio 运行 MCP 服务器:
npm start构建后的 MCP 客户端配置示例:
{
"mcpServers": {
"kalyvox": {
"command": "node",
"args": ["/absolute/path/to/kalyvox-mcp/dist/index.js"]
}
}
}开发
npm install
npm run build
npm start该服务器使用 TypeScript 实现,并基于官方 Model Context Protocol TypeScript SDK。
Kalyvox 功能
Kalyvox 专为依赖来电的企业而打造,这些企业即使在团队忙碌或无法接听时,也需要确保每个请求都被记录。
核心功能包括:
24/7 AI 来电接听
自然语言语音对话
来电者意图检测与资格判定
自定义客户场景和优先级
结构化呼叫摘要和工单
电子邮件和短信提醒
人工升级和呼叫转接规则
Google Calendar 和 Microsoft Outlook 预约安排
Zapier 自动化
用于账户和呼叫分析的 ChatGPT 集成
多语言呼叫处理
安全性
此公共 MCP 服务器不包含任何 Kalyvox 生产环境凭据,也不需要任何 Kalyvox 客户令牌。特定于账户的功能仍受 Kalyvox 身份验证和用户控制的共享设置保护。
MCP Registry
注册表标识符:
io.github.alexbo-git/kalyvox-mcp随附的 server.json 已为 MCP Registry 发布做好准备,待 npm 包发布后即可使用。
许可证
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