mcp-shodan
by BurtTheCoder
cpe_lookup
Search for Common Platform Enumeration (CPE) entries by product name in Shodan's CVEDB. Supports pagination and can return either full CPE details or just the total count. Useful for identifying specific versions and configurations of software and hardware.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | If true, returns only the count of matching CPEs. | |
limit | No | Maximum number of CPEs to return (max 1000). | |
product | Yes | The name of the product to search for CPEs. | |
skip | No | Number of CPEs to skip (for pagination). |