MCP server for Voximplant API — call history, users, SMS. 3 tools.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"voximplant": {
"env": {
"VOXIMPLANT_API_KEY": "your-key",
"VOXIMPLANT_ACCOUNT_ID": "your-id"
},
"args": [
"-y",
"@theyahia/voximplant-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для Voximplant API — звонки, SMS, записи, сценарии, правила. 11 инструментов + 2 скилла.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/voximplant-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/voximplant-mcp against OSV.dev.
Click any tool to inspect its schema.
skill-call-historyИстория звонков за последние 24 часа (сводка)
skill-account-infoИнформация об аккаунте Voximplant
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
MCP Security Weekly
Get CVE alerts and security updates for io.github.theYahia/voximplant-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер для Voximplant API — звонки, SMS, записи, сценарии, правила. 11 инструментов + 2 скилла.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"voximplant": {
"command": "npx",
"args": ["-y", "@theyahia/voximplant-mcp"],
"env": {
"VOXIMPLANT_ACCOUNT_ID": "your-id",
"VOXIMPLANT_API_KEY": "your-key"
}
}
}
}
claude mcp add voximplant -e VOXIMPLANT_ACCOUNT_ID=your-id -e VOXIMPLANT_API_KEY=your-key -- npx -y @theyahia/voximplant-mcp
{
"servers": {
"voximplant": {
"command": "npx",
"args": ["-y", "@theyahia/voximplant-mcp"],
"env": {
"VOXIMPLANT_ACCOUNT_ID": "your-id",
"VOXIMPLANT_API_KEY": "your-key"
}
}
}
}
npx @theyahia/voximplant-mcp --http
# Сервер стартует на http://localhost:3000/mcp
# Health check: http://localhost:3000/health
# Порт можно задать через PORT=8080
Требуется
VOXIMPLANT_ACCOUNT_IDиVOXIMPLANT_API_KEY. Получите в панели управления Voximplant.
| Инструмент | Описание |
|---|---|
get_call_history | История звонков за период |
get_users | Список пользователей |
send_sms | Отправить SMS |
get_account_info | Информация об аккаунте (баланс, тариф) |
get_scenarios | Список сценариев |
update_scenario | Обновить код/название сценария |
get_rules | Правила маршрутизации приложения |
start_call | Инициировать исходящий звонок |
get_active_calls | Активные сессии звонков |
get_sms_history | История SMS сообщений |
get_recordings | Получить ссылки на записи звонков |
| Скилл | Описание |
|---|---|
skill-call-history | История звонков за последние 24 часа (сводка) |
skill-account-info | Информация об аккаунте Voximplant |
Покажи историю звонков за вчера
Список пользователей Voximplant
Отправь SMS на +79001234567
Покажи информацию об аккаунте
Какие сценарии настроены?
Покажи правила для приложения 123
Начни звонок по правилу 456
Какие звонки сейчас активны?
Покажи историю SMS за январь
Дай ссылки на записи звонков за вчера
MIT