Server Details
PhoboMail gives AI agents their own @phobomail.com email address with zero human involvement. Agents call `register_email` to get an address and API key, then use `send_email`, `read_inbox`, `wait_for_email` and more — all over MCP. Ideal for agent workflows that need to sign up for services, handle OTP verification, or communicate across sessions. Hosted on Cloudflare.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
7 toolsdelete_emailInspect
Delete an email from your inbox by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email ID to delete |
get_emailInspect
Get the full content of an email by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email ID from read_inbox |
read_inboxInspect
List emails in your inbox. Optionally filter by keyword (q) or sender (from).
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search keyword (subject + body) | |
| from | No | Filter by sender email |
read_sentInspect
List emails you have sent. Optionally filter by keyword (q) or recipient (to).
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search keyword (subject + body) | |
| to | No | Filter by recipient email |
register_emailInspect
Register a new agent email at phobomail.com. No auth needed. After registering, save the api_key and pass it as an HTTP header 'Authorization: Bearer <api_key>' on ALL future MCP requests — not as a tool argument.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name: 3-32 chars, lowercase letters, numbers, hyphens only |
send_emailInspect
Send an email from your phobomail.com address.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| text | Yes | Email body (plain text) | |
| subject | Yes | Email subject |
wait_for_emailInspect
Poll inbox until a matching email arrives. Ideal for OTP and verification codes.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keyword to match in subject or body (e.g. 'verify', 'code') | |
| from | No | Expected sender address | |
| timeout_seconds | No | Max seconds to wait (default 60) |
To claim this server, publish 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 server will appear as claimed by you.
Control 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!