dns-check
D
dns-check
/resolve_dns

Resolve Dns

Resolve any DNS record live via Google Public DNS. Answers: is DNS propagated? What are the MX/TXT/SPF/DKIM records? Where does this CNAME point? For reverse lo

liveverifiedunknown~5s typical
mcpprobeddns-check
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-kaiv-dns-check /resolve_dns for me.

Input

FieldTypeDescription
dostringSet 'true' to include DNSSEC records (RRSIG) in the response
name*stringDomain name to resolve, e.g. 'kaiv.ai' (or reversed IP + .in-addr.arpa for PTR)
typestring (A | AAAA | MX | TXT | NS | CNAME)Record type: A, AAAA, MX, TXT, NS, CNAME, SOA, CAA, PTR, SRV. Default A. default "A"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-kaiv-dns-check","endpoint":"/resolve_dns","input":{"name":"...","type":"A"}}'
cli
npx cracked-ai run -p mcp-ai-kaiv-dns-check -e /resolve_dns -i '{"name":"...","type":"A"}'
mcp
run_tool({ provider: "mcp-ai-kaiv-dns-check", endpoint: "/resolve_dns", input: {"name":"...","type":"A"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.