npm @theyahia/mts-exolve-mcpstdioMITupdated 5mo ago
MCP-сервер для MTS Exolve API -- SMS, звонки, записи звонков, номера, Viber. 8 инструментов.
O que dá para fazer com mts exolve mcp?
@theyahia/mts-exolve-mcp
MCP-сервер для MTS Exolve API -- SMS, звонки, записи звонков, номера, Viber. 8 инструментов.
Часть серии Russian API MCP (50 серверов) by @theYahia.
Установка
Claude Desktop
{
"mcpServers": {
"mts-exolve": {
"command": "npx",
"args": ["-y", "@theyahia/mts-exolve-mcp"],
"env": { "MTS_EXOLVE_TOKEN": "your-token" }
}
}
}
Claude Code
claude mcp add mts-exolve -e MTS_EXOLVE_TOKEN=your-token -- npx -y @theyahia/mts-exolve-mcp
VS Code / Cursor
{ "servers": { "mts-exolve": { "command": "npx", "args": ["-y", "@theyahia/mts-exolve-mcp"], "env": { "MTS_EXOLVE_TOKEN": "your-token" } } } }
Требуется
MTS_EXOLVE_TOKEN. Получите в личном кабинете MTS Exolve.
Инструменты (8)
| Инструмент | Описание |
|---|---|
send_sms |
Отправить SMS |
get_sms_status |
Проверить статус SMS |
make_call |
Инициировать звонок |
get_call_status |
Проверить статус звонка |
get_call_recording |
Получить запись звонка |
list_numbers |
Список номеров на аккаунте |
buy_number |
Купить номер в регионе |
send_viber_message |
Отправить сообщение через Viber |
Демо-промпты
Отправь SMS на +79001234567 с текстом "Привет"
Проверь статус сообщения abc-123
Позвони на +79001234567
Проверь статус звонка call-456
Получи запись звонка call-456
Покажи все номера на аккаунте
Купи номер в Москве
Отправь сообщение через Viber на +79001234567
Лицензия
MIT
Instalação
Adicione mts exolve mcp ao seu cliente. Escolha o que você usa.
claude mcp add mts-exolve-mcp -- npx -y @theyahia/mts-exolve-mcpcodex mcp add mts-exolve-mcp -- npx -y @theyahia/mts-exolve-mcpamp mcp add mts-exolve-mcp -- npx -y @theyahia/mts-exolve-mcp{
"mcpServers": {
"mts-exolve-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mts-exolve-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mts-exolve-mcp","command":"npx","args":["-y","@theyahia/mts-exolve-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mts-exolve-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mts-exolve-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mts-exolve-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mts-exolve-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mts-exolve-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @theyahia/mts-exolve-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção13/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 152 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 3.0.1Mais recente | 1 de mai. de 2026 |
| 1.0.1 | 31 de mar. de 2026 |