PowerDMARC

dns_lookup_app

Interactive DNS lookup tool — opens a tabbed UI for DNS lookups, WHOIS, DMARC record generator, and SPF record generator. Use this when the user wants to explore DNS records interactively.

Remote powerdmarcmcp/dmarcmcp

Remote (network-hosted)

Other tools also called dns_lookup_app? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Pre-fill the record type (dmarc, spf, dkim, mx, txt, etc.)"
    },
    "domain": {
      "type": "string",
      "description": "Pre-fill the domain field"
    }
  }
}