CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
nslookup-io avatar

Nslookup

nslookup-io/nslookup-mcp
2011 toolsSTDIO, HTTPregistry active
Summary

Connects Claude to nslookup.io's DNS infrastructure with 11 tools covering lookups across all 53 DNS record types, propagation checks across 18 global servers, and SSL certificate validation. The standout is dns_health, which runs 39 automated checks across DNSSEC, MX configuration, nameserver hygiene, and CAA records with severity scoring. Also includes security scanning for SPF/DKIM/DMARC, multi-region uptime checks from 7 locations, and GEO scoring to measure how well a domain presents itself to AI crawlers. Available as a remote connector at mcp.nslookup.io/mcp or via npx locally. Reach for this when you're debugging DNS issues, auditing domain security posture, or need to verify propagation without leaving your editor.

Install to Claude Code

verified
claude mcp add --transport http nslookup https://mcp.nslookup.io/mcp

Run in your terminal. Add --scope user to make it available in every project.

Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Verified live against the running server on Jun 10, 2026.

verified live11 tools
dns_lookupLook up all common DNS records (A, AAAA, NS, MX, TXT, CNAME, SOA) for a domain. Returns results from a specified DNS server.2 params

Look up all common DNS records (A, AAAA, NS, MX, TXT, CNAME, SOA) for a domain. Returns results from a specified DNS server.

Parameters* required
domain*string
Domain name to look up (e.g. example.com)
serverstring
DNS server to query. Default: cloudflare. Use 'authoritative' for the domain's own nameservers.one of cloudflare · cloudflare2 · google · quad9 · opendns · authoritative
dns_recordLook up a specific DNS record type for a domain. Supports 53 record types including A, AAAA, MX, TXT, CNAME, SOA, PTR, CAA, SRV, DNSKEY, DS, TLSA, HTTPS, SPF, and more.3 params

Look up a specific DNS record type for a domain. Supports 53 record types including A, AAAA, MX, TXT, CNAME, SOA, PTR, CAA, SRV, DNSKEY, DS, TLSA, HTTPS, SPF, and more.

Parameters* required
domain*string
Domain name (or IP address for PTR lookups) to query (e.g. example.com)
serverstring
DNS server to query. Default: cloudflare. Use 'authoritative' for the domain's own nameservers.one of cloudflare · cloudflare2 · google · quad9 · opendns · authoritative
type*string
DNS record type (e.g. A, MX, TXT, CNAME, SPF, HTTPS, DNSKEY)one of A · AAAA · AFSDB · APL · AXFR · CAA
dns_propagationCheck DNS propagation for a domain across 18+ global DNS servers (Cloudflare, Google, Quad9, OpenDNS, regional servers, and authoritative nameservers). Shows if DNS changes have propagated worldwide.2 params

Check DNS propagation for a domain across 18+ global DNS servers (Cloudflare, Google, Quad9, OpenDNS, regional servers, and authoritative nameservers). Shows if DNS changes have propagated worldwide.

Parameters* required
domain*string
Domain name to check propagation for (e.g. example.com)
recordType*string
DNS record type to check (e.g. A, AAAA, MX, NS, TXT, CNAME)one of A · AAAA · AFSDB · APL · AXFR · CAA
webserversGet the IP addresses (both IPv4 and IPv6) for a domain by looking up A and AAAA records. Also returns the punycode and unicode domain representations.1 params

Get the IP addresses (both IPv4 and IPv6) for a domain by looking up A and AAAA records. Also returns the punycode and unicode domain representations.

Parameters* required
domain*string
Domain name to look up IP addresses for (e.g. example.com)
ssl_certificateCheck the SSL/TLS certificate for a domain. Returns issuer, expiry date, days until expiry, certificate chain validity, cipher strength, SAN domains, fingerprint, and TLS protocol version.1 params

Check the SSL/TLS certificate for a domain. Returns issuer, expiry date, days until expiry, certificate chain validity, cipher strength, SAN domains, fingerprint, and TLS protocol version.

Parameters* required
domain*string
Domain name to check SSL certificate for (e.g. github.com)
bimi_vmcCheck BIMI (Brand Indicators for Message Identification) and VMC (Verified Mark Certificate) for a domain. Returns BIMI DNS record status, VMC certificate details, logo URL, trademark info, and expiry.1 params

Check BIMI (Brand Indicators for Message Identification) and VMC (Verified Mark Certificate) for a domain. Returns BIMI DNS record status, VMC certificate details, logo URL, trademark info, and expiry.

Parameters* required
domain*string
Domain name to check BIMI/VMC for (e.g. google.com)
security_scanRun a security scan on a domain to detect DNS misconfigurations, missing SPF/DKIM/DMARC records, cookie security issues, and other web security vulnerabilities. Returns findings with severity levels (critical, high, medium, low, info).1 params

Run a security scan on a domain to detect DNS misconfigurations, missing SPF/DKIM/DMARC records, cookie security issues, and other web security vulnerabilities. Returns findings with severity levels (critical, high, medium, low, info).

Parameters* required
domain*string
Domain name to security scan (e.g. example.com)
uptime_checkPerform a one-time HTTP uptime check on a URL from a single location. Returns whether the site is up or down, HTTP status code, and response time in milliseconds. For multi-location checks, use uptime_check_multi instead.2 params

Perform a one-time HTTP uptime check on a URL from a single location. Returns whether the site is up or down, HTTP status code, and response time in milliseconds. For multi-location checks, use uptime_check_multi instead.

Parameters* required
timeoutnumber
Timeout in milliseconds (default: 10000)
url*string
Full URL to check (e.g. https://github.com)
uptime_check_multiCheck if a website is up or down from 7 global locations simultaneously: Amsterdam, Sydney, London, Frankfurt, Delhi, Warsaw, and South Carolina. Returns status, response time, and HTTP status code for each location.2 params

Check if a website is up or down from 7 global locations simultaneously: Amsterdam, Sydney, London, Frankfurt, Delhi, Warsaw, and South Carolina. Returns status, response time, and HTTP status code for each location.

Parameters* required
timeoutnumber
Timeout in milliseconds (default: 30000)
url*string
Full URL to check (e.g. https://github.com)
dns_healthRun a comprehensive DNS health audit on a domain — 39 checks across 7 categories: DNSSEC (chain of trust, algorithms, validation), MX & email (PTR, MTA-STS, redundancy), DNS hygiene (SPF conflicts, wildcards, apex CNAME), TTL & SOA configuration, nameserver setup (diversity, l...1 params

Run a comprehensive DNS health audit on a domain — 39 checks across 7 categories: DNSSEC (chain of trust, algorithms, validation), MX & email (PTR, MTA-STS, redundancy), DNS hygiene (SPF conflicts, wildcards, apex CNAME), TTL & SOA configuration, nameserver setup (diversity, l...

Parameters* required
domain*string
Domain name to check DNS health for (e.g. example.com)
geo_checkerCheck a domain's GEO (Generative Engine Optimization) score — how well the site is optimized for AI search engines like ChatGPT, Gemini, Claude, and Perplexity. Returns three scores (Technical Readiness, Entity Readiness, Answer Readiness), AI crawler access status, structured...1 params

Check a domain's GEO (Generative Engine Optimization) score — how well the site is optimized for AI search engines like ChatGPT, Gemini, Claude, and Perplexity. Returns three scores (Technical Readiness, Entity Readiness, Answer Readiness), AI crawler access status, structured...

Parameters* required
domain*string
Domain name to check GEO score for (e.g. github.com)

NSLookup.io

MCP Server for nslookup.io
DNS lookups, SSL certificate checks, security scanning, GEO (AI readiness) scoring, domain intelligence, and your own monitoring account — via the Model Context Protocol.

Website · API Docs · npm · Contact

What is this?

The nslookup.io MCP server gives any MCP-capable AI assistant (Claude, ChatGPT, Cursor, Windsurf, …) direct access to nslookup.io's DNS, certificate, security, and monitoring tools. Ask in plain language — "Run a DNS health check on github.com" or "Which of my SSL certificates expire soonest?" — and the assistant calls the right tool for you.

23 tools total, in two groups:

  • 17 public tools — DNS, SSL, security, GEO, and domain-intelligence lookups that work anonymously, with no account and no API key.
  • 6 my_ account tools — read your own nslookup.io monitoring account (uptime, DNS, WHOIS, SSL, propagation, BIMI/VMC monitors). These are always listed but require signing in.

Jump to Connect to get set up, or the Tool reference for the full list.

Connect

There are two ways to connect. Pick one — see the note below.

Hosted (recommended)Local (npx / stdio)
Endpointhttps://mcp.nslookup.io/mcpnpx -y @nslookup-io/mcp-server
TransportStreamable HTTP (remote)stdio (runs on your machine)
InstallNothing to installRequires Node.js 18+
17 public tools✅ Anonymous✅ Anonymous
6 my_ account tools✅ Browser sign-in (OAuth) on first use❌ Not available locally — use the hosted connector

Use the hosted endpoint if you want your own monitoring data — it's the only mode where the my_ account tools sign in for you, right in the browser. The local mode is great for the 17 public tools with zero setup.

Connect for your account (portal) tools

To use your own NsLookup.io monitoring data (the 6 my_ account tools), add the hosted connector and sign in. There is no API key — authentication is a one-time browser sign-in (OAuth) against your nslookup.io account.

Claude Code (CLI)

claude mcp add --transport http nslookup https://mcp.nslookup.io/mcp

Then invoke an account tool — e.g. ask "show my monitoring overview". A browser sign-in window appears; after you sign in once, all 6 my_ tools work (the client remembers it).

Claude Desktop / claude.ai — add a custom connector with URL https://mcp.nslookup.io/mcp, then sign in when prompted.

.mcp.json (project) or any HTTP-capable client:

{ "mcpServers": { "nslookup": { "type": "http", "url": "https://mcp.nslookup.io/mcp" } } }

The 17 public tools work immediately over this same endpoint — you only sign in the first time you reach for your own data.

Hosted (recommended)

The hosted endpoint is a remote Streamable-HTTP server. Public tools work immediately; the first time you call a my_ tool, an OAuth-capable client opens a browser window to sign in to your nslookup.io account (see Signing in).

Claude Code (CLI)

claude mcp add --transport http nslookup https://mcp.nslookup.io/mcp

Claude Desktop / claude.ai (custom connector)

  1. Open Settings → Connectors
  2. Click Add custom connector
  3. Name: nslookup — URL: https://mcp.nslookup.io/mcp
  4. Click Add

Or drop it into an .mcp.json (project) / your client's MCP config:

{
  "mcpServers": {
    "nslookup": {
      "type": "http",
      "url": "https://mcp.nslookup.io/mcp"
    }
  }
}

ChatGPT

  1. Open Settings → Connected apps (or Tools & integrations)
  2. Click Add custom integration / Add MCP server
  3. Name: nslookup — URL: https://mcp.nslookup.io/mcp
  4. Save

Cursor / Windsurf (and any HTTP-capable client)

Add to your MCP config (.cursor/mcp.json, ~/.codeium/windsurf/mcp_config.json, etc.):

{
  "mcpServers": {
    "nslookup": {
      "type": "http",
      "url": "https://mcp.nslookup.io/mcp"
    }
  }
}

Local (npx / stdio)

Runs the server on your machine over stdio. Public tools only — all 17 public tools work with no auth. For your own monitoring data (the my_ account tools), use the hosted connector and sign in — the account tools are not available on the local transport.

Claude Code (CLI)

# Global (all projects)
claude mcp add nslookup --scope user -- npx -y @nslookup-io/mcp-server

# Or for a single project
claude mcp add nslookup --scope project -- npx -y @nslookup-io/mcp-server

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "nslookup": {
      "command": "npx",
      "args": ["-y", "@nslookup-io/mcp-server"]
    }
  }
}

Cursor (.cursor/mcp.json) / Windsurf (~/.codeium/windsurf/mcp_config.json):

{
  "mcpServers": {
    "nslookup": {
      "command": "npx",
      "args": ["-y", "@nslookup-io/mcp-server"]
    }
  }
}

⚠️ Use only ONE nslookup entry

Configure either the hosted entry or the local entry — not both. If two MCP servers named nslookup are registered at once (e.g. a hosted connector plus a local npx entry), tool calls can route to the wrong server and behave unpredictably. Pick the mode you want and remove the other.

Signing in

  • 17 public tools — no account, no key, nothing to sign in for. They call public, stateless, no-auth endpoints.
  • 6 my_ account tools — read your private monitoring data, so they require sign-in:
    • Hosted endpoint → browser OAuth. The server is an OAuth 2.1 resource server. Calling a my_ tool without credentials returns a 401 with a WWW-Authenticate challenge, and OAuth-capable clients (Claude web/desktop, Claude Code, …) then walk you through a browser sign-in against the nslookup.io identity provider (Keycloak). There is no API key — sign in once and the client remembers it. Everything else keeps working anonymously — you only sign in when you first reach for your own data. See Connect for your account (portal) tools.

Tool reference

Public tools (17 — anonymous)

DNS
ToolDescription
dns_lookupLook up all common DNS records (A, AAAA, NS, MX, TXT, CNAME, SOA) for a domain
dns_recordLook up a specific DNS record type — supports all 53 types (HTTPS, DNSKEY, TLSA, SPF, etc.)
dns_propagationCheck DNS propagation across 18+ global servers (Cloudflare, Google, Quad9, regional, authoritative)
webserversGet IPv4 and IPv6 addresses for a domain
dns_change_reviewReview proposed DNS changes before applying them: diff vs current DNS, rule-based findings with fixes, and a 0–100 risk score
Domain intelligence
ToolDescription
rdap_lookupRegistration data (RDAP) for an IP, AS number, or domain — owner org, network range, RIR, contacts, dates
hosting_reportWho hosts a website: hosting provider, CDN/proxy, DNS provider, mail servers, server location, SSL issuer
status_pageRead a public status page (by slug or custom domain): overall status, components, active incidents
DNS health & security
ToolDescription
dns_healthRun a DNS health audit (39 checks across DNSSEC, MX, hygiene, TTL, nameservers, CAA, operational maturity) with severity-weighted scoring
ssl_certificateCheck SSL/TLS certificate — issuer, expiry, chain validity, cipher strength, SAN domains, TLS version
bimi_vmcCheck BIMI record and VMC (Verified Mark Certificate) — logo URL, trademark info, certificate expiry
bimi_checkCheck only the BIMI DNS record (faster — skips the VMC certificate fetch)
security_scanScan a domain for security issues — SPF/DKIM/DMARC, cookie security, DNS misconfigurations
domain_scannerScan a domain's email security posture (SPF, DKIM, DMARC, BIMI) with per-indicator scores
uptime_checkOne-time HTTP uptime check — status, response time, HTTP status code
uptime_check_multiCheck if a site is up from 7 global locations — Amsterdam, Sydney, London, Frankfurt, Delhi, Warsaw, South Carolina
GEO (AI readiness)
ToolDescription
geo_checkerCheck a domain's GEO (Generative Engine Optimization) score — AI crawler access, structured data, entity signals, content extractability, and prioritized recommendations

Account tools (6 — require sign-in)

These my_ tools read your own nslookup.io monitoring account. They are always listed but require signing in to call.

ToolDescription
my_overviewAccount health snapshot — aggregated 0–100 score with per-subsystem breakdown, plus your limits/quota
my_monitorsList all your monitors across every type (uptime, API, DNS, WHOIS, propagation, certificates, VMC)
my_incidentsOpen (or all recent) incidents across all monitoring types, with a per-status/per-source summary
my_uptime_historyUptime + response-time history for one monitor (by id or URL) over a configurable window
my_dns_changesRecent DNS changes on your monitored domains with their risk reviews (0–100 score, severity counts)
my_certificatesSSL certificate expiry overview — alert-level counts and certificates sorted by soonest expiry

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 VariableDefaultDescription
NSLOOKUP_API_URLhttps://www.nslookup.ioBase URL for the nslookup.io API
MCP_RESOURCE_URL(request-derived)(HTTP server) Explicit public origin of this resource server, used as the issuer/resource/authorization_servers value in OAuth metadata. When unset, the origin is derived from the incoming request (X-Forwarded-Proto + host). Set it to the fixed public URL (e.g. https://mcp.nslookup.io) in production.
KEYCLOAK_ISSUERhttps://auth.nslookup.io/realms/nslookup-io(HTTP server) OAuth token issuer used to validate sign-in JWTs (JWKS, issuer, exp)
KEYCLOAK_REALM_URL(= KEYCLOAK_ISSUER)(HTTP server) Keycloak realm base URL whose /.well-known/openid-configuration supplies the real authorization_endpoint/token_endpoint. For Keycloak this equals the issuer, so it rarely needs setting.
KEYCLOAK_CLIENT_IDnslookup-io-mcp(HTTP server) The pre-registered public Keycloak client id returned by the DCR shim. This client must already exist in the realm; no Keycloak DCR is enabled.
How hosted OAuth sign-in works under the hood

The hosted server is an OAuth 2.1 resource server: calling a my_ tool without credentials returns a 401 with a WWW-Authenticate challenge pointing at /.well-known/oauth-protected-resource, and OAuth-capable MCP clients then walk you through sign-in against the nslookup.io identity provider.

Sign-in works for DCR-only clients (Claude web/desktop, Claude Code) without enabling Keycloak DCR. The server also acts as its own OAuth authorization server for metadata: GET /.well-known/oauth-authorization-server returns an issuer equal to this server's own origin, with authorization_endpoint/token_endpoint pointing at the real Keycloak endpoints (fetched from the realm's OpenID configuration, cached with a static fallback) and registration_endpoint set to <origin>/register. Because the advertised issuer is this server, clients that compute {issuer}/register hit our Dynamic Client Registration (DCR) shim at POST /register (also POST /oauth/register), which ignores the submitted metadata and returns one pre-registered public Keycloak client (KEYCLOAK_CLIENT_ID, default nslookup-io-mcp) with token_endpoint_auth_method: "none", echoing back the requested redirect URIs. The browser sign-in and the PKCE code→token exchange happen directly on Keycloak. A public client with KEYCLOAK_CLIENT_ID must already exist in the realm; no Keycloak DCR endpoint is used or exposed.

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?"
  • "Who owns the IP 8.8.8.8?"
  • "Look up registration data for AS13335"
  • "Who hosts github.com?"
  • "Review this DNS change for example.com before I apply it: ..."
  • "Scan example.com's email security (SPF, DKIM, DMARC)"
  • "Is the nslookup-io status page reporting any incidents?"

And once signed in to your nslookup.io account:

  • "How healthy is my monitoring right now?"
  • "List all my monitors — anything down or expiring?"
  • "Do I have any open incidents?"
  • "Show me the uptime history for https://myapp.com over the last 48 hours"
  • "Any risky DNS changes on my domains recently?"
  • "Which of my SSL certificates expire soonest?"

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Security & PentestingMonitoring & Observability
Registryactive
Package@nslookup-io/mcp-server
TransportSTDIO, HTTP
Tools verifiedJun 10, 2026
UpdatedApr 2, 2026
View on GitHub

Related Security & Pentesting MCP Servers

View all →
nekzus avatar
Nekzus Npm Sentinel Mcp

ai.smithery/nekzus-npm-sentinel-mcp

Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
17
nekzus avatar
Npm Sentinel Mcp

nekzus/npm-sentinel-mcp

Advanced NPM analysis: Recursive security scanning, ecosystem awareness, and deep insights.
17
hive-intel avatar
Mcp

xyz.hiveintelligence/mcp

Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.
17
berba-q avatar
FAOSTAT MCP

berba-q/faostat-mcp

FAOSTAT data for 245 countries: crops, trade, food security, and emissions via 21 MCP tools.
14
prodlint avatar
prodlint

prodlint/prodlint

Production readiness for vibe-coded apps. 52 checks for security, reliability, and performance.
14
aidongise-cell avatar
Prism Scanner

aidongise-cell/prism-scanner

Security scanner for AI Agent skills, plugins, and MCP servers with A-F grading.
11