Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Mcp Shodan
  4. vs Dechonet Mcp
Side-by-Side Model Context Protocol Comparison

Mcp Shodan vs Dechonet Mcp

In-depth architectural comparison of the Mcp Shodan and Dechonet Mcp MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Mcp Shodan
Security · Local stdio
Quality: 59/100 (Good) | Auth: API Key required
Dechonet Mcp
Security · Local stdio
Quality: 60/100 (Good) | Auth: No auth required
Verdict Summary: Choose Mcp Shodan if you need specialized Security tools running via a local process. Choose Dechonet Mcp if your workspace requires Security integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Mcp Shodan logo

Choose Mcp Shodan when:

  • You need dedicated capabilities in the Security domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
  • You have access to required keys: SHODAN_API_KEY.
  • Primary tools included: ip_lookup, ip, shodan_search.
Explore Mcp Shodan Details
Dechonet Mcp logo

Choose Dechonet Mcp when:

  • You need dedicated capabilities in the Security domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: security_scan, dns_lookup, ssl_check.
Explore Dechonet Mcp Details

Feature & Specification Comparison

Specification
Mcp Shodan logo
Mcp Shodan
BurtTheCoder
Security
Dechonet Mcp logo
Dechonet Mcp
node-man
Security
SummaryMCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.Domain security reconnaissance for AI agents. 13 tools — DNS + DNSSEC, SSL/TLS chain & grade, HTTP security headers, SPF/DKIM/DMARC email auth, TCP port scan, ASN, RDAP/WHOIS — plus a one-shot securityscan returning a 0-100 Health Score (A–F). Free, no API key. npx -y dechonet-mcp
Category & Scope

Tools & Capabilities Breakdown

Mcp Shodan Tools (22)

ip_lookup
ip
shodan_search
query
max_results
cve_lookup
cve
dns_lookup
hostnames

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Mcp Shodan Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "burtthecoder-mcp-shodan": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-shodan"
      ],
      "env": {
        "SHODAN_API_KEY": "YOUR_SHODAN_API_KEY_HERE"
      }
    }
  }
}
Dechonet Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "node-man-dechonet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dechonet-mcp"
      ]
    }
  }
}

Frequently Asked Questions

Mcp Shodan is categorized under Security and uses a local stdio subprocess. In contrast, Dechonet Mcp belongs to Security using local stdio subprocess. Select Mcp Shodan when you need capabilities focused on security and Dechonet Mcp when you require tools for security.

More alternatives to Mcp ShodanMore alternatives to Dechonet McpSecurity category hub

Related MCP Server Comparisons

Popular comparisons with Mcp Shodan

  • Mcp Virustotal logoMcp Shodan vs Mcp Virustotal
  • Vuln Nist Mcp Server logoMcp Shodan vs Vuln Nist Mcp Server
  • Cve Search Mcp logoMcp Shodan vs Cve Search Mcp
  • Mcp Dnstwist logoMcp Shodan vs Mcp Dnstwist

Popular comparisons with Dechonet Mcp

Security
Security
Quality signal59/100 (Good)60/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelBYOK (Pay Provider Direct)Free / Open Source
Required Env Vars
SHODAN_API_KEY
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 3 views 0 copies 0 upvotes 150 stars 2 views 0 copies 0 upvotes 1 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Mcp Shodan ListingView Dechonet Mcp Listing
reverse_dns_lookup
ips
cpe_lookup
+10 more tools listed on main page

Dechonet Mcp Tools (13)

security_scan
Comprehensive scan** — 9 checks in parallel, 0-100 Health Score, A-F grade
dns_lookup
DNS records + DNSSEC + SPF/DMARC validation
ssl_check
SSL/TLS certificate, chain, TLS version, A-F grade
http_security
HTTP redirect trace + 10 security headers audit, A-F grade
email_auth
SPF, DMARC, DKIM, BIMI, MTA-STS, DANE + blacklist check
port_scan
Open TCP ports with service identification
dns_propagation
DNS propagation across 8+ global resolvers
reverse_dns
PTR record + FCrDNS verification
asn_lookup
ASN/BGP network identification + abuse contact
whois_lookup
RDAP/WHOIS domain registration data
ip_info
Public IP, ISP, ASN, proxy detection
email_header_analysis
Email delivery route tracing + auth results
+1 more tools listed on main page
  • Cybersecurity MCP Server logoDechonet Mcp vs Cybersecurity MCP Server
  • Intodns Mcp Server logoDechonet Mcp vs Intodns Mcp Server
  • Mcp Dnstwist logoDechonet Mcp vs Mcp Dnstwist
  • Unphurl Mcp logoDechonet Mcp vs Unphurl Mcp