Skip to main content
Glama

DNS MCP Server

by cenemil

reverse_dns

Resolve IP addresses to hostnames using reverse DNS lookup. Identify domain names associated with specific IPs for network diagnostics or verification. Ensure accurate results with configurable query timeouts.

Instructions

Perform reverse DNS lookup to find the hostname for an IP address

Input Schema

NameRequiredDescriptionDefault
ipAddressYesThe IP address to perform reverse lookup on
timeoutNoQuery timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "ipAddress": { "description": "The IP address to perform reverse lookup on", "type": "string" }, "timeout": { "description": "Query timeout in milliseconds", "type": "number" } }, "required": [ "ipAddress" ], "type": "object" }

Other Tools from DNS MCP Server

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/cenemil/dns-mcp-server'

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