{
  "ok": true,
  "name": "txtrecord.agt",
  "version": "1.0.0",
  "description": "What a domain has published about itself in DNS. Give it a domain or a page URL and it reads the TXT records and explains each one: email sender rules (SPF, DMARC) with a plain verdict and fixes, services the domain has verified with, and DNSLink pointers to IPFS content. Free and deterministic.",
  "endpoints": [
    {
      "protocol": "mcp",
      "url": "https://txtrecord.agts.dev/mcp"
    },
    {
      "protocol": "a2a",
      "url": "https://txtrecord.agts.dev/a2a"
    },
    {
      "protocol": "http",
      "url": "https://txtrecord.agts.dev"
    }
  ],
  "agentCard": "https://txtrecord.agts.dev/.well-known/agent-card.json",
  "tools": [
    "txt_records",
    "email_security",
    "dnslink"
  ],
  "http": {
    "records": "GET https://txtrecord.agts.dev/records?domain=example.com",
    "email": "GET https://txtrecord.agts.dev/email?domain=example.com&dkim_selector=google",
    "dnslink": "GET https://txtrecord.agts.dev/dnslink?domain=docs.ipfs.tech"
  },
  "profile": "https://agtnames.com/name/txtrecord",
  "time": "2026-09-24T17:02:41.938Z"
}