MCP · Model Context Protocol
bam4u for AI agents
Plug disposable mailboxes straight into Claude, Cursor, VS Code & co. — via the open MCP standard. Ideal for email verification in automated flows.
What for
Email verification
Test sign-up and double opt-in flows automatically — the agent creates a mailbox and reads the code.
QA & automation
Disposable mailboxes on demand in CI/tests, no manual setup.
Privacy by default
Temporary, no real email address — data disappears automatically.
MCP endpoint
https://mcp.bam4u.com/mcpUse via MCP clients (Claude, Cursor, VS Code, Codex …). API key required (header Authorization: Bearer …).
Tools
create_mailbox
Creates a temporary email address (optional local part/domain).
get_messages
Lists incoming messages of a mailbox.
get_message
Reads a single message in full (subject, sender, body).
delete_message
Deletes a message from the mailbox.
Quick start — Claude Code
claude mcp add --transport http bam4u https://mcp.bam4u.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Then claude mcp list to verify.
Cursor / VS Code
{
"mcpServers": {
"bam4u": {
"url": "https://mcp.bam4u.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}In .cursor/mcp.json or .vscode/mcp.json.
Questions
Do I need an API key?
Yes, the bam4u MCP requires a key. We currently issue keys on request (beta).
What does it cost?
Free during the beta. Later part of the API/Premium plans.
Which clients are supported?
All MCP clients: Claude Desktop/Code, Cursor, VS Code/Copilot, OpenAI Codex and custom MCP clients.