Connects Claude to the JivoSite live chat platform through its REST API. You get tools to pull chat lists with status filters, enumerate agents and contacts, search contacts by email or phone, send messages into active chats, and manage webhooks for event triggers like chat_accepted. The two included skills surface active chats and agent online/offline stats without you needing to call the raw endpoints. Needs a JIVOSITE_TOKEN from your account's API settings. Useful when you're building support automation, want to route or summarize conversations programmatically, or need to sync JivoSite activity into other systems. Part of a larger Russian API MCP collection.
MCP-сервер для JivoSite API — чаты, агенты, контакты, сообщения, вебхуки. 10 инструментов + 2 скилла.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"jivosite": {
"command": "npx",
"args": ["-y", "@theyahia/jivosite-mcp"],
"env": { "JIVOSITE_TOKEN": "your-token" }
}
}
}
claude mcp add jivosite -e JIVOSITE_TOKEN=your-token -- npx -y @theyahia/jivosite-mcp
{
"servers": {
"jivosite": {
"command": "npx",
"args": ["-y", "@theyahia/jivosite-mcp"],
"env": { "JIVOSITE_TOKEN": "your-token" }
}
}
}
npx @smithery/cli install @theyahia/jivosite-mcp
Требуется
JIVOSITE_TOKEN. Получите в панели JivoSite -> Управление -> API.
npx -y @theyahia/jivosite-mcp
npx -y @theyahia/jivosite-mcp --http --port=3000
http://localhost:3000/mcphttp://localhost:3000/health| Инструмент | Описание |
|---|---|
get_chats | Список чатов (фильтр по статусу) |
get_agents | Список агентов (операторов) |
get_contacts | Список контактов (поиск по имени/email/телефону) |
create_contact | Создать контакт |
get_messages | Сообщения из чата по chat_id |
send_message | Отправить сообщение в чат |
get_webhooks | Список вебхуков |
create_webhook | Создать вебхук |
delete_webhook | Удалить вебхук |
| Скилл | Описание |
|---|---|
skill_active_chats | Активные чаты сейчас |
skill_agent_stats | Статистика операторов (онлайн/оффлайн) |
Покажи последние чаты
Список агентов JivoSite
Найди контакт по email
Покажи сообщения из чата chat-123
Какие чаты сейчас активны?
Сколько операторов онлайн?
Создай вебхук для chat_accepted
JivoSite предлагает партнёрскую программу с пожизненной комиссией 25-35% от оплат привлечённых клиентов.
Подключите JivoSite и зарабатывайте на каждом клиенте.
MIT
JIVOSITE_TOKEN*secretAPI key for the service