# Superlative > Domain and network intelligence tools on Apify. 3 serverless actors for looking up DNS records, pulling WHOIS registration data, and making HTTP requests from automation workflows. Free to use. Instant API via Standby mode. Available as MCP tools for AI agents. Superlative builds small, composable tools that run on the Apify platform. Each actor does one thing, takes a simple JSON input, and returns structured JSON output. All actors are available via: - Apify MCP Server (mcp.apify.com) for AI agent tool use - Standby HTTP API for sub-second single-item requests - Batch API for processing thousands of items ## Actors - [DNS Lookup](https://apify.com/superlativetech/dns-lookup): Query DNS records. A, AAAA, CNAME, MX, TXT, NS, SOA, DMARC, plus reverse (PTR) lookups from IP addresses. Input: {domains: string[]} or {domain: string}. Output: DNS records per domain. Free to use. - [WHOIS Lookup](https://apify.com/superlativetech/whois-lookup): Domain registration data. Registrar, creation and expiry dates, domain age, nameservers, EPP status, DNSSEC. Input: {domains: string[]} or {domain: string}. Output: 20-field WHOIS record. Free to use. - [HTTP API](https://apify.com/superlativetech/http-api): Make HTTP requests from workflows. Any REST API with headers, auth, query params, and payloads. Input: {endpoint: string, method?: string, headers?, body?}. Output: {status, statusText, response, headers, meta}. Free to use. ## Documentation - [Agent Integration Guide](https://superlative.tech/docs/agents/): MCP setup, Standby API, batch API, pipeline examples - [Domain Health Remediation Guide](https://superlative.tech/docs/domain-health/): Fix SPF, DKIM, DMARC, blacklist, and SSL issues ## Apify Store - [Superlative on Apify](https://apify.com/superlativetech): All actors published on the Apify marketplace