@theyahia/jivosite-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIVOSITE_TOKEN | Yes | Your JivoSite API token. Get it from JivoSite panel -> Manage -> API. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_chatsA | Получить список чатов JivoSite. Фильтр по статусу: active, closed, assigned. |
| get_agentsA | Получить список агентов (операторов) JivoSite. |
| get_contactsA | Получить список контактов JivoSite. Поиск по имени, email, телефону. |
| create_contactB | Создать новый контакт в JivoSite. |
| get_messagesB | Получить сообщения из чата JivoSite по chat_id. |
| send_messageA | Отправить сообщение в чат JivoSite. |
| get_webhooksA | Получить список вебхуков JivoSite. |
| create_webhookB | Создать вебхук JivoSite для получения событий. |
| delete_webhookB | Удалить вебхук JivoSite. |
| skill_active_chatsB | Активные чаты сейчас — сводка по текущим активным чатам с операторами. |
| skill_agent_statsB | Статистика операторов — кто онлайн, кто оффлайн, общая сводка. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Most tools target distinct resources (chats, agents, contacts, webhooks), but get_chats and skill_active_chats overlap in purpose (both deal with active chats), and get_agents and skill_agent_stats have overlapping focus on agents. The 'skill_' tools appear to provide summaries that could be confused with the base getter tools, though descriptions help differentiate them.
The majority of tools follow a consistent verb_noun pattern (get_chats, create_contact, send_message, etc.). However, two tools have a 'skill_' prefix (skill_active_chats, skill_agent_stats), which deviates from the established pattern and introduces a mixed convention.
With 11 tools, the set is well-scoped for a JivoSite integration. Each tool serves a clear purpose in managing chats, contacts, agents, and webhooks, fitting comfortably within the typical 3-15 range without feeling sparse or bloated.
The surface covers core operations: listing and messaging chats, managing contacts (get/create but no update/delete), retrieving agents, and CRUD for webhooks (get/create/delete but no update). Minor gaps exist (e.g., no chat close/assign, no contact update) but agents can likely work around them for common workflows.