Skip to main content
Glama

Shodan MCP Server

reverse_dns_lookup

Retrieve hostnames associated with IP addresses using reverse DNS lookup on the Shodan MCP Server, aiding in cybersecurity research and threat intelligence.

Instructions

Get hostnames for IP addresses using reverse DNS lookup

Input Schema

NameRequiredDescriptionDefault
ipsYesList of IP addresses to lookup (e.g., ['8.8.8.8', '1.1.1.1'])

Input Schema (JSON Schema)

{ "properties": { "ips": { "description": "List of IP addresses to lookup (e.g., ['8.8.8.8', '1.1.1.1'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "ips" ], "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