npm @theyahia/mango-office-mcpstdioMITupdated 5mo ago
MCP-сервер для Mango Office API — звонки, пользователи, записи, SMS, статистика. 8 инструментов.
O que dá para fazer com mango office mcp?
@theyahia/mango-office-mcp
MCP-сервер для Mango Office API — звонки, пользователи, записи, SMS, статистика. 8 инструментов.
Часть серии Russian API MCP (50 серверов) by @theYahia.
Установка
Claude Desktop
{
"mcpServers": {
"mango-office": {
"command": "npx",
"args": ["-y", "@theyahia/mango-office-mcp"],
"env": { "MANGO_API_KEY": "your-key", "MANGO_API_SALT": "your-salt" }
}
}
}
Claude Code
claude mcp add mango-office -e MANGO_API_KEY=your-key -e MANGO_API_SALT=your-salt -- npx -y @theyahia/mango-office-mcp
VS Code / Cursor
{ "servers": { "mango-office": { "command": "npx", "args": ["-y", "@theyahia/mango-office-mcp"], "env": { "MANGO_API_KEY": "your-key", "MANGO_API_SALT": "your-salt" } } } }
Streamable HTTP
npx @theyahia/mango-office-mcp --http
# POST /mcp, GET /health — порт 3000 (PORT=8080 для другого)
Требуется
MANGO_API_KEYиMANGO_API_SALT. Получите в личном кабинете Mango Office.
Аутентификация
Все запросы подписываются HMAC-SHA256: sign = HMAC(apiKey + json + apiSalt).
Базовый URL: https://app.mango-office.ru/vpbx/.
Инструменты (6)
| Инструмент | Описание | API endpoint |
|---|---|---|
get_calls |
История звонков за период | stats/request |
get_users |
Список пользователей | config/users/request |
make_call |
Инициировать исходящий звонок | commands/callback |
get_stats |
Сводная статистика звонков | stats/request |
get_recording |
Ссылка на запись разговора | queries/recording/post |
send_sms |
Отправить SMS | commands/sms |
Skills (2)
| Инструмент | Описание |
|---|---|
skill_call_history |
История звонков за сегодня — готовый отчёт |
skill_stats |
Статистика звонков за сегодня — сводка |
Примеры
Покажи звонки за последний час
Список пользователей Mango Office
Позвони с 101 на +79001234567
Статистика звонков за сегодня
Скачай запись разговора rec_123
Отправь SMS с 101 на +79001234567 "Перезвоните"
Mango Office
Mango Office — облачная телефония для бизнеса. Реферальная программа: до 25% пожизненно от платежей приведённых клиентов.
Лицензия
MIT
Instalação
Adicione mango office mcp ao seu cliente. Escolha o que você usa.
claude mcp add mango-office-mcp -- npx -y @theyahia/mango-office-mcpcodex mcp add mango-office-mcp -- npx -y @theyahia/mango-office-mcpamp mcp add mango-office-mcp -- npx -y @theyahia/mango-office-mcp{
"mcpServers": {
"mango-office-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mango-office-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mango-office-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mango-office-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mango-office-mcp","command":"npx","args":["-y","@theyahia/mango-office-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mango-office-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mango-office-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mango-office-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mango-office-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mango-office-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mango-office-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mango-office-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@theyahia/mango-office-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mango-office-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@theyahia/mango-office-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @theyahia/mango-office-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 |
|---|---|
| 1.1.1Mais recente | 1 de mai. de 2026 |
| 1.0.1 | 31 de mar. de 2026 |