{
  "service": "domain-intel",
  "version": "2.0.0",
  "endpoints": [
    {
      "path": "/?domain=example.com",
      "desc": "Full domain intelligence report"
    },
    {
      "path": "/dns?domain=example.com",
      "desc": "DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA)"
    },
    {
      "path": "/headers?domain=example.com",
      "desc": "HTTP security headers audit (score + grade)"
    },
    {
      "path": "/phishing?domain=example.com",
      "desc": "Phishing / suspicious-domain signals"
    },
    {
      "path": "/email-security?domain=example.com",
      "desc": "SPF / DMARC / email security check"
    },
    {
      "path": "/health",
      "desc": "Health check"
    },
    {
      "path": "/openapi.json",
      "desc": "OpenAPI 3.0 spec"
    },
    {
      "path": "/mcp",
      "desc": "MCP server (GET=discovery, POST=JSON-RPC)"
    }
  ]
}