Domain Check for Cursor
io.github.stucchi/domain-check
Check domain availability across 500+ TLDs. Single and bulk checks with UI.
client:Cursor
transport:stdio
runtime:pypi
Install Domain Check in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domain-check": {
"type": "stdio",
"command": "uvx",
"args": [
"domain-check-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs