Skip to main content
Glama
emailalias

@emailalias/mcp

by emailalias

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EMAILALIAS_API_KEYYesYour EmailAlias API key. Required for Premium access.
EMAILALIAS_BASE_URLNoOverride base URL for staging/self-hosted.https://emailalias.io

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_aliasesA

List all email aliases on the authenticated EmailAlias account. Returns id, alias_email, destination_email, active, label, emails_forwarded, emails_blocked.

create_aliasA

Create a new email alias. 'random' generates a short code; 'custom' uses custom_code; 'tagged' prepends a random code to a user-provided tag. destination_email must be the user's primary email OR a verified forwarding destination. display_name is Premium-only and shown as the sender on outbound mail.

update_aliasA

Update an alias: toggle active (enable/disable) or rename its label. To change the sender display name, use update_alias_display_name (separate 24h-cooldown endpoint).

update_alias_display_nameA

Schedule a display-name change on an alias (Premium-only). Edits do NOT take effect immediately — the new value lands in display_name_pending and promotes 24h after the most recent edit. Editing again resets the clock. Capped at 3 edits per rolling 24h per alias. Pass display_name=null (or empty string) to clear; clearing follows the same cooldown. Brand-impersonation patterns (PayPal, Apple, banks, etc.) are rejected with 400.

delete_aliasA

Permanently delete an alias. This cannot be undone. Prefer update_alias with active=false if the user might want it back.

list_available_domainsA

List domains the user can create aliases on (system domains + their verified custom domains).

list_destinationsA

List the user's forwarding destinations (primary email plus verified extras). is_primary=true marks the account email.

add_destinationA

Add a new forwarding destination. Triggers a verification email to that address; the destination is unusable until the recipient clicks the link. Premium feature.

delete_destinationA

Remove a forwarding destination. Fails with 409 if any alias still forwards to it — reassign those aliases first.

send_emailB

Send an email from one of the user's aliases. The recipient sees only the alias address. Requires Premium and a verified, active alias.

get_dashboard_statsA

Account-wide counters: total aliases, active aliases, emails forwarded, emails blocked, exposure alerts.

list_email_logsA

Paginated email-forwarding log covering the last 90 days. Each item has sender, subject, direction, status, block_reason.

list_exposure_eventsA

Suspicious-sender alerts scored against the user's aliases. Use this to identify risky senders and decide which aliases to disable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/emailalias/emailalias-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server