A
licenseNot graded
qualityC
maintenanceEnables AI assistants to manage temporary email addresses via the mail.tm API, including creating disposable inboxes, reading messages, and managing accounts.
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clear, distinct purpose: generate_email creates addresses, check_inbox lists messages, get_message retrieves details. No overlapping functionality.
All tools follow a consistent verb_noun pattern (generate_email, check_inbox, get_message), making them predictable and easy to understand.
Three tools are appropriate for a temporary email service, covering the essential operations (create, list, read) without unnecessary bloat.
The set covers core create and read operations but lacks a delete or refresh tool, which could be useful but is not critical given auto-expiry.