MCP Tool · Discovery

email_posture

Inspect a domain's email-auth posture: SPF at apex, DMARC at _dmarc, and DKIM-presence across common selectors. DNS-only — no outbound HTTP.

Input

NameTypeRequiredDescription
domainstringyesDomain to audit (e.g. example.com).

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/email_posture \
  -d '{"domain":"<string>"}'

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "email_posture",
    "arguments": {
        "domain": "<string>"
    }
  }
}

Endpoint: https://sicenter.io/api/mcp. See /mcp for connection guides for Claude Desktop, Cursor, and custom orchestrators.

More tools in Discovery


Browse the full MCP server documentation or jump to the API key management page in your dashboard.