npm @theyahia/mts-exolve-mcpstdioMITupdated 5mo ago
MCP-сервер для MTS Exolve API -- SMS, звонки, записи звонков, номера, Viber. 8 инструментов.
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
安装
把 mts exolve mcp 添加到你的客户端。选择你正在使用的那个。
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.
评分
39 / 100
不完整
- 文档22/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 3.0.1最新 | 2026年5月1日 |
| 1.0.1 | 2026年3月31日 |