Shodan
Communitybyburtthecoder
Shodan API + CVEDB for network intelligence and vulnerability data.
API Key Required
Configuration
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shodan"
],
"env": {
"SHODAN_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.