Back to MCP Servers
Shodan
MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
securityapi
By BurtTheCoder
Installation
npx -y mcp-shodanConfiguration
{
"mcpServers": {
"mcp-shodan": {
"command": "npx",
"args": ["-y", "mcp-shodan"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes