← dns.pizza

INDIVIDUAL MCP TOOL

dns_lookup

DNS records for a domain.

dns.pizzanone authenticationAvailability not checked

LIVE ENDPOINT

https://dns.pizza/api/mcp

No auth detected

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

dns.pizza

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

.mcp.json

{
  "mcpServers": {
    "dns-pizza": {
      "type": "http",
      "url": "https://dns.pizza/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • check_domain_age — Domain registration and history: creation/expiry dates and registrar from RDAP/WHOIS, plus first/latest Internet Archive captures.
  • check_email_auth — Email authentication posture: SPF record and qualifier, DKIM keys across common selectors, DMARC policy/alignment/reporting, and MX records — with a 0-100 score and plain-language recommendations.
  • check_ssl — Live TLS handshake against port 443: issuer, subject, SANs, validity window, days until expiry, protocol and cipher.
  • get_fix_guide — Step-by-step instructions for publishing an SPF, DMARC, or CAA record on a specific DNS provider — exact field names, provider quirks, and verification steps, fact-checked against the provider's docs.
  • get_checkout_link — Mint a checkout link for a dns.pizza monitoring plan to hand to the user.
  • list_monitoring_plans — dns.pizza monitoring plans: prices, monitor limits, check-interval floors, monitor types, and notification channels.