loading…
Search for a command to run...
loading…
MCP server for IntoDNS.ai providing 36 free tools for DNS, DMARC, SPF, DKIM, BIMI, DNSSEC, MTA-STS, FCrDNS, blacklist and email security checks. Citation-grade
MCP server for IntoDNS.ai providing 36 free tools for DNS, DMARC, SPF, DKIM, BIMI, DNSSEC, MTA-STS, FCrDNS, blacklist and email security checks. Citation-grade report snapshots with content hashes. No API key required.
npm version npm downloads MCP Glama License
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.
36 tools, no API key, no signup. Backed by intodns.ai's free public diagnostic API.
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.
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-mcp
| Tool | What it does |
|---|---|
scan_domain |
Fast IntoDNS.ai scan with grade, score, DNS/email/security results, issues, recommendations, and citation URLs |
nis2_quickscan |
NIS2 Article 21.2 readiness score (0-100) mapped per measure, with evidence, critical gaps, and fix suggestions |
get_everything_report |
Complete live DNS/email/security report as JSON or Markdown |
create_report_snapshot |
Fixed Everything Report evidence snapshot with timestamp, content hash, and stable JSON/Markdown URLs |
get_report_snapshot |
Read a previously created report snapshot by snapshot ID |
run_public_scan |
POST /api/scan wrapper for clients that model scan creation as POST |
start_deep_scan |
Start Internet.nl deep scan (web, mail, or both) |
get_deep_scan_status |
Fetch deep scan status/results |
cancel_deep_scan |
Cancel a running deep scan |
| Tool | What it does |
|---|---|
lookup_dns |
A, AAAA, CNAME, MX, NS, TXT, SOA, CAA, SRV, PTR, DNSKEY, DS, RRSIG, NSEC, NSEC3 lookup |
validate_dnssec |
DNSSEC chain, DS/DNSKEY and algorithm validation |
check_dns_propagation |
DNS propagation across global, European, or American resolvers |
check_tlsa_dane |
TLSA/DANE check, defaulting to mail DANE on port 25 |
| Tool | What it does |
|---|---|
check_spf |
SPF parsing, recursive lookup graph, and flattening guidance |
discover_dkim |
DKIM selector discovery |
check_dmarc |
DMARC parsing and policy validation |
check_bimi |
BIMI DNS, hosted SVG/logo URL, and VMC/CMC readiness |
check_mta_sts |
MTA-STS DNS and policy-file validation |
check_smtp_tls |
Live SMTP STARTTLS, TLS certificate, hostname, expiry, PTR, and FCrDNS checks |
check_fcrdns |
Dedicated PTR and forward-confirmed reverse DNS evidence for mail-server IPs |
check_blacklist |
Domain mail-server or direct IP blacklist check |
check_sender_requirements |
Google/Yahoo sender requirements and alignment checks |
check_email_security |
Full SPF, DKIM, DMARC, blacklist, score, and issues check |
| Tool | What it does |
|---|---|
create_email_test |
Create an inbound test address for a deliverability test |
get_email_test |
Read email-test status/results |
poll_email_test |
Poll and process a received email-test message |
analyze_raw_email |
Analyze pasted raw MIME email source |
explain_issue |
AI-assisted explanation for a specific DNS/email issue |
generate_dns_fix |
AI-assisted DNS configuration fix |
| Tool | What it does |
|---|---|
check_http3 |
HTTP/3/QUIC check through Alt-Svc, HTTPS/SVCB DNS, and QUIC probe |
get_health |
API, Redis/cache, and AI runtime health |
get_stats |
Public scan/check counters |
get_hall_of_fame |
Top-scoring public domains or domain presence check |
get_pdf_report_link |
Direct /api/pdf/{domain} report URL |
get_badge_link |
Direct /api/badge/{domain} SVG badge URL |
read_llm_discovery |
Read /llms.txt, /llms-full.txt, /llms.json, /llm/api.md, /openapi.json, or /postman.json |
get_citation_guidance |
Canonical citation routing for scan results, API, BIMI, MxToolbox alternatives, and LLM agents |
By default the server talks to https://intodns.ai.
For local testing or staging, set:
INTODNS_SITE_URL=http://localhost:3000 npx -y intodns-mcp
MIT - built by Cobytes B.V.
Run in your terminal:
claude mcp add intodns-mcp -- npx