Shodan
Summary
This MCP server, developed by BurtTheCoder, enables AI assistants like Claude to interact with the Shodan API and CVEDB. Built in JavaScript, it provides capabilities for IP lookups, device searches, DNS resolution, vulnerability queries, and CPE lookups. The implementation stands out by offering a standardized interface to Shodan's extensive IoT device data and vulnerability information. By connecting AI capabilities with Shodan's global device intelligence, this server allows AI systems to gather detailed information about internet-connected devices, analyze potential security vulnerabilities, and understand the global threat landscape. It is particularly useful for cybersecurity analysis, threat intelligence gathering, and building AI-powered network monitoring and risk assessment tools.
Available Actions(7)
ip_lookup
Retrieve comprehensive information about an IP address, including geolocation, open ports, running services, SSL certificates, hostnames, and cloud provider details if available. Parameters: ip (required)
shodan_search
Search Shodan's database of internet-connected devices. Parameters: query (required), max_results (optional, default: 10)
cve_lookup
Query detailed vulnerability information from Shodan's CVEDB. Parameters: cve (required)
dns_lookup
Resolve domain names to IP addresses using Shodan's DNS service. Parameters: hostnames (required)
reverse_dns_lookup
Perform reverse DNS lookups to find hostnames associated with IP addresses. Parameters: ips (required)
cpe_lookup
Search for Common Platform Enumeration (CPE) entries by product name. Parameters: product (required), count (optional, default: false), skip (optional, default: 0), limit (optional, default: 1000)
cves_by_product
Search for vulnerabilities affecting specific products or CPEs. Parameters: cpe23 (optional), product (optional), count (optional, default: false), is_kev (optional, default: false), sort_by_epss (optional, default: false), skip (optional, default: 0), limit (optional, default: 1000), start_date (optional), end_date (optional)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论