Skip to main content
Glama

Shodan MCP Server

get_cpes

Retrieve Common Platform Enumeration (CPE) details for specific products, vendors, or versions using Shodan's API. Filter and paginate results to streamline cybersecurity research and threat intelligence.

Instructions

Get Common Platform Enumeration (CPE) information for products

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 10)
productNoProduct name to search for (e.g., 'apache', 'windows')
skipNoNumber of results to skip for pagination (default: 0)
vendorNoVendor name to filter by (e.g., 'microsoft', 'apache')
versionNoVersion to filter by (e.g., '2.4.1')

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return (default: 10)", "type": "number" }, "product": { "description": "Product name to search for (e.g., 'apache', 'windows')", "type": "string" }, "skip": { "description": "Number of results to skip for pagination (default: 0)", "type": "number" }, "vendor": { "description": "Vendor name to filter by (e.g., 'microsoft', 'apache')", "type": "string" }, "version": { "description": "Version to filter by (e.g., '2.4.1')", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/shodan-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server