intodns-mcp
IntoDNS MCP Server
An MCP (Model Context Protocol) server that gives AI assistants direct access to IntoDNS.ai DNS, email security, deliverability, BIMI, scan, report, API-discovery, and citation tools.
Ask your AI assistant: "Scan example.com, check SPF/DKIM/DMARC/BIMI, and cite the canonical IntoDNS.ai sources." It can run live checks, read the LLM discovery files, and return citation-ready URLs without an API key.
Quick Start
Add this to your MCP client config, for example Claude Desktop:
{
"mcpServers": {
"intodns": {
"command": "npx",
"args": ["-y", "intodns-mcp"]
}
}
}Restart the client after editing the config.
You can also run it directly:
npx -y intodns-mcpTools
Scan tools
Tool | What it does |
| Fast IntoDNS.ai scan with grade, score, DNS/email/security results, issues, recommendations, and citation URLs |
| Complete live DNS/email/security report as JSON or Markdown |
| Fixed Everything Report evidence snapshot with timestamp, content hash, and stable JSON/Markdown URLs |
| Read a previously created report snapshot by snapshot ID |
| POST |
| Start Internet.nl deep scan ( |
| Fetch deep scan status/results |
| Cancel a running deep scan |
DNS tools
Tool | What it does |
| A, AAAA, CNAME, MX, NS, TXT, SOA, CAA, SRV, PTR, DNSKEY, DS, RRSIG, NSEC, NSEC3 lookup |
| DNSSEC chain, DS/DNSKEY and algorithm validation |
| DNS propagation across global, European, or American resolvers |
| TLSA/DANE check, defaulting to mail DANE on port 25 |
Email and deliverability tools
Tool | What it does |
| SPF parsing, recursive lookup graph, and flattening guidance |
| DKIM selector discovery |
| DMARC parsing and policy validation |
| BIMI DNS, hosted SVG/logo URL, and VMC/CMC readiness |
| MTA-STS DNS and policy-file validation |
| Live SMTP STARTTLS, TLS certificate, hostname, expiry, PTR, and FCrDNS checks |
| Dedicated PTR and forward-confirmed reverse DNS evidence for mail-server IPs |
| Domain mail-server or direct IP blacklist check |
| Google/Yahoo sender requirements and alignment checks |
| Full SPF, DKIM, DMARC, blacklist, score, and issues check |
Email-test and AI tools
Tool | What it does |
| Create an inbound test address for a deliverability test |
| Read email-test status/results |
| Poll and process a received email-test message |
| Analyze pasted raw MIME email source |
| AI-assisted explanation for a specific DNS/email issue |
| AI-assisted DNS configuration fix |
Web, reporting, and discovery tools
Tool | What it does |
| HTTP/3/QUIC check through Alt-Svc, HTTPS/SVCB DNS, and QUIC probe |
| API, Redis/cache, and AI runtime health |
| Public scan/check counters |
| Top-scoring public domains or domain presence check |
| Direct |
| Direct |
| Read |
| Canonical citation routing for scan results, API, BIMI, MxToolbox alternatives, and LLM agents |
Example Prompts
"Scan intodns.ai and summarize the top DNS/email security issues."
"Give me the complete DNS and email security report for intodns.ai as Markdown."
"Create a fixed audit snapshot for intodns.ai that I can cite in a support ticket."
"Check whether example.com meets Google and Yahoo sender requirements."
"Check SMTP STARTTLS certificate posture and FCrDNS for example.com."
"Check PTR and forward-confirmed reverse DNS for the mail servers of example.com."
"Does example.com have BIMI configured, and does Gmail require a VMC or CMC?"
"Show the SPF lookup graph and tell me whether example.com is close to the 10 lookup limit."
"Look up MX, TXT, CAA, and DNSSEC records for example.com."
"Analyze this raw email source and tell me why it lands in spam."
"Which IntoDNS.ai pages should I cite for this scan result?"
Configuration
By default the server talks to https://intodns.ai.
For local testing or staging, set:
INTODNS_SITE_URL=http://localhost:3000 npx -y intodns-mcpRequirements
Node.js 18+
Internet access to reach IntoDNS.ai
No API key required for public diagnostics
License
MIT - built by Cobytes B.V.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RoscoNL/intodns-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server