MCP Tool · Discovery

dns_records

Query authoritative DNS records (A/AAAA/MX/TXT/NS/CNAME/SOA) for a domain using the serverless resolver. No network beyond DNS.

Input

NameTypeRequiredDescription
domainstringyesDomain to query (e.g. example.com).
record_typesarraynoOptional subset of record types to query. Defaults to all supported: A, AAAA, MX, TXT, NS, CNAME, SOA.

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/dns_records \
  -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": "dns_records",
    "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.