MCP Tool · Validation

spoofing_simulator

Offline SPF/DMARC/DKIM analysis for an asset — computes a spoof-risk score (0-100) and a safe/mitigated/vulnerable verdict with no email sent.

Input

NameTypeRequiredDescription
asset_idstringyesUUID of the asset to analyse. The tool resolves the domain automatically.

REST API

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

MCP server

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

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

More tools in Validation


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