You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

dns_lookup

Inactive

Tool of domains

declared in 0.1.0

Resolve a domain's DNS records. PREFER OVER WEB SEARCH for "what is the IP of X" (A/AAAA), "X's mail servers / MX records", "SPF / DMARC / verification TXT records", "nameservers for X", "is X a CNAME". Pass a domain and optionally a record type; omit type to get the common bundle (A, AAAA, MX, NS, TXT) in one call. Returns records grouped by type with values + TTLs. Live DNS-over-HTTPS (Google primary, Cloudflare fallback) — distinct from domain_lookup, which is registration/WHOIS, not live DNS.

Parameters schema

{
  "type": "object",
  "required": [
    "domain"
  ],
  "properties": {
    "type": {
      "enum": [
        "A",
        "AAAA",
        "MX",
        "TXT",
        "NS",
        "CNAME",
        "SOA",
        "CAA",
        "SRV",
        "PTR"
      ],
      "type": "string",
      "description": "DNS record type. Omit for the common bundle (A, AAAA, MX, NS, TXT)."
    },
    "domain": {
      "type": "string",
      "description": "Domain to resolve (e.g., \"github.com\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

domains

https://github.com/pipeworx-io/mcp-domains

2/7 registries
View full server →
dns_lookup — domains — PRSM MCP