← toolhq.io

INDIVIDUAL MCP TOOL

reverse_dns

Resolve the PTR (reverse DNS) records for an IP address, with forward confirmation.

toolhq.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://www.toolhq.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for reverse_dns and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

toolhq.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.toolhq]
url = "https://www.toolhq.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolhq": {
      "type": "http",
      "url": "https://www.toolhq.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolhq
Remote MCP URL: https://www.toolhq.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "toolhq": {
      "url": "https://www.toolhq.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolhq": {
      "type": "http",
      "url": "https://www.toolhq.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolhq",
  "transport": "streamable-http",
  "url": "https://www.toolhq.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • dns_lookup — Look up DNS records for a domain.
  • ssl_check — Inspect the TLS certificate of a host: validity, issuer, SAN, chain, protocol, and expiry.
  • mx_lookup — List the mail servers (MX records) for a domain, with priorities and resolved IPs.
  • ip_lookup — Geolocate and describe a public IPv4 or IPv6 address.
  • http_headers — Fetch a URL and report the status, final URL, redirect chain, and response headers.
  • ip_reputation — Detect whether an IP address is a VPN, proxy, Tor exit, or datacenter host.
  • dns_propagation — Check whether a DNS record has propagated by querying it against several independent public resolvers (Cloudflare, Google, OpenDNS, AdGuard, DNS.SB, AliDNS) at once and reporting whether their answers agree yet.