Server data from the Official MCP Registry
Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.
About
Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.
Security Report
This MCP server is well-structured with proper authentication, clear input validation via Zod schemas, and appropriate error handling. The server requires API key authentication and maintains a narrow, focused permission scope aligned with its temporary email inbox purpose. Minor logging concerns around sensitive data handling prevent a higher score, but no critical vulnerabilities were identified. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: MAILSINK_API_KEY
Environment variable: MAILSINK_API_URL
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-heocoi-mailsink": {
"env": {
"MAILSINK_API_KEY": "your-mailsink-api-key-here",
"MAILSINK_API_URL": "your-mailsink-api-url-here"
},
"args": [
"-y",
"@mailsink/mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
@mailsink/mcp
Model Context Protocol server for MailSink — programmatic temporary email inboxes for AI agents and test automation.
Gives your agent eight typed tools for provisioning disposable addresses, waiting on signup emails, extracting OTP codes and magic links, and cleaning up after itself. Works in Claude Code, Claude Desktop, Cursor, Windsurf, and any other MCP-aware client.
Install
npm install -g @mailsink/mcp
Or run via npx without installing:
npx @mailsink/mcp
Get an API key
-
Sign in at https://mailsink.dev/app with GitHub.
-
Copy the key from the one-time reveal. Store it in your password manager or
.env. -
Export it so the MCP server can read it:
export MAILSINK_API_KEY="msk_..."
Free tier is 50 inboxes/month and includes MCP. Pro ($15/mo) and Team ($49/mo) lift the inbox cap, raise email size limits, extend TTL, and bump request rates. See pricing.
Configure your client
Claude Code
claude mcp add mailsink -- npx -y @mailsink/mcp
Claude Desktop / Cursor / Windsurf
Add to the mcpServers section of the client's config file:
{
"mcpServers": {
"mailsink": {
"command": "npx",
"args": ["-y", "@mailsink/mcp"],
"env": {
"MAILSINK_API_KEY": "msk_..."
}
}
}
}
Restart the client. You should see the mailsink server listed with its
eight tools.
Tools
| Tool | Purpose |
|---|---|
create_inbox | Provision a throwaway address. Returns email, id, expires_at. |
list_inboxes | List active inboxes on the account. |
wait_for_email | Block up to timeout seconds (max 120) for any email to arrive. |
get_verification_code | Extract the most recent OTP from the inbox (polls until found or timeout). |
get_verification_link | Extract the most recent magic link. |
list_messages | Summaries of all messages in an inbox. |
get_message | Full content of a specific message by ID. |
delete_inbox | Burn an inbox immediately. |
Example agent flow
> Sign me up for Figma, capture the verification code, confirm, and
> tell me the plan once you're in.
[agent invokes]
create_inbox() → agent@codenotify.net
[agent fills the Figma signup form with that address]
wait_for_email(inbox_id) → blocks 30s…
→ returns email + OTP
[agent types the OTP into the Figma form]
delete_inbox(inbox_id) → cleanup
No webhook plumbing. No IMAP credentials. No parsing MIME.
Environment variables
MAILSINK_API_KEY(required) — your account's API key.MAILSINK_API_URL(optional, defaulthttps://api.mailsink.dev) — override for self-hosted or dev API.
Source
https://github.com/heocoi/mailsink/tree/main/mcp
License
MIT — see LICENSE.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
