@theyahia/voximplant-mcp
MCP server for Voximplant API enabling calls, SMS, recordings, scenarios, and rules management with 11 tools and 2 skills.
README
@theyahia/voximplant-mcp
MCP-сервер для Voximplant API — звонки, SMS, записи, сценарии, правила. 11 инструментов + 2 скилла.
Часть серии Russian API MCP (50 серверов) by @theYahia.
Установка
Claude Desktop
{
"mcpServers": {
"voximplant": {
"command": "npx",
"args": ["-y", "@theyahia/voximplant-mcp"],
"env": {
"VOXIMPLANT_ACCOUNT_ID": "your-id",
"VOXIMPLANT_API_KEY": "your-key"
}
}
}
}
Claude Code
claude mcp add voximplant -e VOXIMPLANT_ACCOUNT_ID=your-id -e VOXIMPLANT_API_KEY=your-key -- npx -y @theyahia/voximplant-mcp
VS Code / Cursor
{
"servers": {
"voximplant": {
"command": "npx",
"args": ["-y", "@theyahia/voximplant-mcp"],
"env": {
"VOXIMPLANT_ACCOUNT_ID": "your-id",
"VOXIMPLANT_API_KEY": "your-key"
}
}
}
}
Streamable HTTP
npx @theyahia/voximplant-mcp --http
# Сервер стартует на http://localhost:3000/mcp
# Health check: http://localhost:3000/health
# Порт можно задать через PORT=8080
Требуется
VOXIMPLANT_ACCOUNT_IDиVOXIMPLANT_API_KEY. Получите в панели управления Voximplant.
Инструменты (11)
| Инструмент | Описание |
|---|---|
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 |
Получить ссылки на записи звонков |
Скиллы (2)
| Скилл | Описание |
|---|---|
skill-call-history |
История звонков за последние 24 часа (сводка) |
skill-account-info |
Информация об аккаунте Voximplant |
Примеры
Покажи историю звонков за вчера
Список пользователей Voximplant
Отправь SMS на +79001234567
Покажи информацию об аккаунте
Какие сценарии настроены?
Покажи правила для приложения 123
Начни звонок по правилу 456
Какие звонки сейчас активны?
Покажи историю SMS за январь
Дай ссылки на записи звонков за вчера
Лицензия
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.