Loading MCP server directory, please wait...
An MCP server that lets AI agents check whether an email address or domain is disposable.
npx @getmcp/cli add io.github.richelo/isitdisposable-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ISITDISPOSABLE_API_KEYThe secret API key for isitdisposable.com, used to authenticate every check. Get a free key at https://isitdisposable.com.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.richelo/isitdisposable-mcp": {
"command": "npx",
"args": [
"-y",
"isitdisposable-mcp"
],
"env": {
"ISITDISPOSABLE_API_KEY": ""
}
}
}
}