@theyahia/voximplant-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP server mode (default: 3000) | |
| VOXIMPLANT_API_KEY | Yes | Your Voximplant API key | |
| VOXIMPLANT_ACCOUNT_ID | Yes | Your Voximplant account ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_call_historyB | Получить историю звонков Voximplant за период. |
| get_usersB | Получить список пользователей Voximplant. |
| send_smsB | Отправить SMS через Voximplant. |
| get_account_infoA | Получить информацию об аккаунте Voximplant (баланс, тариф, лимиты). |
| start_callB | Инициировать исходящий звонок через Voximplant по заданному правилу маршрутизации. |
| get_active_callsB | Получить список активных сессий (звонков в процессе) в Voximplant. |
| get_sms_historyA | Получить историю SMS-сообщений за период с фильтрами по номерам. |
| get_recordingsC | Получить список записей разговоров за период. Возвращает URL для скачивания записи. |
| get_scenariosC | Получить список сценариев Voximplant. |
| update_scenarioB | Обновить код или имя сценария VoxEngine в Voximplant. Позволяет агенту динамически менять логику звонка. |
| get_rulesB | Получить правила маршрутизации Voximplant для приложения. |
| skill-call-historyA | Получить сводку истории звонков за последние 24 часа. |
| skill-account-infoA | Получить информацию об аккаунте Voximplant: баланс, тариф, лимиты. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/theYahia/voximplant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server