Skip to main content
ClaudeWave
richelo avatar
richelo

isitdisposable-mcp

View on GitHub

MCP server for isitdisposable.com: let AI agents check whether an email address or domain is disposable

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated yesterday
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: NPX · isitdisposable-mcp
Claude Code CLI
claude mcp add isitdisposable-mcp -- npx -y isitdisposable-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "isitdisposable-mcp": {
      "command": "npx",
      "args": ["-y", "isitdisposable-mcp"],
      "env": {
        "ISITDISPOSABLE_API_KEY": "<isitdisposable_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
ISITDISPOSABLE_API_KEY
Use cases

MCP Servers overview

# isitdisposable-mcp

A Model Context Protocol (MCP) server that lets an AI agent check whether an email address or domain is disposable, using the isitdisposable.com application programming interface (API).

## Installation

The server is published to the npm registry and is normally run with `npx`, so there is nothing to install by hand; the examples below show how to wire it into a Model Context Protocol (MCP) host.

### Claude Desktop

Add this to your Claude Desktop configuration:

```json
{
  "mcpServers": {
    "isitdisposable": {
      "command": "npx",
      "args": ["-y", "isitdisposable-mcp"],
      "env": { "ISITDISPOSABLE_API_KEY": "your_secret_key" }
    }
  }
}
```

### Claude Code

```
claude mcp add isitdisposable --env ISITDISPOSABLE_API_KEY=your_secret_key -- npx -y isitdisposable-mcp
```

## Getting an API key

An isitdisposable.com key is required. Get a free key at https://isitdisposable.com (a free tier is available), then set it as `ISITDISPOSABLE_API_KEY` in the configuration above.

## Tools

| Tool | What it does |
| --- | --- |
| `check_email` | Checks a single email address to see whether it is disposable. |
| `check_domain` | Checks a single bare domain (no local part) to see whether it is disposable. |
| `check_batch` | Checks up to 100 email addresses or bare domains at once in a single call. Mix full addresses and bare domains freely in the `items` list; entries containing an `@` sign are sent as email addresses, everything else as a domain. |

Every tool returns the same verdict shape. `disposable` is the core true or false verdict: a disposable address is a throwaway or temporary inbox used to receive a single signup message and evade normal registration requirements, rather than a real, ongoing mailbox. `action` is the recommended handling of `allow`, `warn`, or `block`. A handful of opt in signals may also be present, including `mx_valid` (whether the domain's mail servers accept mail), `relay` (a forwarding or catch all style address), `public_domain` (a well known free provider such as Gmail), and `did_you_mean` (a likely intended domain when the one given looks like a typo).

## Fail open behavior

This server always fails open. If a network problem, a timeout, a rate limit, or a server error prevents a real check from completing, the tool call still succeeds (it never throws or crashes the connection). It retries once after a short delay, and if that also fails, it returns a result with `checked: false`, `disposable: null`, and `action: "allow"`, along with a `note` explaining that the check could not be completed. An agent using this tool should treat that outcome as inconclusive, not as a signal that the address is safe.

If no API key is configured, the server still starts normally and responds to the Model Context Protocol (MCP) handshake; each tool call then returns an error result pointing to https://isitdisposable.com to get a free key.
ai-agentsdisposable-emailemail-validationemail-verificationmcpmcp-servertemporary-email

What people ask about isitdisposable-mcp

What is richelo/isitdisposable-mcp?

+

richelo/isitdisposable-mcp is mcp servers for the Claude AI ecosystem. MCP server for isitdisposable.com: let AI agents check whether an email address or domain is disposable It has 0 GitHub stars and its last recorded update is dated 2026-08-05.

How do I install isitdisposable-mcp?

+

You can install isitdisposable-mcp by cloning the repository (https://github.com/richelo/isitdisposable-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is richelo/isitdisposable-mcp safe to use?

+

Our security agent has analyzed richelo/isitdisposable-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains richelo/isitdisposable-mcp?

+

richelo/isitdisposable-mcp is maintained by richelo. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.

Are there alternatives to isitdisposable-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy isitdisposable-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: richelo/isitdisposable-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/richelo-isitdisposable-mcp)](https://claudewave.com/repo/richelo-isitdisposable-mcp)
<a href="https://claudewave.com/repo/richelo-isitdisposable-mcp"><img src="https://claudewave.com/api/badge/richelo-isitdisposable-mcp" alt="Featured on ClaudeWave: richelo/isitdisposable-mcp" width="320" height="64" /></a>

More MCP Servers

isitdisposable-mcp alternatives