IntoDNS.ai DNS & Email Security Scanner 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. Its 40 documented tools cover report, email, scan, deep.
People who work with report, email and scan and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-07 · ★ 2 · #31 OF 90 MAINTAINED EMAIL · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install IntoDNS.ai DNS & Email Security Scanner
before you install - you'll need
Set INTODNS_SITE_URL, INTODNS_REQUEST_TIMEOUT_MS, INTODNS_HTTP_HOST, INTODNS_ALLOWED_HOSTS, INTODNS_ALLOWED_ORIGINS before connecting.
Claude Code
claude mcp add rosconl-intodns-mcp-server --transport http https://intodns.ai/api/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"rosconl-intodns-mcp-server": {
"url": "https://intodns.ai/api/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://intodns.ai/api/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-09-18
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to intodns.ai
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license MIT - declared in the repository
npm package intodns-mcp - unscoped; check the name against the project README before installing
registry vendor namespace ai.intodns - domain-verified with the official MCP registry
03 · What IntoDNS.ai DNS & Email Security Scanner can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can read a previously created report snapshot by snapshot ID, fetch deep scan status/results, cancel a running deep scan, and parse a DMARC aggregate (RUA) XML report into structured sources, counts, and SPF/DKIM/DMARC results.
Capability map
Tools grouped from the project's README - what IntoDNS.ai DNS & Email Security Scanner lets an agent do.
Check
12 tools - e.g. DNS propagation across global, European, or American resolvers; TLSA/DANE check, defaulting to mail DANE on port 25; SPF parsing, recursive lookup graph, and flattening guidance
check_dns_propagation · check_tlsa_dane · check_spf · check_dmarc · check_bimi · check_mta_sts…
read & search
7 tools - e.g. A, AAAA, CNAME, MX, NS, TXT, SOA, CAA, SRV, PTR, DNSKEY, DS, RRSIG, NSEC, NSEC3 lookup; API, Redis/cache, and AI runtime health; Public scan/check counters
lookup_dns · get_health · get_stats · get_hall_of_fame · get_badge_link · read_llm_discovery…
Report
5 tools - e.g. 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…
get_everything_report · create_report_snapshot · get_report_snapshot · parse_dmarc_report · get_pdf_report_link
4 tools - e.g. Create an inbound test address for a deliverability test; Read email-test status/results; Poll and process a received email-test message
create_email_test · get_email_test · poll_email_test · analyze_raw_email
Deep
3 tools - e.g. Start Internet.nl deep scan (web, mail, or both); Fetch deep scan status/results; Cancel a running deep scan
start_deep_scan · get_deep_scan_status · cancel_deep_scan
Scan
1 tool - e.g. Fast IntoDNS.ai scan with grade, score, DNS/email/security results, issues, recommendations, and citation URLs
scan_domain
Nis2
1 tool - e.g. NIS2 Article 21.2 readiness score (0-100) mapped per measure, with evidence, critical gaps, and fix suggestions
nis2_quickscan
Validate
1 tool - e.g. DNSSEC chain, DS/DNSKEY and algorithm validation
validate_dnssec
Latest releases
v1.10.3 · 2026-09-07
cancel_deep_scan is no longer announced as destructive: it deletes nothing, and it now leaves a scan that already finished alone instead of marking it cancelled behind its own results. Description corrected - an…
v1.10.2 · 2026-09-06
The tarball published as 1.10.1 was built before the 24 August source fix and never republished, so the package on npm did not match this repository. · The server reported the wrong version. Its VERSION constant still…
v1.10.0 · 2026-08-21
Three tools that build DNS records, rather than only reading them. · generate_spf counts the ten-lookup limit while it builds. Exceeding it is a PermError, and receivers then treat the domain as having no SPF at all.…
04 · Who maintains IntoDNS.ai DNS & Email Security Scanner
IntoDNS.ai DNS & Email Security Scanner is maintained by rosconl. It's the only MCP server we track from this author; the repo dates to Apr 2026.
05 · Facts
- repository
- github.com/rosconl/intodns-mcp-server
- website
- https://intodns.ai/mcp
- category
- email - ranked #31 of 90 actively-maintained email servers as of 2026-09-18.
- release cadence
- 3 releases in the last 90 days (latest 2026-09-07)
- registry
- ai.intodns/scanner (active, first published 2026-08-21 · 3 versions)
- packages
- npm:intodns-mcp
06 · IntoDNS.ai DNS & Email Security Scanner FAQ
Is IntoDNS.ai DNS & Email Security Scanner still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-07 and it shipped 3 releases in the last 90 days. We re-verify nightly.
What can IntoDNS.ai DNS & Email Security Scanner do?
With this server connected, an agent can read a previously created report snapshot by snapshot ID, fetch deep scan status/results, cancel a running deep scan, and parse a DMARC aggregate (RUA) XML report into structured sources, counts, and SPF/DKIM/DMARC results.
How do I install IntoDNS.ai DNS & Email Security Scanner?
Run `npx -y intodns-mcp`. The README documents 5 environment variables (INTODNS_SITE_URL, INTODNS_REQUEST_TIMEOUT_MS, INTODNS_HTTP_HOST…) to set first. Set INTODNS_SITE_URL, INTODNS_REQUEST_TIMEOUT_MS, INTODNS_HTTP_HOST, INTODNS_ALLOWED_HOSTS, INTODNS_ALLOWED_ORIGINS before connecting. You can also paste the ready-made client config above.
Does IntoDNS.ai DNS & Email Security Scanner require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.
07 · Alternatives to IntoDNS.ai DNS & Email Security Scanner
Alternatives to IntoDNS.ai DNS & Email Security Scanner
Maintained email servers if IntoDNS.ai DNS & Email Security Scanner isn't the fit.
- Emailmd Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails. ★ 1,373 · 2026-08-26
- Sessy - Amazon SES observability Read-only Amazon SES observability: search events, inspect bounces, pull delivery stats. ★ 929 · 2026-09-15
- Hqbase Connect AI agents to your self-hosted HQBase shared email workspace. ★ 326 · 2026-09-12
- SendGrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 271 · 2026-08-29
- Atomic Mail Programmable email inbox for AI agents - JMAP, PoW auth, stdio MCP server. ★ 267 · 2026-09-10
- Clippy Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files ★ 247 · 2026-09-04
More email MCP servers · Forge MCP · Samva MCP · Email Inbox API + Sending by Sendmux · AI · Sendsoon MCP Server
More TypeScript MCP servers · Jira Alerts (JSM Operations) · Janee · Rootstock (RSK) MCP Server · Guardian · Compendio MCP · see all