MCP Server
MCP
io.github.heocoi/mailsink
Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.
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
By
Comments
Sign in to leave a comment