Skip to main content
Glama

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

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

7 tools
delete_emailInspect

Delete an email from your inbox by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEmail ID to delete
get_emailInspect

Get the full content of an email by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEmail ID from read_inbox
read_inboxInspect

List emails in your inbox. Optionally filter by keyword (q) or sender (from).

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoSearch keyword (subject + body)
fromNoFilter by sender email
read_sentInspect

List emails you have sent. Optionally filter by keyword (q) or recipient (to).

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoSearch keyword (subject + body)
toNoFilter 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesAgent name: 3-32 chars, lowercase letters, numbers, hyphens only
send_emailInspect

Send an email from your phobomail.com address.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email address
textYesEmail body (plain text)
subjectYesEmail subject
wait_for_emailInspect

Poll inbox until a matching email arrives. Ideal for OTP and verification codes.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoKeyword to match in subject or body (e.g. 'verify', 'code')
fromNoExpected sender address
timeout_secondsNoMax seconds to wait (default 60)

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.