This server wires Claude into UnCorreoTemporal's disposable email API, letting agents autonomously handle signup and verification flows. It exposes high-level tools like create_signup_inbox, wait_for_verification_email, and extract_otp_code, plus a complete_signup_flow orchestrator that handles the full create-wait-extract cycle. You can connect to a public endpoint with no local install, or run it via uvx with your own API key for production workloads. Designed for testing signup flows, scraping verified accounts, or any workflow where your agent needs to receive and parse verification emails without manual intervention. Supports stdio, SSE, and streamable-http transports.
claude mcp add --transport stdio francofuji-uncorreotemporal-mcp-server uvx uncorreotemporal-mcp-server