isitdisposable mcp for Cursor
io.github.richelo/isitdisposable-mcp
An MCP server that lets AI agents check whether an email address or domain is disposable.
client:Cursor
transport:stdio
runtime:npm
Install isitdisposable mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"isitdisposable-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"isitdisposable-mcp"
],
"env": {
"ISITDISPOSABLE_API_KEY": "<ISITDISPOSABLE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs