← Back to Plugins
MCP Server MCP

UnCorreoTemporal

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx uncorreotemporal-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "uncorreotemporal-mcp",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your UnCorreoTemporal API key (get one at https://uncorreotemporal.com). Format: uct_...",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UCT_API_KEY"
        },
        {
          "description": "API base URL. Defaults to https://uncorreotemporal.com",
          "format": "string",
          "name": "UCT_API_BASE"
        },
        {
          "description": "Transport mode: stdio (default), streamable-http, or sse",
          "format": "string",
          "name": "UCT_MCP_TRANSPORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...