Loading...
npx -y @smithery/cli install @burtthecoder/mcp-shodan --client claude{
"mcpServers": {
"shodan": {
"command": "mcp-shodan",
"env": {
"SHODAN_API_KEY": "your-shodan-api-key"
}
}
}
}ip_lookupRetrieves comprehensive information about a given IP address, including geolocation, open ports, and services.
Read-only operation; retrieves existing data.
shodan_searchSearches Shodan's database of internet-connected devices based on a provided query.
Read-only operation; retrieves existing data.
cve_lookupQueries detailed vulnerability information from Shodan's CVEDB using a CVE identifier.
Read-only operation; retrieves existing data.
dns_lookupResolves domain names to IP addresses using Shodan's DNS service.
Read-only operation; retrieves existing data.
reverse_dns_lookupPerforms reverse DNS lookups to find hostnames associated with IP addresses.
Read-only operation; retrieves existing data.
cpe_lookupSearches for Common Platform Enumeration (CPE) entries by product name.
Read-only operation; retrieves existing data.
cves_by_productSearches for vulnerabilities affecting specific products or CPEs.
Read-only operation; retrieves existing data.
This server is generally safe for reconnaissance and information gathering. However, users must protect their Shodan API key and be mindful of the data they are querying to avoid unintended information disclosure. Rate limiting can impact availability.