@automcp/mcp-yopmail-tools
v1.0.1
Published
MCP server for disposable YOPmail emails — generate temp addresses, read inboxes, wait for verification emails, extract OTP codes.
Maintainers
Readme
@automcp/mcp-yopmail-tools
MCP server for disposable YOPmail emails — generate temp addresses, read inboxes, wait for verification emails, and extract OTP codes.
Install
npx @automcp/mcp-yopmail-toolsRequirements
- Node.js >= 18
Tools
- generate_email — Generate a random disposable email
- generate_email_with_prefix — Create email with custom prefix
- get_inbox — List emails in an inbox
- read_message — Read a specific email by ID
- read_latest_email — Read the newest email
- wait_for_email — Poll until a new email arrives
- extract_from_email — Extract OTP codes or links via regex
Claude Desktop Config
{
"mcpServers": {
"yopmail-tools": {
"command": "npx",
"args": ["--yes", "@automcp/mcp-yopmail-tools@latest"]
}
}
}