web network tools for Cursor
io.github.erikirby/web-network-tools
DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.
client:Cursor
transport:stdio
runtime:npm
Install web network tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"web-network-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@erikirby/web-network-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs