dnsdoctor
Rank #26,188io.github.Baneado98/dnsdoctor
Live email deliverability & DNS health: SPF, DKIM, DMARC, MX check with fixes — before you send.
dnsdoctor is a Model Context Protocol (MCP) server published by baneado98. It ranks #26,188 of 115,460 servers tracked on MCP Toplist. dnsdoctor is listed across 2 registries — Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 22, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 89,272 of 115,460 servers on MCP Toplist.
Use dnsdoctor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dnsdoctor -- npx -y dnsdoctor-mcp[mcp_servers.dnsdoctor]
command = "npx"
args = ["-y", "dnsdoctor-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dnsdoctor": {
"command": "npx",
"args": [
"-y",
"dnsdoctor-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dnsdoctor": {
"command": "npx",
"args": [
"-y",
"dnsdoctor-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dnsdoctor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dnsdoctor-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dnsdoctor": {
"command": "npx",
"args": [
"-y",
"dnsdoctor-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dnsdoctor": {
"command": "npx",
"args": [
"-y",
"dnsdoctor-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Baneado98%2Fdnsdoctor)<a href="https://mcptoplist.com/server/io.github.Baneado98%2Fdnsdoctor"><img src="https://mcptoplist.com/badge/io.github.Baneado98%2Fdnsdoctor.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
baneado98
Other servers by baneado98
- npm-guardian#15,692 · 1 ver
- license-guardian#20,461 · 1 ver
- contract-auditor#23,290 · 1 ver
- rug-check#23,291 · 1 ver
- lockfile-guardian#24,663 · 1 ver
- secret-scanner#28,042 · 1 ver
- web-doctor#28,043 · 1 ver
- chain-data#31,086 · 1 ver
- ip-doctor#31,087 · 1 ver
- solidity-sentinel#38,868
- approval-guardian#42,329
- ssl-doctor#42,330
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains dnsdoctor?
- dnsdoctor is maintained by baneado98, which publishes 30 MCP servers (16 total versions) tracked on MCP Toplist.
- Is dnsdoctor listed on the Official MCP Registry?
- dnsdoctor is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does dnsdoctor have?
- MCP Toplist tracks 1 version of dnsdoctor, most recently published on Jun 22, 2026.
- Where can I find the source code for dnsdoctor?
- The source code for dnsdoctor is hosted at github.com/baneado98/dnsdoctor.