M
mcp
/dns_lookup
dns lookup
Context lookup: Resolve a single DNS record type (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA, or SRV) and return the raw answers. Use for quick, targeted lookups of
liveunknown~5s typical
mcpmcp
$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-com-domainposture-mcp /dns_lookup for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Domain name or hostname to resolve, e.g. example.com or mail.example.com. FQDN preferred; |
| type* | string (A | AAAA | MX | TXT | NS | CNAME) | DNS record type to query. Common choices: A (IPv4), AAAA (IPv6), MX (mail), TXT (SPF/DKIM/ |
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-com-domainposture-mcp","endpoint":"/dns_lookup","input":{"name":"...","type":"A"}}'cli
npx cracked-ai run -p mcp-com-domainposture-mcp -e /dns_lookup -i '{"name":"...","type":"A"}'mcp
run_tool({ provider: "mcp-com-domainposture-mcp", endpoint: "/dns_lookup", input: {"name":"...","type":"A"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.