Earth Class Mail MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EARTHCLASSMAIL_API_KEY | Yes | Your Earth Class Mail API key. Get it from Settings → Integrations → Generate Key. |
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 |
|---|---|
| ecm_get_userA | Get the current Earth Class Mail user profile information |
| ecm_list_inboxesA | List all mailbox inboxes in your Earth Class Mail account with piece counts |
| ecm_get_inboxA | Get details for a specific inbox including account info and piece counts |
| ecm_list_piecesA | List mail pieces in an inbox. Returns a summary of each piece (use ecm_get_piece for full details including media URLs). |
| ecm_get_pieceB | Get detailed information about a specific mail piece including scanned content URLs |
| ecm_list_recipientsA | List all recipients (names on your mailbox) for an inbox |
| ecm_perform_actionA | Perform an action on a mail piece. Working actions: scan, shred, ship, archive. Note: move-to-inbox and some other actions may not be available via API. |
| ecm_get_piece_contentA | Get scanned content (PDF or images) from a mail piece. Returns the scanned PDF document and/or envelope images. |
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 8 tools
Most tools target clearly distinct entities and operations, but ecm_get_piece and ecm_get_piece_content both involve scanned content and could be confused. The descriptions help separate metadata/URLs from actual PDF/image retrieval, but the boundary is slightly fuzzy.
All tools share the ecm_ prefix and follow a consistent verb_noun snake_case pattern such as list_inboxes, get_piece, and perform_action. The naming is predictable and easy to navigate.
Eight tools is well-scoped for the domain, covering user info, inboxes, pieces, recipients, content retrieval, and actions with no bloat. Each tool earns its place in the set.
The core mail piece workflow is fully covered: list inboxes and pieces, retrieve detailed piece information and scanned content, list recipients, and perform actions like scan, shred, ship, and archive. There are no obvious dead ends or missing operations within the stated domain.