← Back to Plugins
MCP Server MCP

io.github.heocoi/mailsink

github By github 👁 1 views ▲ 0 votes

Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.

Homepage Verified source GitHub

Install

npx -y @mailsink/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mailsink/mcp",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your MailSink API key. Get it at https://mailsink.dev/auth/github",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MAILSINK_API_KEY"
        },
        {
          "description": "Optional API base URL override (defaults to https://api.mailsink.dev)",
          "format": "string",
          "name": "MAILSINK_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...