Skip to main content
Glama

Shodan MCP Server

search_iot_devices

Identify and locate IoT devices globally by specifying device type, country, and result limit using Shodan API for cybersecurity research and threat intelligence.

Instructions

Search for specific types of IoT devices

Input Schema

NameRequiredDescriptionDefault
countryNoOptional country code to limit search (e.g., 'US', 'DE')
device_typeYesType of IoT device to search for (e.g., 'webcam', 'router', 'smart tv')
max_itemsNoMaximum number of items to include in results (default: 5)

Input Schema (JSON Schema)

{ "properties": { "country": { "description": "Optional country code to limit search (e.g., 'US', 'DE')", "type": "string" }, "device_type": { "description": "Type of IoT device to search for (e.g., 'webcam', 'router', 'smart tv')", "type": "string" }, "max_items": { "description": "Maximum number of items to include in results (default: 5)", "type": "number" } }, "required": [ "device_type" ], "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