Server data from the Official MCP Registry
Disposable email inboxes for AI agents: create, wait for mail, extract verification codes
About
Disposable email inboxes for AI agents: create, wait for mail, extract verification codes
Security Report
Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue 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: BTM_API_KEY
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mbilalawan926-sys-best-tempmail-mcp": {
"env": {
"BTM_API_KEY": "your-btm-api-key-here"
},
"args": [
"-y",
"best-tempmail-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
best-tempmail-mcp
MCP server for Best Temp Mail. Gives an AI assistant its own disposable email inboxes, so it can sign up for things, wait for the mail, and read the verification code back to you.
"Create a temp email, sign me up for that newsletter, and tell me the confirmation code."
Install
Add this to your MCP host's configuration. No installation step: npx fetches it on first run.
Claude Desktop (claude\_desktop\_config.json):
{
"mcpServers": {
"best-tempmail": {
"command": "npx",
"args": \["-y", "best-tempmail-mcp"]
}
}
}
With an API key, for higher limits and verification code extraction:
{
"mcpServers": {
"best-tempmail": {
"command": "npx",
"args": \["-y", "best-tempmail-mcp"],
"env": { "BTM\_API\_KEY": "btm\_sk\_live\_..." }
}
}
}
The same shape works in Cursor, VS Code, Claude Code, and other MCP hosts.
Restart the host after editing the config.
Tools
| Tool | What it does |
|---|---|
create\_inbox | Create a disposable address |
wait\_for\_email | Wait up to 55s for mail to arrive |
get\_verification\_code | Pull the OTP out of a message (paid key) |
list\_messages | See what has already arrived |
read\_message | Read the full body and attachment list |
list\_domains | Available domains |
delete\_inbox | Delete an inbox and its contents |
Without an API key
Everything works except get\_verification\_code, on the free tier: 150 requests per hour and 3 inboxes per day. That is enough to try it properly.
A paid key raises the limit to 2,000 requests per hour, unlocks code extraction, and allows commercial use. See pricing.
What it looks like in use
**You:** Make me a temp email and sign up for the newsletter at example.com
The assistant calls
create\_inbox, getsabc1234@dextde.site, fills in the form, then callswait\_for\_email.**Assistant:** Signed up with abc1234@dextde.site. The confirmation email arrived; your code is 889231.
Configuration
| Variable | Purpose |
|---|---|
BTM\_API\_KEY | Optional. Paid plan key. |
BTM\_BASE\_URL | Optional. Override the API base, for testing. |
Notes
Inboxes expire on their own: 2 hours on the free and Developer plans, 24 hours on Pro. They are receive-only, so nothing can be sent from them.
If a verification code cannot be identified with confidence, the tool says so rather than guessing. A wrong code is worse than none, and the assistant can fall back to read\_message to look at the body itself.
Links
License
MIT
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
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
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.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
