MCP Shodan
UnclaimedMCP server for Shodan — search internet-connected devices, IP reconnaissance, DNS lookups, and CVE/CPE vulnerability intelligence. Works with Claude Code, Codex, Gemini CLI, and Claude Desktop.
Install
claude mcp add --transport stdio --env SHODAN_API_KEY=your-shodan-api-key shodan -- npx -y @burtthecoder/mcp-shodanUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
count
(optional, default: false): If true, returns only the count of matching CPEs
cpe23
(optional): CPE 2.3 identifier (format: cpe:2.3:part:vendor:product:version)
cve
(required): CVE identifier in format CVE-YYYY-NNNNN (e.g., CVE-2021-44228)
end_date
(optional): End date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS)
hostnames
(required): Array of hostnames to resolve
ip
(required): IP address to lookup
ips
(required): Array of IP addresses to lookup
is_kev
(optional, default: false): If true, returns only CVEs with KEV flag set
limit
(optional, default: 1000): Maximum number of CPEs to return
max_results
(optional, default: 10): Number of results to return
product
(required): Name of the product to search for
query
(required): Shodan search query
skip
(optional, default: 0): Number of CPEs to skip (for pagination)
sort_by_epss
(optional, default: false): If true, sorts CVEs by EPSS score
start_date
(optional): Start date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS)