mcpbeat Sign in

MinuteMail MCP Server

by minutemailco Your server? Claim it
answering

MinuteMail is answering right now. Last checked 4 min ago. It exposes 40 tools. Last commit 25 Aug 2026.

Ephemeral mailboxes and a mock OAuth IdP for testing email and auth flows — 39 API-driven tools

Uptime history 9 days of history
9 days agonow
100.0%
Uptime 24h
91 of 91 checks
40
Tools
read from the server
462 ms
Response time
average over 24h
0
Stars
last commit 25 Aug 2026

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.minutemail.co/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.minutemail.co/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.minutemail.co/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.minutemail.co/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.minutemail.co/mcp"
    }
  }
}

Available tools 40

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

team
team.invitations.create
Create a team invitation for an email address (SMTP invite is sent by the team service).
team.invitations.delete
Revoke a team invitation.
team.invitations.list
List the tenant's team invitations.
team.members.add
Add a team member directly (no invitation flow).
team.members.delete
Remove a team member.
team.members.get
Fetch a single team member by ID.
team.members.list
List the tenant's team members.
attachments
attachments.add
Attach a file to a test-injected email (base64 payload).
attachments.delete
Delete a single attachment.
attachments.delete_bulk
Delete several attachments of one email at once.
attachments.get
Download an attachment. The file contents are returned base64-encoded in the JSON "data" field.
attachments.list
List the attachments of an email (metadata only).
identities
identities.create
Create a mock identity bound to a mailbox for OAuth flow testing.
identities.delete
Delete a mock identity.
identities.get
Fetch a single mock identity by ID.
identities.list
List the tenant's mock identities, optionally filtered by OAuth client or mailbox address.
identities.update
Update a mock identity: profile fields, isActive (activate/deactivate), emailVerified, and custom claims merged into the ID token and userinfo.
mailboxes
mailboxes.create
Create a new temporary mailbox. The domain defaults to the tenant's default domain; the owner is always the API key's owner.
mailboxes.delete
Delete a mailbox and its contents by ID.
mailboxes.delete_bulk
Delete several mailboxes at once by ID.
mailboxes.get
Fetch a single mailbox by ID.
mailboxes.list
List the tenant's active mailboxes (owner is derived from the API key). Optionally look up a single mailbox by exact address.
mails
mails.delete
Delete a single email.
mails.delete_bulk
Delete several emails of one mailbox at once.
mails.get
Fetch a single email by ID, including body and attachment metadata.
mails.inject
Inject a simulated inbound email into a mailbox (multipart upload). No external mail is sent; use this to simulate inbound mail for flow testing.
mails.list
List the emails in a mailbox, newest first.
oauth
oauth.clients.create
Register an OAuth client for mock identity flows. The plaintext clientSecret is returned once at creation.
oauth.clients.delete
Delete an OAuth client by its public client ID.
oauth.clients.get
Fetch a single OAuth client by its public client ID.
oauth.clients.list
List the tenant's OAuth clients for mock identity testing.
oauth.clients.rotate_secret
Rotate an OAuth client's secret. The new plaintext secret is returned once.
archived
archived.delete
Permanently delete an archived mailbox.
archived.get
Fetch a single archived mailbox by ID.
archived.list
List the tenant's archived (expired but recoverable) mailboxes.
archived.reactivate
Reactivate an archived mailbox back to active state.
domains
domains.delete
Delete a registered custom domain.
domains.list
List the tenant's custom domains with their DNS verification status.
domains.register
Register a new custom domain. DNS records (TXT token + MX) must then be added before verification can succeed.
domains.verify
Trigger DNS verification (TXT + MX) of a registered domain.

Tools removed

These were exposed before and are gone now. No other catalogue tracks this.

mm_add_attachment
removed 24 Aug 2026
mm_add_member
removed 24 Aug 2026
mm_bulk_delete_attachments
removed 24 Aug 2026
mm_bulk_delete_mailboxes
removed 24 Aug 2026
mm_bulk_delete_mails
removed 24 Aug 2026
mm_create_identity
removed 24 Aug 2026
mm_create_invitation
removed 24 Aug 2026
mm_create_mailbox
removed 24 Aug 2026
mm_create_oauth_client
removed 24 Aug 2026
mm_delete_archived_mailbox
removed 24 Aug 2026
mm_delete_attachment
removed 24 Aug 2026
mm_delete_domain
removed 24 Aug 2026
mm_delete_identity
removed 24 Aug 2026
mm_delete_invitation
removed 24 Aug 2026
mm_delete_mail
removed 24 Aug 2026
mm_delete_mailbox
removed 24 Aug 2026
mm_delete_member
removed 24 Aug 2026
mm_delete_oauth_client
removed 24 Aug 2026
mm_get_archived_mailbox
removed 24 Aug 2026
mm_get_attachment
removed 24 Aug 2026
mm_get_identity
removed 24 Aug 2026
mm_get_mail
removed 24 Aug 2026
mm_get_mailbox
removed 24 Aug 2026
mm_get_member
removed 24 Aug 2026
mm_get_oauth_client
removed 24 Aug 2026
mm_inject_test_mail
removed 24 Aug 2026
mm_list_archived_mailboxes
removed 24 Aug 2026
mm_list_attachments
removed 24 Aug 2026
mm_list_domains
removed 24 Aug 2026
mm_list_identities
removed 24 Aug 2026
mm_list_invitations
removed 24 Aug 2026
mm_list_mailboxes
removed 24 Aug 2026
mm_list_mails
removed 24 Aug 2026
mm_list_members
removed 24 Aug 2026
mm_list_oauth_clients
removed 24 Aug 2026
mm_reactivate_archived_mailbox
removed 24 Aug 2026
mm_register_domain
removed 24 Aug 2026
mm_rotate_client_secret
removed 24 Aug 2026
mm_verify_domain
removed 24 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.minutemail.co/mcp streamable-http answering 464 ms 4 min ago

Alternatives to MinuteMail

same job, measured the same way
fixture.email — Email Testing for Agents
by fixture

Disposable test mailboxes on a real domain: send, receive and assert on real email.

answering
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering
API Testing MCP
by cocaxcode

MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.

162 installs/wk local only
MailFixture
by mailfixture

Test-inbox API for email and SMS: create inboxes, long-poll messages, extract OTPs and links.

answering
XCRS Mobile & TV Automation
by smbcloudxyz

MCP tools for testing mobile and TV apps on iOS simulators, Android phones, and Apple/Android TV.

local only
iPhone Mirror
by nickatnight96

Drive a real iPhone via macOS iPhone Mirroring; Xcode build/test automation for sims and devices.

local only
S
marginal
by marginal

Email A/B tests for AI agents: subject lines, managed sends, open/click tracking, and results.

answering
Agent Identity MCP
by flovoice53-tech

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

44 installs/wk local only

MinuteMail — questions

Answers built from our own checks of this server.

What can MinuteMail do?
It exposes 40 tools, read directly from the server on our last check. Among them: archived.delete, archived.get, archived.list, archived.reactivate, attachments.add, attachments.delete and 34 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is MinuteMail mostly used for?
Its tools cluster around team, attachments and mailboxes. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is MinuteMail working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 462 ms. The bar chart above shows every period we have measured.
Did MinuteMail ever remove tools?
Yes. mm_add_attachment, mm_add_member, mm_bulk_delete_attachments, mm_bulk_delete_mailboxes and 35 more are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect MinuteMail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does MinuteMail need an API key?
No. MinuteMail completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 40 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is MinuteMail?
It answers our handshake in 462 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is MinuteMail open source?
Yes — it is published under the MIT licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.