Fastmail MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMAIL_API_TOKEN | Yes | Fastmail API token | |
| FASTMAIL_ACCOUNT_ID | No | Account ID; auto-detected when omitted | |
| FASTMAIL_FOOTER_HTML | No | Optional HTML footer added to sent mail | |
| FASTMAIL_SIGNATURE_NAME | No | Name shown in the optional signature | |
| FASTMAIL_DRAFT_BY_DEFAULT | No | Set to false to send right away instead of saving drafts |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fastmail_get_accountB | Get Fastmail account information and session details. |
| fastmail_list_emailsA | List emails from your inbox or other folders. Supports filtering by folder, read status, and search. |
| fastmail_get_emailA | Get detailed information about a specific email by its ID. |
| fastmail_send_emailA | Compose and send (or save as draft) an email from the account's own Fastmail identity. IMPORTANT — DEFAULT TO DRAFT: unless the context clearly implies the email should go out immediately (explicit instruction, routine automated alert, or an established-contact follow-up), save it as a draft so a human can review before it sends. Omit saveDraft to use the configured default (draft-first unless FASTMAIL_DRAFT_BY_DEFAULT=false). Send as the account owner. Never add AI/agent signatures or self-identification; any machine-authorship marker is configured server-side via FASTMAIL_FOOTER_HTML. |
| fastmail_list_masked_emailsB | List all masked email addresses (privacy-focused aliases). |
| fastmail_create_masked_emailB | Create a new masked email address for privacy protection. |
| fastmail_update_masked_emailA | Update a masked email (enable, disable, or change description). |
| fastmail_delete_masked_emailB | Delete a masked email address. |
| fastmail_mark_email_readA | Mark an email as read or unread. |
| fastmail_mark_email_flaggedA | Flag or unflag an email (star). |
| fastmail_list_foldersA | List all email folders. |
| fastmail_get_unread_countA | Get unread email count for inbox or a specific folder. |
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/mattmaas/fastmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server