# io.github.node-man/dechonet-mcp (npm · dechonet-mcp)

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

- Trust score: 69/100 (medium)
- Change this week: +45
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `dechonet-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/node-man-dechonet-mcp/dechonet-mcp.md), [page](https://verifymcp.io/servers/node-man-dechonet-mcp/dechonet-mcp)

## Channel facts

- Registry: `npm`
- Package: `dechonet-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 46 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 824 tokens (~63/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add node-man-dechonet-mcp -- npx -y dechonet-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add node-man-dechonet-mcp --command npx --arg -y --arg dechonet-mcp
```

### Hermes

```yaml
mcp_servers:
  node-man-dechonet-mcp:
    command: "npx"
    args: ["-y", "dechonet-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "node-man-dechonet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dechonet-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 66, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-31 (score 21, −3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-28 (score 46, +22)

- [functional improvement] 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

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (13)

### `dns_lookup` (~70 tokens)

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.

Input parameters:

- `domain` (string, required): Domain name to query (e.g., example.com)

### `ssl_check` (~85 tokens)

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%).

Input parameters:

- `host` (string, required): Hostname to check (e.g., example.com)
- `port` (number): Port number (default: 443)

### `http_security` (~70 tokens)

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

Input parameters:

- `url` (string, required): URL to check (e.g., https://example.com)

### `email_auth` (~85 tokens)

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.

Input parameters:

- `domain` (string, required): Domain or IP to check (e.g., example.com or 1.2.3.4)

### `port_scan` (~67 tokens)

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

Input parameters:

- `host` (string, required): Hostname or IP to scan (e.g., example.com or example.com:443)

### `dns_propagation` (~61 tokens)

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

Input parameters:

- `domain` (string, required): Domain to check
- `type` (string): Record type

### `reverse_dns` (~60 tokens)

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

Input parameters:

- `ip` (string, required): IP address to look up (IPv4 or IPv6)

### `asn_lookup` (~64 tokens)

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

Input parameters:

- `query` (string, required): ASN (e.g., AS13335) or IP address

### `whois_lookup` (~50 tokens)

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

Input parameters:

- `domain` (string, required): Domain name to look up

### `ip_info` (~31 tokens)

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

### `email_header_analysis` (~52 tokens)

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

Input parameters:

- `headers` (string, required): Raw email headers to analyze (paste the full header text)

### `subnet_calc` (~57 tokens)

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

Input parameters:

- `cidr` (string, required): IP with CIDR prefix (e.g., 192.168.1.0/24)

### `security_scan` (~72 tokens)

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.

Input parameters:

- `domain` (string, required): Domain to scan comprehensively (e.g., example.com)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/node-man-dechonet-mcp/dechonet-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 66
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 24
- 2026-07-28: 46
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/dechonet-mcp
- Socket report: https://socket.dev/npm/package/dechonet-mcp
- Repository: https://github.com/node-man/dechonet-mcp
- Changelog RSS feed: https://verifymcp.io/servers/node-man-dechonet-mcp/dechonet-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/node-man-dechonet-mcp/dechonet-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/node-man-dechonet-mcp/dechonet-mcp
