iDig DNS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iDig DNS MCP Serveremail security audit for example.com token abc123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iDig DNS MCP Server
A remote MCP server exposing 19 professional DNS diagnostic tools from the iDig API — built by Kedar Bhave ( Softricks ).
Connect any MCP-compatible AI client (Claude Desktop, Cursor, Windsurf, and more) to real DNS infrastructure. Diagnose outages, audit email security, validate DNSSEC, check SSL certificates, trace propagation across 16 global resolvers, and more — all in plain English.
Live endpoint: https://mcp.softricks.net/sse
Quickstart
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"idig-dns": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.softricks.net/sse"
]
}
}
}Restart Claude Desktop. You'll see idig-dns appear under Connectors.
Cursor / Windsurf
Add to your MCP settings:
{
"mcpServers": {
"idig-dns": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.softricks.net/sse"
]
}
}
}Authentication
All tools require a token parameter. Get your token at api.softricks.net/idig/docs.
Related MCP server: DNSDumpster MCP Server
Tools
Tool | Description |
| Look up any DNS record type: A, AAAA, MX, NS, TXT, SOA, CAA, SRV, CNAME, DS, TLSA, HTTPS, SVCB |
| Resolution diagnostics — returns ok / nxdomain / servfail / timeout / degraded |
| Full diagnosis combining resolution + DNSSEC — start here when something is broken |
| SPF, DKIM, DMARC, and BIMI audit with A–F grade and prioritized fix recommendations |
| MX health + provider detection (Google Workspace, M365, Proofpoint, 35+ providers) |
| DNSSEC chain of trust — returns secure / insecure / bogus / indeterminate |
| Key inventory, signature expiry, algorithm assessment, rollover readiness |
| Check propagation across 16 global resolvers: Google, Cloudflare, Quad9, China, Korea, Russia |
| Certificate validity, expiry countdown, domain match, issuer, chain completeness |
| TTL advisory with step-by-step migration lowering plan |
| Compare all authoritative nameservers — catches lame delegation and SOA mismatches |
| Probe 75 common subdomains + crt.sh Certificate Transparency logs — surfaces exposed dev/staging environments |
| Geolocation, ISP, ASN, CDN detection, hosting flag |
| EPP registrar lock status — transfer-ready, delete lock, serverHold, pendingDelete |
| IP blacklist / DNSBL check — Spamhaus, Barracuda, SpamCop, SORBS, and more |
| Parsed WHOIS data — registrar, expiry, domain age, nameservers, EPP status |
| HTTP/HTTPS reachability — status codes, redirect chain, HSTS, HTTP→HTTPS redirect |
| AXFR zone transfer vulnerability check — tests if any NS allows public zone transfers |
| DANE/TLSA validation — cross-validates TLSA records against live TLS certificate |
Example prompts
My emails are going to spam for example.com — token is YOUR_TOKENDid my DNS changes propagate yet for example.com? token: YOUR_TOKENRun a full security audit on example.com, token YOUR_TOKENIs the SSL cert for example.com about to expire? token YOUR_TOKENWe're migrating example.com to a new host next week — are the TTLs safe? token YOUR_TOKENWhat subdomains does example.com have exposed? token YOUR_TOKENAre any of example.com's IPs on a blacklist? token YOUR_TOKENGet WHOIS info for example.com — token YOUR_TOKENIs example.com reachable over HTTPS? token YOUR_TOKENCheck if example.com is vulnerable to zone transfers — token YOUR_TOKENValidate DANE/TLSA records for example.com — token YOUR_TOKENArchitecture
Claude Desktop / Cursor / Windsurf
│
│ MCP over SSE
▼
mcp.softricks.net ← Railway (always-on Python/FastMCP server)
│
│ HTTPS
▼
api.softricks.net/idig ← AWS Lambda (iDig REST API)
│
│ DNS queries
▼
Live DNS infrastructureSelf-hosting
Clone this repo and deploy your own instance:
git clone https://github.com/kbhave/MCP-Service-iDig
cd MCP-Service-iDig
pip install -r requirements.txt
python mcp_server.pyOr deploy to Railway in one click — connect your GitHub repo and Railway handles the rest.
Requirements:
Python 3.11+
mcp==1.26.0httpx
Related
iDig REST API docs: https://api.softricks.net/idig/docs
DNS Doctor AI Agent: https://agent.softricks.net
iOS App: https://apps.apple.com/us/app/softricks-idig/id522550738
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/kbhave/MCP-Service-iDig'
If you have feedback or need assistance with the MCP directory API, please join our Discord server