Skip to content

Add UnCorreoTemporal — temporary email MCP server for AI agents#3499

Open
francofuji wants to merge 1 commit intomodelcontextprotocol:mainfrom
francofuji:main
Open

Add UnCorreoTemporal — temporary email MCP server for AI agents#3499
francofuji wants to merge 1 commit intomodelcontextprotocol:mainfrom
francofuji:main

Conversation

@francofuji
Copy link

Summary

Adds UnCorreoTemporal to the Community Servers list (alphabetical order, under "U").

Server details

Tools (5)

  1. create_signup_inbox — Creates a labeled temporary inbox for a given service
  2. wait_for_verification_email — Auto-polls until a verification email arrives (no manual polling)
  3. get_latest_email — Reads latest email with full body (text + HTML)
  4. extract_otp_code — Extracts OTP code (4–8 digits) from a message
  5. extract_verification_link — Extracts verification link from a message

Use case

AI agents that need to register on web services autonomously: create a disposable inbox, receive the verification email, extract the OTP or confirmation link, and complete registration — zero human intervention.

Config (Claude Desktop)

{
  "mcpServers": {
    "uncorreotemporal": {
      "url": "https://uncorreotemporal.com/mcp",
      "headers": { "Authorization": "Bearer uct_your_api_key" }
    }
  }
}

Or via uvx: uvx uncorreotemporal-mcp (with UCT_API_KEY env var)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant