@theyahia/unisender-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNISENDER_API_KEY | Yes | API key from UniSender. Get one from https://www.unisender.com/ru/support/api/common/api-key/ |
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_listsA | Списки рассылки UniSender: ID, название, количество подписчиков. |
| create_listB | Создать новый список рассылки. |
| get_contactsC | Контакты из списка рассылки: email, статус подписки. |
| subscribeB | Подписать контакт на список(и) рассылки. |
| create_emailC | Создать email-сообщение для рассылки: тема, тело, отправитель. |
| send_emailB | Отправить рассылку по созданному письму. |
| get_campaign_statusC | Статус кампании: отправлено, доставлено, открыто, клики. |
| get_campaign_delivery_statsC | Детальная статистика доставки кампании. |
| get_templatesB | Список шаблонов писем. |
| get_templateB | Получить конкретный шаблон по ID. |
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 10 tools
Each tool targets a distinct operation: creating emails, lists, subscribing contacts, sending campaigns, and retrieving statistics, templates, or contacts. No two tools have overlapping purposes.
All tool names follow a consistent verb_noun pattern in English (e.g., create_list, get_campaign_status, send_email), with no mixing of conventions or ambiguous verbs.
With 10 tools, the server covers the core functionalities of an email campaign system without being overly large or too minimal. Each tool serves a clear and necessary role.
The surface lacks essential update/delete operations for lists, emails, campaigns, and contacts (e.g., no unsubscribe or delete campaign). Also missing a tool to list campaigns, which limits workflow completion.