Settings

Fast DNS and Network Tools

Enter a domain or IP above — DNS lookup, speed test, leak test, SSL check, and more.

Press / to focus search. Tools have dropdown menus for related functions.

DNSApe is a fast, free network diagnostics toolkit for developers, sysadmins, and security researchers. No account required — just type a domain or IP and go.

✓ No tracking or ads ✓ REST API included ✓ MCP server for AI assistants ✓ Open to everyone

DNS Lookup

Query DNS records, trace resolution paths, or check global propagation.

google.com — See all DNS records
example.com — Check propagation

HTTP Headers

See request and response headers, follow redirects, debug caching.

github.com — Check security headers
t.co — Follow redirect chains

Whois

Domain registration, IP ownership, network ranges, ASN info.

apple.com — Domain + IP info
8.8.8.8 — IP ownership lookup

SSL Certificate

Certificate validity, chain, expiration, issuer details.

stripe.com — EV certificate example
expired.badssl.com — Test expired cert

Email Security

Validate SPF, DKIM, and DMARC email authentication records.

google.com — Well-configured example
github.com — Check email auth

Ping

Continuous latency monitoring with live charts. Persists while browsing other tools.

cloudflare.com — Monitor uptime
google.com — Track latency

DNS Speed Test

Benchmark DNS providers from your browser. Compare Cloudflare, Google, Quad9, and more.

Client-side — Tests run entirely in your browser via DoH

DNS Leak Test

Check which DNS resolvers your browser uses. Detect potential VPN or DNS leaks.

Privacy — Tests DoH, WebRTC, and resolver fingerprinting

REST API

Programmatic access to all tools. JSON responses, 60 req/min.

GET /api/v1/dns/records?host=example.com

MCP Server for AI Assistants

Give your AI DNS lookup, WHOIS, HTTP headers, SSL checks, ping, and email security tools

DNSApe provides a Model Context Protocol (MCP) server that gives AI assistants direct access to all DNSApe tools. Single URL, no API key, no authentication required.

What is MCP? The Model Context Protocol is an open standard that lets AI assistants (like Claude, ChatGPT, and others) use external tools directly. Instead of the AI guessing or asking you to look things up, it can query DNSApe itself.

What can the AI do? Once connected, your AI assistant can perform DNS lookups, check WHOIS records, inspect HTTP headers, verify SSL certificates, ping hosts, and audit email security — all without you leaving the conversation.

How it works: You add the DNSApe MCP URL to your AI client once. After that, the AI can call any DNSApe tool as needed. Queries go directly from the AI to DNSApe's API — no browser required.

Privacy & limits: No account or API key needed. All queries are anonymous. Rate limited to 60 requests per minute. The AI only accesses public DNS/network data — the same information anyone can look up.

https://dnsape.com/mcp/dnsape

Claude Desktop — Config File

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dnsape": {
      "type": "url",
      "url": "https://dnsape.com/mcp/dnsape"
    }
  }
}

Claude Desktop — GUI

Add via the Integrations menu:

  1. Open Settings → Integrations
  2. Click Add custom connector
  3. Paste the URL:
    https://dnsape.com/mcp/dnsape
  4. Name it DNSApe and save

Claude Code

Run in your terminal:

claude mcp add dnsape \
  --transport sse \
  https://dnsape.com/mcp/dnsape

ChatGPT

In ChatGPT settings → Connections → Add MCP:

  1. Open Settings → Connections
  2. Click Add connection, choose MCP
  3. Paste the URL:
    https://dnsape.com/mcp/dnsape
  4. Name it DNSApe and save
Available tools: dns_lookup, whois_lookup, http_headers, ssl_check, tcp_ping, email_security — Rate limit: 60 req/min