UnCorreoTemporal
Generate temporary email addresses to protect your primary inbox from spam when signing up for new services.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Create Signup Inbox: Creates a labeled temporary inbox for a given service. Returns an email address and inbox_id ready to use.
- Wait For Verification Email: Polls the inbox until a verification email arrives or the timeout is reached. Returns the email content when found.
- Get Latest Email: Reads the latest email received in the inbox, including full body (text and HTML).
What data it sees
Do you need an account
No: the server works without sign-in
Generate temporary email addresses to protect your primary inbox from spam when signing up for new services. Automate the retrieval of verification emails, extraction of OTP codes, and identification of activation links. Streamline account registration workflows with disposable mailboxes that process incoming messages instantly.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| create_signup_inbox | Creates a labeled temporary inbox for a given service. Returns an email address and inbox_id ready to use. |
| wait_for_verification_email | Polls the inbox until a verification email arrives or the timeout is reached. Returns the email content when found. |
| get_latest_email | Reads the latest email received in the inbox, including full body (text and HTML). |
| extract_otp_code | Extracts an OTP code (4-8 digits) from an email message. Can receive the message text directly or look up a message by inbox_id + message_id. |
| extract_verification_link | Extracts a verification link from an email message. Supports filtering by preferred domains when the email contains multiple links. |