pipeworx-io/mcp-disify
MCP server for detecting disposable email addresses via Disify API
Platform-specific configuration:
{
"mcpServers": {
"mcp-disify": {
"command": "npx",
"args": [
"-y",
"mcp-disify"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for detecting disposable email addresses via Disify API. No authentication required.
| Tool | Description | |------|-------------| | validate_email | Check whether an email address is disposable or invalid | | check_domain | Check whether a domain is associated with disposable email services |
Call any tool through the hosted gateway with zero setup:
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "disify_validate_email",
"arguments": { "email": "test@mailinator.com" }
}
}'MIT
Loading reviews...