Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by BurtTheCoder
Detect domain squatting and phishing with dnstwist. Find typosquatting domains, homoglyph attacks, and lookalike URLs.
Install
npx -y mcp-dnstwistRun this command to install and start the server:
npx -y mcp-dnstwistAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"dnstwist-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-dnstwist"
]
}
}
}Other security servers you might want to compare.
by Semgrep
Static analysis security scanning with Semgrep. Find vulnerabilities, enforce code patterns, and audit codebases.
by BurtTheCoder
Search Shodan for internet-connected devices and services. Scan IPs, discover open ports, and assess network exposure.
by BurtTheCoder
Scan files, URLs, and domains with VirusTotal. Check for malware, analyze threat intelligence, and verify file safety.
by nicepkg
Scan dependencies for vulnerabilities with Snyk. Check for known CVEs, license issues, and security risks.