Skip to main content
Glama

Server Details

Disposable email inboxes for AI agents. Auto-deletes after 24 hours.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
check_inboxInspect

Check for messages in a disposable inbox. Returns a list of message summaries including sender, subject, and preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesThe inbox email address (e.g. abc123@myagentinbox.com)
create_inboxInspect

Create a disposable email inbox that expires in 24 hours. Returns the generated email address, creation time, and expiry.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

download_attachmentInspect

Download an email attachment. Returns images as base64, text files inline, and binary files as download URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesThe inbox email address (e.g. abc123@myagentinbox.com)
filenameYesThe attachment filename from read_message results
message_idYesThe message ID from check_inbox results
read_messageInspect

Read the full content of a specific email message including sender, recipients, subject, body text, and attachment info.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesThe inbox email address (e.g. abc123@myagentinbox.com)
message_idYesThe message ID from check_inbox results

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.