Skip to main content
Glama

dns_lookup

Resolve domain names to IP addresses in bulk using Shodan's DNS service. Map hostnames to their corresponding IPs efficiently with a single query.

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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hostnames": { "description": "List of hostnames to resolve.", "items": { "type": "string" }, "type": "array" } }, "required": [ "hostnames" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-shodan

Related Tools

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