Skip to main content
Glama
usiegj00

Earth Class Mail MCP

by usiegj00

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EARTHCLASSMAIL_API_KEYYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 8 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues