Skip to main content
Glama

DNS MCP Server

by cenemil

reverse_dns

Map IP addresses to hostnames using precise reverse DNS lookups, enabling accurate identification of server origins. Supports customizable query timeouts for efficient DNS resolution.

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" }
Install Server

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