← intodns.ai

INDIVIDUAL MCP TOOL

whois_lookup

Read-only WHOIS/RDAP lookup for a domain or IP address.

intodns.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://intodns.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for whois_lookup 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

intodns.ai

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.intodns]
url = "https://intodns.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "intodns": {
      "type": "http",
      "url": "https://intodns.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: intodns
Remote MCP URL: https://intodns.ai/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": {
    "intodns": {
      "url": "https://intodns.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "intodns",
  "transport": "streamable-http",
  "url": "https://intodns.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • scan_domain — Run the fast IntoDNS.ai DNS and email security scan (~3-8s).
  • nis2_quickscan — Compute a NIS2 Article 21.2 readiness score for a domain by mapping the IntoDNS quickscan onto the ten NIS2 measures.
  • get_everything_report — Generate the complete live IntoDNS.ai report covering DNS, email authentication, web/HTTPS, blacklist reputation, sender requirements, and canonical citation URLs in a single call.
  • create_report_snapshot — Create an immutable evidence snapshot of the current Everything Report for a domain.
  • get_report_snapshot — Read a previously created IntoDNS.ai Everything Report evidence snapshot by snapshot ID.
  • start_deep_scan — Start a long-running Internet.nl deep scan (typically 30-120s).
  • get_deep_scan_status — Read-only status poll for a long-running Internet.nl deep scan.
  • cancel_deep_scan — Cancel an in-progress Internet.nl deep scan.