AOL Mail MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AOL_EMAIL | Yes | Your AOL email address | |
| AOL_APP_PASSWORD | Yes | AOL app password generated from myaccount.aol.com |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_inboxB | List recent emails from any IMAP folder. |
| read_folderA | List recent emails from a named IMAP folder. |
| read_emailB | Get the full content of a single email by its IMAP message ID. |
| search_emailsB | Search any IMAP folder for emails matching a keyword. |
| send_emailB | Compose and send a new email via AOL SMTP. |
| reply_emailB | Reply to an existing email by its IMAP message ID. |
| delete_emailA | Move an email to the Trash folder by its IMAP message ID. |
| delete_all_in_folderB | Delete all emails in a folder by moving them to Trash. |
| move_emailB | Move an email to any named IMAP folder. |
| move_all_emailsB | Move all emails from one folder to another. |
| list_foldersA | List all IMAP folders available in the AOL mailbox. Returns: Bullet list of every folder name in the account. |
| mark_readB | Mark one or more emails as read. |
| get_attachmentsA | List all attachments in an email by its IMAP message 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 13 tools
Each tool targets a distinct email operation (send, read, search, move, delete, mark read, list folders, get attachments, reply) with no functional overlap. An agent can clearly differentiate between them.
All tool names follow a consistent verb_noun or verb_preposition_noun pattern (e.g., delete_email, list_folders, move_all_emails, search_emails). No mixing of styles, making the set highly predictable.
Thirteen tools is well-scoped for an email client, covering all major operations without being bloated. Each tool serves a clear and necessary purpose.
The tool set covers essential email CRUD (send, read, move, delete, mark read, search), but lacks folder creation/renaming/deletion and permanent deletion (only moves to Trash). These minor gaps do not severely hinder basic workflows.