strato-mail-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment | production |
| IMAP_HOST | No | IMAP server hostname | imap.strato.com |
| IMAP_PORT | No | IMAP server port | 993 |
| IMAP_USER | Yes | Your Strato email address | |
| SMTP_HOST | No | SMTP server hostname | smtp.strato.com |
| SMTP_PORT | No | SMTP server port | 465 |
| IMAP_PASSWORD | Yes | Your Strato email password | |
| ATTACHMENT_DIR | No | Directory for storing attachments | /app/attachments |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_foldersA | List all mail folders (INBOX, Sent, Drafts, etc.) |
| search_emailsB | Search emails. IMAP syntax: ALL, UNSEEN, SEEN, FLAGGED, DRAFT, FROM "user@example.com", SUBJECT "word", BODY "word", SINCE 15-Mar-2024, BEFORE 20-Mar-2024 |
| read_emailA | Read full email content by UID |
| get_recentB | Get recent emails from specified folder |
| send_emailB | Send email via SMTP |
| save_draftB | Save email as draft (IMAP DRAFT folder) |
| mark_readB | Mark email(s) as read |
| mark_unreadB | Mark email(s) as unread |
| mark_flaggedC | Star/flag email(s) |
| unmark_flaggedB | Remove star/flag from email(s) |
| move_emailC | Move email(s) to folder |
| delete_emailC | Delete email(s) |
| switch_folderC | Switch to different folder |
| get_attachmentB | Get attachment file path |
| get_mailbox_statusB | Get current folder statistics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ragazzoforte/strato-mail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server