Know the moment something changes on your domains.
EdgeDNS monitors your DNS records, email security, SSL certificates, and security posture — privately. Get alerted to problems before they cause outages, breaches, or lost emails. Use the API directly, or let Claude, ChatGPT, or Gemini do it for you — free.
No credit card required. Upgrade when you're ready.
Already have an account? Sign in
- 90+
- AI Tools
- 10
- Security Categories
- 200
- Free Requests/Mo
- 24/7
- Monitoring
A DNS record changes without your knowledge. An SSL certificate expires on a Friday night. A DMARC misconfiguration sends thousands of emails to spam. These are not edge cases — they are the reason EdgeDNS exists.
Your AI already knows how to use EdgeDNS
Free on every plan.
EdgeDNS speaks a protocol called MCP that AI assistants already understand. Connect once, and your AI can look up DNS records, check email security, audit SSL certificates, detect tech stacks, and run full domain reports — all by asking in plain English. No code. No learning curve. Just ask.
- Works with Claude, ChatGPT, Gemini, Cursor, and every major AI tool
- Live data from actual servers — not guesses from training data
- 90 domain checks your AI can run on its own
“Check the security posture of edgedns.dev — speed, accessibility, and overall score.”
The problems you don't see are the ones that hurt most
Private alerts, email authentication, record verification, and security scoring. Use the API directly or let your AI call the right tools through MCP.
Domain Monitoring
Get alerted when something changes — before it becomes an outage. EdgeDNS privately tracks DNS records, SSL certificates, ownership data, and 5 health scores for every domain you add.
Learn more →MCPEmail Security
Stop emails from landing in spam. Validate your sending domain's authentication — SPF (who can send as you), DKIM (message integrity), and DMARC (enforcement policy) — before you hit send. Get a letter grade and steps to fix problems.
Learn more →MCPDNS Lookup
Confirm DNS changes reached every corner of the internet. When you update a web address, mail server, or security record, EdgeDNS checks global servers to verify it went live — and flags inconsistencies.
Learn more →MCPSecurity Analysis
Generate compliance evidence in minutes, not weeks. Automatically score your sites on security headers, SSL encryption, DNS security, and overall trust — the checks SOC 2 and ISO 27001 auditors ask for.
Learn more →MCPDomain Intelligence
See everything about a domain in one request. Ownership records, SSL certificates, the technology stack, and hosting details. Use it for due diligence, competitive research, or vendor assessment.
Learn more →MCPIP Geolocation
Turn any IP address into a location, network, and risk profile. Catch fraudulent transactions, enforce geographic access rules, or enrich security alerts — all in milliseconds.
Learn more →What you can ask your AI
Once connected, just ask. Your AI picks the right tools automatically.
Security teams
“Audit the security posture of acme.com — headers, SSL, DNSSEC, everything”
Email marketers
“Check if our DMARC policy will cause the next campaign to land in spam”
Developers
“Compare the tech stacks of competitor1.com and competitor2.com”
Compliance
“Generate SOC 2 evidence for all five of our production domains”
Real problems. Real solutions.
Ask your AI to audit domain security — it calls the right tools automatically
Set up MCP
Catch DMARC failures before a 50K-email campaign
Read case study
Generate SOC 2 evidence for 200+ domains automatically
Read case study
Get alerted when DNS records drift from expected values
Read case study
Track competitor tech stacks and hosting changes weekly
Read case study
One API key. Two ways to use it.
Call any endpoint directly with curl, Python, or any HTTP client. Or connect via MCP and let your AI call the right tools for you. Same API key, same structured JSON, same privacy guarantees.
- Works with any language or HTTP client
- Structured, consistent JSON for every endpoint
- Built-in caching and global edge delivery
- Private by default — your results are never shared
- MCP-compatible — your AI uses the same endpoints
curl -X POST "https://api.edgedns.dev/v1/subscriptions" \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"domain": "yourcompany.com",
"dns_enabled": true,
"cert_enabled": true,
"ping_enabled": true,
"dns_change_alert": true,
"cert_expiry_alert_days": 30
}'
{
"data": {
"id": "sub_abc123",
"domain": "yourcompany.com",
"status": "active",
"services": ["dns", "cert", "ping"],
"privacy": "data retained privately"
},
"meta": {
"request_id": "req_abc123",
"timestamp": "2026-03-23T12:00:00.000Z",
"response_time_ms": 38
}
}Three steps. Then you never miss a domain problem again.
Create your free account
Sign up in 30 seconds. No credit card. Your API key is ready immediately — including MCP access for your AI.
Tell us what to watch
Add domains and choose what to monitor: DNS changes, certificate expirations, email authentication, security scores. Pick one or all.
Get alerted before it becomes a crisis
EdgeDNS watches continuously. When something changes or degrades, you know first — not your customers.
“We finally have private DNS monitoring that doesn't feed passive databases”
— Security Engineer
“Caught a DMARC misconfiguration before a 50K-email launch”
— Email Marketing Team
“We connected EdgeDNS to Claude Code and now our team audits 50 domains in the time it took to check one”
— DevOps Engineer
Trusted by security, email, and compliance teams worldwide
Frequently asked questions
- What is EdgeDNS?
- EdgeDNS is a service that privately monitors your domains and alerts you when something goes wrong — DNS changes, expiring certificates, broken email authentication, or declining security scores. It also provides on-demand lookups for domain ownership, technology stacks, IP geolocation, and more. Everything runs on Cloudflare's global network for fast responses worldwide. You can use it through a standard API or let AI assistants (Claude, ChatGPT, Gemini) use it directly.
- Is my domain data shared with anyone?
- No. EdgeDNS is private by design. Your queries and results are never shared, sold, or fed into passive databases. Only your organization can see what you look up.
- What can I do on the free tier?
- Quite a lot. The free tier gives you 200 requests per month across DNS lookups, IP geolocation, email security checks, security analysis, and more — plus full MCP access so your AI can use all of these tools directly. No credit card required. No time limit.
- How does private domain monitoring work?
- You add domains through the dashboard or API. EdgeDNS checks them on a schedule and alerts you when something changes — DNS record drift, expiring certificates, score drops, or ownership updates. Everything stays private to your organization.
- Do I need to install anything?
- No. EdgeDNS is a REST service — call it from any HTTP client. For AI integration, connect to our MCP server at mcp.edgedns.dev/mcp. No SDK, no agent to install, and no wrapper code needed.
- What is MCP and how does it work with EdgeDNS?
- MCP is an open standard that lets AI assistants like Claude, ChatGPT, and Gemini use real tools — not just generate text about them. When you connect EdgeDNS through MCP, your AI can actually look up DNS records, check email authentication, run security audits, and more. It calls the same endpoints a developer would, but the AI decides which ones to use based on what you ask. Think of it as giving your AI a toolbox instead of a textbook. MCP is included on all plans, including the free tier.
- Which AI tools and clients does EdgeDNS support?
- EdgeDNS works with any MCP-compatible client: Claude Code, Claude Desktop, ChatGPT, Gemini CLI, OpenAI Responses API, Cursor, Windsurf, Cline, and more. Setup takes one command — see our MCP integration guide for details.
- What happens if I don't monitor my domains?
- Most domain problems are invisible until they cause damage. A misconfigured DNS record can silently redirect traffic. An expired SSL certificate locks customers out of your site. A broken DMARC policy sends emails straight to spam. These happen every day to teams that rely on manual checks or no checks at all.
Domain problems don't wait. Neither should you.
Track DNS changes, expiring certificates, email auth failures, and security score drops. Call the API directly or connect your AI through MCP — both included free.
Includes MCP for Claude, ChatGPT, and Gemini. 200 requests/month. No credit card required.
Already have an account? Sign in