Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mango-office": {
"env": {
"MANGO_API_KEY": "your-key",
"MANGO_API_SALT": "your-salt"
},
"args": [
"-y",
"@theyahia/mango-office-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-сервер для Mango Office API — звонки, пользователи, записи, SMS, статистика. 8 инструментов.
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/mango-office-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/mango-office-mcp against OSV.dev.
Click any tool to inspect its schema.
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
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.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more
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/mango-office-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер для Mango Office API — звонки, пользователи, записи, SMS, статистика. 8 инструментов.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"mango-office": {
"command": "npx",
"args": ["-y", "@theyahia/mango-office-mcp"],
"env": { "MANGO_API_KEY": "your-key", "MANGO_API_SALT": "your-salt" }
}
}
}
claude mcp add mango-office -e MANGO_API_KEY=your-key -e MANGO_API_SALT=your-salt -- npx -y @theyahia/mango-office-mcp
{ "servers": { "mango-office": { "command": "npx", "args": ["-y", "@theyahia/mango-office-mcp"], "env": { "MANGO_API_KEY": "your-key", "MANGO_API_SALT": "your-salt" } } } }
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/.
| Инструмент | Описание | 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 |
| Инструмент | Описание |
|---|---|
skill_call_history | История звонков за сегодня — готовый отчёт |
skill_stats | Статистика звонков за сегодня — сводка |
Покажи звонки за последний час
Список пользователей Mango Office
Позвони с 101 на +79001234567
Статистика звонков за сегодня
Скачай запись разговора rec_123
Отправь SMS с 101 на +79001234567 "Перезвоните"
Mango Office — облачная телефония для бизнеса. Реферальная программа: до 25% пожизненно от платежей приведённых клиентов.
MIT