INDIVIDUAL MCP TOOL
zone_risk_list
Newborn domains the risk scorer flagged on a day (default: newest scored day), highest score first, each with the matched signals, the matching text and any model opinion.
LIVE ENDPOINT
https://dns.pizza/api/mcp
Connect to this endpoint to inspect the live schema for zone_risk_list 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
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.dns_lookup— DNS records for a domain.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.zone_intel— What dns.pizza's daily zone census saw for a domain: the day it first appeared in a DNS zone (~1,050 gTLDs plus a .com/.net sample), what was behind it that day (active site / parked / registered-no-site / nothing, and the subject when live), and every day the risk scorer flagged it with the matched signals and any model opinion.