Skip to main content
Glama

Shodan MCP Server

dns_lookup

Convert hostnames to IP addresses using DNS resolution, enabling network analysis and cybersecurity research. Input a list of hostnames to retrieve their associated IPs.

Instructions

Resolve hostnames to IP addresses using DNS lookup

Input Schema

NameRequiredDescriptionDefault
hostnamesYesList of hostnames to resolve (e.g., ['google.com', 'facebook.com'])

Input Schema (JSON Schema)

{ "properties": { "hostnames": { "description": "List of hostnames to resolve (e.g., ['google.com', 'facebook.com'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "hostnames" ], "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