MCP server for Samotpravil SMTP API — documentation search, typed API tools, and safety flags.
If you already use Samotpravil MCP, the samotpravil mcp mcp server is the piece that lets your assistant work with it directly. MCP server for Samotpravil SMTP API — documentation search, typed API tools, and safety flags.
MCP-сервер вокруг документации API СамОтправил и HTTP API api.samotpravil.ru.
The server ships on npm as samotpravil-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_overview — Авторизация, SMTP, лимиты, категорииlist_endpoints — Список всех методов APIsearch_docs — Поиск по документацииget_endpoint — Подробности по методуsend_email — POST /api/v1/smtp_sendsend_mail_v2 — POST /api/v2/mail/sendget_delivery_status — GET /api/v2/issue/status (message_id или x_track_id)get_package_status — GET /api/v2/package/statussearch_stop_list — Поиск email в стоп-листахvalidate_email — POST /api/v2/emails/validate/list_allowed_domains — GET /api/v2/blist/domainsapi_request — Generic escape hatchConfiguration is passed through the environment: SAMOTPRAVIL_API_KEY, SAMOTPRAVIL_READ_ONLY, SAMOTPRAVIL_ALLOW_SEND, POSTMAN_API_KEY, SAMOTPRAVIL_HTTP_HOST, SAMOTPRAVIL_HTTP_AUTH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Samotpravil MCP's toolset — get_overview, list_endpoints, search_docs and 11 more — is a fair guide to whether it matches your workflow. It is maintained by dkanster; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Samotpravil MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_overview | Авторизация, SMTP, лимиты, категории |
| list_endpoints | Список всех методов API |
| search_docs | Поиск по документации |
| get_endpoint | Подробности по методу |
| send_email | POST /api/v1/smtp_send |
| send_mail_v2 | POST /api/v2/mail/send |
| get_delivery_status | GET /api/v2/issue/status (message_id или x_track_id) |
| get_package_status | GET /api/v2/package/status |
| search_stop_list | Поиск email в стоп-листах |
| validate_email | POST /api/v2/emails/validate/ |
| list_allowed_domains | GET /api/v2/blist/domains |
| api_request | Generic escape hatch |
| postman_get_collection | Коллекция из Postman API |
| postman_sync_snapshot | Postman API → data/collection.snapshot.json |
**Cursor** — `.cursor/mcp.json`:
```json
{
"mcpServers": {
"samotpravil": {
"command": "npx",
"args": ["-y", "samotpravil-mcp@latest"],
"env": {
"SAMOTPRAVIL_API_KEY": "your_api_key_here",
"SAMOTPRAVIL_READ_ONLY": "1",
"SAMOTPRAVIL_ALLOW_SEND": "0"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SAMOTPRAVIL_API_KEY | Credential the server authenticates with. | Yes |
| SAMOTPRAVIL_READ_ONLY | Configuration value read at startup. | Optional |
| SAMOTPRAVIL_ALLOW_SEND | Configuration value read at startup. | Optional |
| POSTMAN_API_KEY | Credential the server authenticates with. | Yes |
| SAMOTPRAVIL_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
| SAMOTPRAVIL_HTTP_AUTH_TOKEN | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.