kalyvox-mcp
Kalyvox MCP
小規模ビジネス向けのAI電話受付サービス Kalyvox の公式公開Model Context Protocol (MCP) サーバーです。
Kalyvox は、自然言語で24時間365日着信電話に応答し、発信者の意図を特定し、構造化された情報を取得して、リクエストを転送またはエスカレーションし、予約を設定し、実用的な通話サマリーをビジネスに送信します。
ウェブサイト: https://kalyvox.ai/en/
ChatGPTインテグレーション: https://kalyvox.ai/en/integrations/chatgpt
ヘルプセンター: https://kalyvox.ai/en/help
このMCPサーバーが公開するもの
このリポジトリには、ディスカバリーおよびインテグレーションツール向けに設計された、小規模で公開された読み取り専用のMCPサーバーが含まれています。顧客アカウントや内部APIを公開することなく、Kalyvoxに関する公開情報を公開します。
ツール
ツール | 目的 |
| 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 buildstdioでMCPサーバーを実行します:
npm startビルド後のMCPクライアント設定例:
{
"mcpServers": {
"kalyvox": {
"command": "node",
"args": ["/absolute/path/to/kalyvox-mcp/dist/index.js"]
}
}
}開発
npm install
npm run build
npm startサーバーは、公式のModel Context Protocol TypeScript SDKを使用してTypeScriptで実装されています。
Kalyvox の機能
Kalyvox は、着信電話に依存し、チームが忙しいときや対応できないときでもすべてのリクエストを確実に記録する必要があるビジネス向けに構築されています。
主な機能は次のとおりです:
24時間365日のAI電話応答
自然言語による音声会話
発信者の意図の検出と判定
カスタムの顧客シナリオと優先順位
構造化された通話サマリーとチケット
メールとSMSアラート
人間へのエスカレーションと電話転送ルール
Google CalendarとMicrosoft Outlookによる予約設定
Zapierオートメーション
アカウントと通話分析のためのChatGPTインテグレーション
多言語対応の通話処理
セキュリティ
この公開MCPサーバーには、Kalyvoxの本番環境の認証情報は含まれておらず、Kalyvoxの顧客トークンも必要ありません。アカウント固有の機能は、Kalyvoxの認証とユーザーが制御する共有設定の背後にあります。
MCP Registry
レジストリ識別子:
io.github.alexbo-git/kalyvox-mcp同梱のserver.jsonは、npmパッケージ公開後にMCP Registryへ公開できるよう準備されています。
ライセンス
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