← intodns.ai

INDIVIDUAL MCP TOOL

create_report_snapshot

Create an immutable evidence snapshot of the current Everything Report for a domain.

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 create_report_snapshot and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.
  • 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.
  • lookup_dns — Read-only DNS record lookup via DNS-over-HTTPS.