Mail Notification MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_HOST | No | The IMAP server host. Overrides imap.host in config.json. | |
| IMAP_PASS | No | The IMAP password. If not set, the SMTP password (MAIL_SMTP_PASSWORD or smtp.password) is reused. Overrides imap.password in config.json. | |
| IMAP_PORT | No | The IMAP server port. Overrides imap.port in config.json. Default is 993. | |
| IMAP_USER | No | The IMAP username. Overrides imap.username in config.json. | |
| NOTIFY_TO | No | The default recipient email for notifications. Overrides notification.to in config.json. | |
| IMAP_SECURE | No | Whether to use a secure SSL/TLS IMAP connection. Overrides imap.secure in config.json. Should be 'true' or 'false'. | |
| MAIL_SMTP_PASSWORD | No | The SMTP password or app-specific password. Used as the password for both SMTP and IMAP if IMAP_PASS is not set. Overrides the smtp.password in config.json. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_simple_emailB | Send a simple email. |
| send_custom_emailA | Send a custom email with full configuration options. |
| test_smtp_connectionB | Test SMTP connection. |
| test_imap_connectionA | Test IMAP connection and authentication without reading messages. |
| read_repliesA | Read recent reply emails from IMAP. |
| check_approval_statusB | Find an approval reply and classify it as approved, rejected, or pending. |
| wait_for_approvalB | Poll IMAP until an approval is approved, rejected, or times out. |
| send_progress_updateB | Send a standardized work-progress notification. |
| request_human_approvalB | Email a human approval request with a traceable approval ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| compose_email | Generate an email draft from intent, recipient name, and tone. Args: intent: What the email should communicate recipient_name: Name of the recipient tone: Desired tone (professional, casual, formal) |
| compose_reply | Generate a reply to an existing email. Args: original_email: The email being replied to intent: What the reply should communicate tone: Desired tone (professional, casual, formal) |
| compose_followup | Generate a follow-up email when no response has been received. Args: original_context: Context of the original message days_since: How long since the original was sent tone: Desired tone (professional, casual, formal) |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| config_status | Current SMTP configuration status (never exposes passwords). |
| providers | List of supported email providers with configuration details. |
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/Guascoign/Mail_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server