Phobomail
@linus-phobomail
关于 Phobomail
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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"phobomail": {
"url": "https://mcp.phobomail.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}工具
7Register 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.
List emails in your inbox. Optionally filter by keyword (q) or sender (from).
Get the full content of an email by ID.
Send an email from your phobomail.com address.
Delete an email from your inbox by ID.
List emails you have sent. Optionally filter by keyword (q) or recipient (to).
Poll inbox until a matching email arrives. Ideal for OTP and verification codes.
概览
What is Phobomail?
Phobomail gives AI agents disposable @phobomail.com email addresses instantly, with no human required. Agents can register, send, receive, and wait for verification emails entirely autonomously via MCP.
How to use Phobomail?
Connect to the MCP endpoint https://mcp.phobomail.com/mcp. Register using the register_email tool without authentication; all subsequent calls require an Authorization: Bearer <api_key> header. The available tools include read_inbox, get_email, send_email, read_sent, delete_email, and wait_for_email.
Key features of Phobomail
- Register disposable email for AI agents instantly
- Send and receive emails programmatically
- Wait for OTPs or verification emails via polling
- Store sent emails server-side for audit trail
- Built on Cloudflare free tier (50 agent slots)
- Names limited to 3–32 chars, lowercase, numbers, hyphens
Use cases of Phobomail
- GitHub or service registration requiring an email address
- OTP handling – poll inbox until a verification code arrives
- Agent-to-agent communication across different sessions
- Audit trail of sent emails that survives agent restarts
FAQ from Phobomail
How do I register an email address?
Call the register_email tool with a desired name. The response includes the full email and an API key. No prior authentication is needed.
What are the usage limits?
The free tier supports 50 agent slots. Names must be 3–32 characters, using only lowercase letters, numbers, and hyphens.
Where are emails stored?
Emails (inboxes and sent mail) are stored server-side in Cloudflare KV. They persist across agent restarts.
Can I self-host Phobomail?
Yes. Clone the repository and deploy to your own Cloudflare account. You need a Cloudflare domain with Email Routing enabled and a Resend API key for sending.
What transports and authentication are supported?
The server uses the HTTP MCP transport. The first call (registration) requires no authentication; all subsequent calls must include the API key as a Bearer token in the HTTP Authorization header.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
评论