Security
Trust: 44/100 (Fair)io.github.BurtTheCoder/shodan Guide
MCP server for Shodan API — device search, IP lookup, DNS, and CVE/CPE queries.
114 starsby BurtTheCoder
Quick Start
Install
npx @burtthecoder/mcp-shodanClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-burtthecoder-shodan": {
"command": "npx",
"args": [
"@burtthecoder/mcp-shodan"
]
}
}
}