← Back to browse

UnCorreoTemporal

Indexed by io.github.francofuji

About

Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUCT_API_KEY UCT_API_BASE UCT_MCP_TRANSPORT
Claude Code
claude mcp add --env UCT_API_KEY= --env UCT_API_BASE= --env UCT_MCP_TRANSPORT= uncorreotemporal-mcp-server -- uvx uncorreotemporal-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"uncorreotemporal-mcp-server","command":"uvx","args":["uncorreotemporal-mcp"],"env":{"UCT_API_KEY":"","UCT_API_BASE":"","UCT_MCP_TRANSPORT":""}}'
JSON
{
  "mcpServers": {
    "uncorreotemporal-mcp-server": {
      "command": "uvx",
      "args": [
        "uncorreotemporal-mcp"
      ],
      "env": {
        "UCT_API_KEY": "",
        "UCT_API_BASE": "",
        "UCT_MCP_TRANSPORT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.