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
Available Tools
4 toolscheck_inboxInspect
Check for messages in a disposable inbox. Returns a list of message summaries including sender, subject, and preview.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
download_attachmentInspect
Download an email attachment. Returns images as base64, text files inline, and binary files as download URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The inbox email address (e.g. abc123@myagentinbox.com) | |
| filename | Yes | The attachment filename from read_message results | |
| message_id | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The inbox email address (e.g. abc123@myagentinbox.com) | |
| message_id | Yes | The 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!