nslookup.io MCP Server
The nslookup.io MCP Server provides comprehensive DNS, SSL, security, and domain intelligence tools via the Model Context Protocol — no API key required.
DNS Lookup: Retrieve all common DNS records (A, AAAA, NS, MX, TXT, CNAME, SOA) for a domain using servers like Cloudflare, Google, Quad9, OpenDNS, or authoritative nameservers.
Specific DNS Record Lookup: Query any of 53 supported DNS record types (e.g., HTTPS, DNSKEY, TLSA, SPF, CAA, SRV, PTR, DS) from a choice of DNS servers.
DNS Propagation Check: Verify whether DNS changes have propagated across 18+ global DNS servers including regional resolvers worldwide.
Web Server IP Lookup: Retrieve IPv4 and IPv6 addresses for a domain along with punycode and unicode representations.
DNS Health Audit: Run comprehensive health checks with 39 tests covering DNSSEC, MX hygiene, TTL optimization, nameserver configuration, and operational maturity.
SSL/TLS Certificate Check: Inspect a domain's certificate including issuer, expiry, chain validity, cipher strength, SAN domains, fingerprint, and TLS version.
BIMI/VMC Verification: Validate Brand Indicators for Message Identification records and Verified Mark Certificates, including logo URL, trademark info, and expiry.
Security Scan: Detect DNS misconfigurations, missing SPF/DKIM/DMARC records, cookie security issues, and other vulnerabilities with severity-level ratings.
Uptime Check: Perform one-time HTTP checks on a URL for availability, HTTP status code, and response time from single or multiple global locations.
GEO/AI Readiness Scoring: Assess domains for Generative Engine Optimization, including AI crawler accessibility, structured data, entity signals, and content extractability.
Enables DNS record lookups and propagation checks across Cloudflare's global DNS network.
Enables DNS record lookups and propagation checks across Google's global DNS infrastructure.
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., "@nslookup.io MCP ServerCheck the DNS records and SSL certificate for github.com"
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.
Tools
DNS Tools
Tool | Description |
| Look up all common DNS records (A, AAAA, NS, MX, TXT, CNAME, SOA) for a domain |
| Look up a specific DNS record type — supports all 53 types (HTTPS, DNSKEY, TLSA, SPF, etc.) |
| Check DNS propagation across 18+ global servers (Cloudflare, Google, Quad9, regional, authoritative) |
| Get IPv4 and IPv6 addresses for a domain |
DNS Health & Security Tools
Tool | Description |
| NEW — Run a DNS health audit (39 checks across DNSSEC, MX, hygiene, TTL, nameservers, CAA, operational maturity) with severity-weighted scoring |
| Check SSL/TLS certificate — issuer, expiry, chain validity, cipher strength, SAN domains, TLS version |
| Check BIMI record and VMC (Verified Mark Certificate) — logo URL, trademark info, certificate expiry |
| Scan a domain for security issues — SPF/DKIM/DMARC, cookie security, DNS misconfigurations |
| One-time HTTP uptime check — status, response time, HTTP status code |
| Check if a site is up from 7 global locations — Amsterdam, Sydney, London, Frankfurt, Delhi, Warsaw, South Carolina |
GEO (AI Readiness) Tools
Tool | Description |
| Check a domain's GEO (Generative Engine Optimization) score — AI crawler access, structured data, entity signals, content extractability, and prioritized recommendations |
Setup
Claude Desktop — Remote Connector (Recommended)
The easiest way to get started. No installation required.
Open Claude Desktop
Go to Settings (click your profile icon or use the menu)
In the left sidebar, click Connectors
Click "Add custom connector" at the bottom
Enter the following:
Name:
nslookupURL:
https://mcp.nslookup.io/mcp
Click Add to confirm
Done — Claude can now use all 11 DNS, security, and health tools. Try asking "Run a DNS health check on github.com".
ChatGPT
Open ChatGPT (desktop app or web)
Go to Settings (click your profile icon)
Navigate to Connected apps (or Tools & integrations)
Click "Add custom integration" or "Add MCP server"
Enter the following:
Name:
nslookupURL:
https://mcp.nslookup.io/mcp
Save the connection
Done — ChatGPT can now perform DNS lookups, certificate checks, and security scans.
Any MCP Client (Remote)
Any MCP-compatible client that supports Streamable HTTP transport can connect using:
https://mcp.nslookup.io/mcpNo API key or authentication required.
Claude Desktop — Local (via config JSON)
If you prefer running the server locally (requires Node.js 18+), add to your claude_desktop_config.json:
{
"mcpServers": {
"nslookup": {
"command": "npx",
"args": ["-y", "@nslookup-io/mcp-server"]
}
}
}Claude Code
Available globally (all projects):
claude mcp add nslookup --scope user -- npx -y @nslookup-io/mcp-serverOr for a specific project only:
claude mcp add nslookup --scope project -- npx -y @nslookup-io/mcp-serverCursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"nslookup": {
"command": "npx",
"args": ["-y", "@nslookup-io/mcp-server"]
}
}
}Windsurf
Add to your Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"nslookup": {
"command": "npx",
"args": ["-y", "@nslookup-io/mcp-server"]
}
}
}Supported DNS Record Types
A, AAAA, AFSDB, APL, AXFR, CAA, CDNSKEY, CDS, CERT, CNAME, CSYNC, DHCID, DLV, DNAME, DNSKEY, DS, EUI48, EUI64, HINFO, HIP, HTTPS, IPSECKEY, IXFR, KEY, KX, LOC, MX, NAPTR, NS, NSEC, NSEC3, NSEC3PARAM, NXT, OPENPGPKEY, OPT, PTR, RP, RRSIG, SIG, SMIMEA, SOA, SPF, SRV, SSHFP, SVCB, TA, TKEY, TLSA, TSIG, TXT, URI, ZONEMD
DNS Servers
cloudflare, google, quad9, opendns, authoritative, and regional servers in South Africa, Australia, India, Netherlands, Canada, USA, Brazil, Ukraine, Russia.
Configuration
Environment Variable | Default | Description |
|
| Base URL for the nslookup.io API |
Example Prompts
Once connected, try asking your AI assistant:
"What are the DNS records for github.com?"
"Check the MX records for google.com"
"Has the DNS propagated for my-domain.com A record?"
"What IP addresses does cloudflare.com resolve to?"
"Show me the DNSKEY records for example.com"
"Check the SPF record for amazon.com"
"Run a DNS health check on example.com"
"What's the DNSSEC status of cloudflare.com?"
"Check the DNS health score for my-domain.com — are there any critical issues?"
"Check the SSL certificate for github.com"
"Does google.com have a BIMI record?"
"Run a security scan on example.com"
"Is https://cloudflare.com up right now?"
"Check if github.com is accessible from all global locations"
"Check DNS propagation for example.com NS records across all global servers"
"Check the GEO score for github.com"
"Is example.com optimized for AI search engines?"
"Which AI crawlers does cloudflare.com block?"
Feedback
We'd love to hear from you! At nslookup.io, we're building a fast, reliable, and free DNS lookup tool and monitoring platform for everyone — from developers and sysadmins to everyday internet users.
Your feedback is what helps us improve. Whether you've spotted a bug, have a feature idea, or just want to share your thoughts — we're listening. Contact us.
License
Apache 2.0
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/NsLookup-io/nslookup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server