Nslookup
Rank #8,410io.github.venomseven/nslookup
DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks
Nslookup is a Model Context Protocol (MCP) server published by nslookup-io. It ranks #8,410 of 115,591 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. Nslookup is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 107,181 of 115,591 servers on MCP Toplist.
Use Nslookup
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http nslookup https://mcp.nslookup.io/mcpclaude mcp add nslookup -- npx -y @nslookup-io/mcp-server[mcp_servers.nslookup]
url = "https://mcp.nslookup.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.nslookup]
command = "npx"
args = ["-y", "@nslookup-io/mcp-server"]Add to ~/.codex/config.toml.
https://mcp.nslookup.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"nslookup": {
"command": "npx",
"args": [
"-y",
"@nslookup-io/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nslookup": {
"url": "https://mcp.nslookup.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"nslookup": {
"command": "npx",
"args": [
"-y",
"@nslookup-io/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nslookup": {
"type": "http",
"url": "https://mcp.nslookup.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"nslookup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nslookup-io/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nslookup": {
"serverUrl": "https://mcp.nslookup.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nslookup": {
"command": "npx",
"args": [
"-y",
"@nslookup-io/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nslookup": {
"url": "https://mcp.nslookup.io/mcp"
}
}
}{
"mcpServers": {
"nslookup": {
"command": "npx",
"args": [
"-y",
"@nslookup-io/mcp-server"
]
}
}
}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.venomseven%2Fnslookup)<a href="https://mcptoplist.com/server/io.github.venomseven%2Fnslookup"><img src="https://mcptoplist.com/badge/io.github.venomseven%2Fnslookup.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
nslookup-io
Available versions (9)
| Version | Published |
|---|---|
| 1.3.0 | Apr 2, 2026 |
| 1.2.0 | Apr 1, 2026 |
| 1.1.7 | Mar 24, 2026 |
| 1.1.6 | Mar 24, 2026 |
| 1.1.5 | Mar 24, 2026 |
| 1.1.4 | Mar 23, 2026 |
| 1.1.3 | Mar 23, 2026 |
| 1.1.2 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nslookup?
- Nslookup is maintained by nslookup-io, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Nslookup listed on the Official MCP Registry?
- Yes — Nslookup is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Nslookup have?
- MCP Toplist tracks 9 versions of Nslookup, most recently published on Apr 2, 2026.
- Where can I find the source code for Nslookup?
- The source code for Nslookup is hosted at github.com/nslookup-io/nslookup-mcp.