# io.github.Bishop81/domainintel-mcp (npm · @domainintel/mcp)

Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.

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

## Components

- npm · `@domainintel/mcp`: 73/100 (this document), [markdown](https://verifymcp.io/servers/bishop81-domainintel-mcp/domainintel-mcp.md), [page](https://verifymcp.io/servers/bishop81-domainintel-mcp/domainintel-mcp)

## Channel facts

- Registry: `npm`
- Package: `@domainintel/mcp`
- Version: `1.0.2`
- 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**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **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 9 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 477 tokens (~68/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 bishop81-domainintel-mcp -- npx -y @domainintel/mcp
```

### Codex

```bash
codex mcp add bishop81-domainintel-mcp -- npx -y @domainintel/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bishop81-domainintel-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@domainintel/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bishop81-domainintel-mcp --command npx --arg -y --arg @domainintel/mcp
```

### Hermes

```yaml
mcp_servers:
  bishop81-domainintel-mcp:
    command: "npx"
    args: ["-y", "@domainintel/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "bishop81-domainintel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@domainintel/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-02 (score 73, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 69, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 54, −9)

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

### 2026-07-30 (score 63, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 81, 0)

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

### 2026-07-26 (score 81)

First indexed and scored.

## MCP tools (7)

### `whois_lookup` (~66 tokens)

WHOIS lookup

Registration data for a domain: registrar, creation/expiry/updated dates, registrant country, privacy/redaction status, and name servers.

Input parameters:

- `domain` (string, required): Domain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)

### `dns_records` (~71 tokens)

DNS records

Resolves A, AAAA, MX, TXT, NS and CNAME records, plus CAA records, SPF/DMARC presence and common DNS misconfiguration warnings.

Input parameters:

- `domain` (string, required): Domain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)

### `ssl_certificate` (~62 tokens)

SSL/TLS certificate

Inspects the live TLS certificate: validity, issuer, subject, expiration, days remaining, protocol/cipher and certificate warnings.

Input parameters:

- `domain` (string, required): Domain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)

### `security_headers` (~77 tokens)

HTTP security headers

Fetches HTTP response headers and scores security headers (HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy) with recommendations.

Input parameters:

- `domain` (string, required): Domain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)

### `domain_reputation` (~62 tokens)

Domain reputation

Checks the domain/IP against DNS blocklists (DNSBL, Spamhaus) and returns a reputation score and any listings.

Input parameters:

- `domain` (string, required): Domain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)

### `subdomain_discovery` (~63 tokens)

Subdomain discovery

Discovers subdomains via Certificate Transparency logs (crt.sh) and common-prefix probing, with DNS resolution status for each.

Input parameters:

- `domain` (string, required): Domain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)

### `full_domain_report` (~76 tokens)

Full domain report

Runs every analyzer (WHOIS, DNS, SSL, security headers, reputation, subdomains) in parallel and returns a combined report with an overall security score and A+ to F rating.

Input parameters:

- `domain` (string, required): Domain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)

## Diagnostics

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

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 69
- 2026-07-31: 54
- 2026-07-30: 63
- 2026-07-29: 81
- 2026-07-28: 81
- 2026-07-27: 81
- 2026-07-26: 81

## Links

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