MCP Tool · Validation

subdomain_takeover_check

Given a subdomain, resolve its CNAME and test whether the target is a dangling third-party service (GitHub Pages, Heroku, S3, Fastly, Shopify, Pantheon, Ghost, Tumblr, Wufoo, Tilda).

Input

NameTypeRequiredDescription
subdomainstringyesSubdomain to check (e.g. shop.example.com).

REST API

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

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "subdomain_takeover_check",
    "arguments": {
        "subdomain": "<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.