Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

MCP server for UnCorreoTemporal, focused on autonomous signup and email verification workflows.
Connect directly to the public endpoint β no local install needed:
The public endpoint is free to use for testing. For production workloads, set your own UCT_API_KEY via local install.
claude_desktop_config.json)Get your API key at uncorreotemporal.com.
Or run local project version:
create_signup_inboxwait_for_verification_emailget_latest_emailextract_otp_codeextract_verification_linkcomplete_signup_flowcomplete_signup_flowRuns:
Input:
Output:
status can be success, partial_success, or timeout.
create_signup_inbox(service_name, ttl_minutes?)Returns:
wait_for_verification_email(inbox_id, timeout_seconds?, poll_interval_seconds?, subject_contains?, from_contains?)Returns:
get_latest_email(inbox_id, mark_as_read?)Returns full message body and metadata.
extract_otp_code(message_text? | inbox_id+message_id, otp_length_min?, otp_length_max?)Returns:
extract_verification_link(message_text? | inbox_id+message_id, preferred_domains?)Returns:
Environment variables:
UCT_API_KEY (required)UCT_API_BASE (optional, default: https://uncorreotemporal.com)UCT_HTTP_TIMEOUT_SECONDS (optional, default: 20)UCT_MCP_TRANSPORT (optional, stdio by default; also supports streamable-http and sse)UCT_MCP_HOST (optional, default: 0.0.0.0)UCT_MCP_PORT (optional, default: 8000)UCT_MCP_PATH (optional, default: /mcp)Important: inbox_id == email address.
See /examples:
simple_workflow.pyopenai_agent_signup.pylangchain_agent_signup.pyagent_creates_account.pyRun dry-run:
Build:
Run stdio mode:
Run streamable-http mode:
Removed legacy low-level tools:
create_mailboxlist_mailboxesget_messagesread_messagedelete_mailboxMigration map:
create_mailbox -> create_signup_inboxget_messages + read_message -> wait_for_verification_email + get_latest_emailcomplete_signup_flowPrepared listing payloads are in /directory-listings for:
Deployment templates for https://uncorreotemporal.com/mcp are in /deploy.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/uncorreotemporal)<a href="https://allmcps.com/mcp/uncorreotemporal"><img src="https://allmcps.com/api/badge/uncorreotemporal?style=directory" alt="UnCorreoTemporal on AllMCPs" /></a>