Skip to main content
Glama

dns_lookup

Resolve domain names to IP addresses using Shodan's DNS service. Supports batch resolution of multiple hostnames in a single query to map hostnames to their corresponding IP addresses.

Instructions

Resolve domain names to IP addresses using Shodan's DNS service. Supports batch resolution of multiple hostnames in a single query. Returns IP addresses mapped to their corresponding hostnames.

Input Schema

NameRequiredDescriptionDefault
hostnamesYesList of hostnames to resolve.

Input Schema (JSON Schema)

{ "properties": { "hostnames": { "description": "List of hostnames to resolve.", "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/BurtTheCoder/mcp-shodan'

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