Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SHODAN_API_KEY | Yes | Your Shodan API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Host Information | Information about a specific IP address from Shodan |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_host_info | Get detailed information about a specific IP address |
search_shodan | Search Shodan's database for devices and services |
scan_network_range | Scan a network range (CIDR notation) for devices |
get_ssl_info | Get SSL certificate information for a domain |
search_iot_devices | Search for specific types of IoT devices |