MCP server for Shodan API — device search, IP lookup, DNS, and CVE/CPE queries.
| Tool name | Description | Destructive? |
|---|---|---|
| shodan_search | Query Shodan's database of internet-connected devices with advanced search filters | ✓ no |
| ip_lookup | Retrieve comprehensive information about an IP address including geolocation, open ports, and services | ✓ no |
| dns_lookup | Resolve domain names to IP addresses using Shodan's DNS service | ✓ no |
| reverse_dns_lookup | Find hostnames associated with IP addresses via reverse DNS | ✓ no |
| cve_lookup | Query detailed CVE vulnerability information including CVSS scores, EPSS, and KEV status | ✓ no |
| cpe_lookup | Search for Common Platform Enumeration entries by product name | ✓ no |
| cves_by_product | Search for vulnerabilities affecting specific products or CPE identifiers | ✓ no |
{
"mcpServers": {
"iogithubburtthecodershodan": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
]
}
}
}