mcpbeat

Isitdisposable MCP Server

by richelo
local only

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

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

Installs / week
npm · isitdisposable-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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"
    }
  }
}

Alternatives to Isitdisposable MCP

same job, measured the same way
Whatsapp MCP
by meharajm

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

44 installs/wk local only
smails
by pexni

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

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

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

1 790 installs/wk answering
Zyntra - Temp e-mails MCP
by dd77ss

Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links.

answering
Dilli Email Validation API Server
by dillilabs-deva

An MCP server that provides tools to validate an email address using Dilli Email Validation API.

1 tools answering
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
Gmail
by mintmcp

A MCP server for Gmail that lets you search, read, and draft emails and replies.

answering
Outlook Email
by mintmcp

A MCP server for Outlook email that lets you search, read, and draft emails and replies.

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.
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.
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.