mcpbeat Sign in

Isitdisposable MCP Server

local only

Isitdisposable MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 18 installs a week from npm. Last commit 5 Aug 2026.

An MCP server that lets AI agents check whether an email address or domain is disposable.

Installs per day peak 272 · avg 10
a month agotoday
18
Installs / week
npm · isitdisposable-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Isitdisposable MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add isitdisposable-mcp -- npx -y isitdisposable-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "isitdisposable-mcp": {
      "args": [
        "-y",
        "isitdisposable-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.isitdisposable-mcp]
command = "npx"
args = ["-y", "isitdisposable-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "isitdisposable-mcp": {
      "args": [
        "-y",
        "isitdisposable-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "isitdisposable-mcp": {
      "args": [
        "-y",
        "isitdisposable-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ISITDISPOSABLE_API_KEY (The secret API key for isitdisposable.com, used to authenticate every check. Get a free key at https://isitdisposable.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Isitdisposable MCP

same job, measured the same way
Mailsink
by heocoi

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

31 installs/wk local only
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

64 installs/wk local only
Kawaa email verification
by kawaa

Check whether an email address can receive mail — one address or a list — without sending to it.

answering
smails
by pexni

Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP.

38 installs/wk local only
Shipmail MCP
by shipmail-to

Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

277 installs/wk answering
MailFlat
by mailflat

Real email inboxes for AI agents: open an address, read the one-time code, send mail.

366 installs/wk local only
C
Siglio MCP
by esigndev

MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.

111 installs/wk local only
fixture.email — Email Testing for Agents
by fixture

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

answering

Isitdisposable MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Isitdisposable MCP?
Isitdisposable MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package isitdisposable-mcp was installed 18 times last week.
How do I connect Isitdisposable MCP?
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 runs locally, so the command pulls isitdisposable-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Isitdisposable MCP?
The npm package isitdisposable-mcp was installed 18 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Isitdisposable MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.