Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.node-man/dechonet-mcp

NPM · DECHONET-MCP · SCANNED AUG 3

13 security recon tools for AI agents — DNS, SSL, HTTP, email, ports, ASN. Health Score 0-100.

Available components

+45 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 824 tokens (~63/item across 13 items; 13 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · dechonet-mcp

# add to Claude Code
claude mcp add node-man-dechonet-mcp -- npx -y dechonet-mcp
# add to Codex CLI
codex mcp add node-man-dechonet-mcp -- npx -y dechonet-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "node-man-dechonet-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "dechonet-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add node-man-dechonet-mcp --command npx --arg -y --arg dechonet-mcp
# ~/.hermes/config.yaml
mcp_servers:
  node-man-dechonet-mcp:
    command: "npx"
    args: ["-y", "dechonet-mcp"]
// mcp.json
{
  "mcpServers": {
    "node-man-dechonet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dechonet-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 31 Jul 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −22
    • Tool coverage: 100 → unverified functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 13 exposed · ~824 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
asn_lookup ~64

Look up ASN/BGP info for an IP or ASN number. Identifies network operator, prefixes, abuse contact. Classifies as cloud/CDN/ISP/hosting/enterprise.

NameTypeReqDescription
querystringyesASN (e.g., AS13335) or IP address

No output schema declared.

No examples provided.

dns_lookup ~70

Query DNS records (A, AAAA, MX, TXT, NS, SOA, CAA) for a domain. Checks DNSSEC, validates SPF/DMARC syntax, identifies misconfigurations with severity-rated diagnostics.

NameTypeReqDescription
domainstringyesDomain name to query (e.g., example.com)

No output schema declared.

No examples provided.

dns_propagation ~61

Check DNS propagation across 8+ global resolvers (Google, Cloudflare, Quad9, OpenDNS). Identifies which resolvers have stale cached values.

NameTypeReqDescription
domainstringyesDomain to check
typestringRecord type

No output schema declared.

No examples provided.

email_auth ~85

Check email authentication: MX records, SPF, DMARC, DKIM (15 selectors), BIMI, MTA-STS, TLS-RPT, DANE. Blacklist check across all MX hosts. Returns 0-100 deliverability score.

NameTypeReqDescription
domainstringyesDomain or IP to check (e.g., example.com or 1.2.3.4)

No output schema declared.

No examples provided.

email_header_analysis ~52

Analyze email headers to trace delivery route, extract SPF/DKIM/DMARC results, detect delays and unencrypted hops.

NameTypeReqDescription
headersstringyesRaw email headers to analyze (paste the full header text)

No output schema declared.

No examples provided.

http_security ~70

Trace HTTP redirects and audit security headers (CSP, HSTS, X-Frame-Options, COOP, CORP, COEP, Permissions-Policy). Grades A+ to F. Detects information leaks.

NameTypeReqDescription
urlstringyesURL to check (e.g., https://example.com)

No output schema declared.

No examples provided.

ip_info ~31

Get public IP information: IPv4/IPv6, ISP, ASN, geolocation, proxy/VPN detection.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

port_scan ~67

Scan common TCP ports to identify open services. Covers HTTP, HTTPS, SSH, FTP, SMTP, DNS, databases. Shows port number, service name, and response time.

NameTypeReqDescription
hoststringyesHostname or IP to scan (e.g., example.com or example.com:443)

No output schema declared.

No examples provided.

reverse_dns ~60

Reverse DNS (PTR) lookup for any IPv4/IPv6. Verifies forward-confirmed rDNS (FCrDNS). Identifies hosting provider from PTR patterns.

NameTypeReqDescription
ipstringyesIP address to look up (IPv4 or IPv6)

No output schema declared.

No examples provided.

security_scan ~72

Comprehensive security scan — runs DNS, SSL, HTTP, Email, Port, Propagation, Reverse DNS, ASN, and RDAP checks in parallel. Returns a 0-100 Health Score with A-F grade and prioritized actions.

NameTypeReqDescription
domainstringyesDomain to scan comprehensively (e.g., example.com)

No output schema declared.

No examples provided.

ssl_check ~85

Verify SSL/TLS certificate — expiry, issuer, SAN, chain integrity, TLS version. Grades A+ to F based on certificate validity (40%), TLS version (25%), chain trust (15%), HSTS (20%).

NameTypeReqDescription
hoststringyesHostname to check (e.g., example.com)
portnumberPort number (default: 443)

No output schema declared.

No examples provided.

subnet_calc ~57

Calculate subnet details from CIDR notation: network/broadcast address, host range, usable hosts, wildcard mask.

NameTypeReqDescription
cidrstringyesIP with CIDR prefix (e.g., 192.168.1.0/24)

No output schema declared.

No examples provided.

whois_lookup ~50

RDAP/WHOIS lookup for domain registration data: registrar, dates, nameservers, status flags. Detects clientHold, pendingDelete.

NameTypeReqDescription
domainstringyesDomain name to look up

No output schema declared.

No examples provided.