MCP Server
MCP
io.github.richelo/isitdisposable-mcp
An MCP server that lets AI agents check whether an email address or domain is disposable.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "isitdisposable-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The secret API key for isitdisposable.com, used to authenticate every check. Get a free key at https://isitdisposable.com.",
"isRequired": true,
"isSecret": true,
"name": "ISITDISPOSABLE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment