# com.oksigenia/checker-mcp (npm · @oksigenia/checker-mcp)

Domain security & privacy checker as an MCP server. 17 live checks, 0-100 score, local-first.

- Trust score: 80/100 (high trust)
- Change this week: +34
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@oksigenia/checker-mcp`: 80/100 (this document), [markdown](https://verifymcp.io/servers/com-oksigenia-checker-mcp/oksigenia-checker-mcp.md), [page](https://verifymcp.io/servers/com-oksigenia-checker-mcp/oksigenia-checker-mcp)

## Channel facts

- Registry: `npm`
- Package: `@oksigenia/checker-mcp`
- Version: `0.1.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**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to OksigeniaSL/checker-mcp).
  - Clear OSI-approved license (GPL-3.0-or-later).
  - Actively maintained (last published 12 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 319 tokens (~106/item across 3 items; 3 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.
  - Structured output schemas are declared (33% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-oksigenia-checker-mcp -- npx -y @oksigenia/checker-mcp
```

### Codex

```bash
codex mcp add com-oksigenia-checker-mcp -- npx -y @oksigenia/checker-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-oksigenia-checker-mcp --command npx --arg -y --arg @oksigenia/checker-mcp
```

### Hermes

```yaml
mcp_servers:
  com-oksigenia-checker-mcp:
    command: "npx"
    args: ["-y", "@oksigenia/checker-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-oksigenia-checker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oksigenia/checker-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 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 79, +58)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: OksigeniaSL/checker-mcp
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: GPL-3.0-or-later

### 2026-08-01 (score 21, −7)

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

### 2026-07-31 (score 28, −18)

- [security regression] Malware scan: pass → unverified

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

- [functional improvement] Tool coverage: unverified → 100

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

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (3)

### `check_domain` (~163 tokens)

Check a domain's security

Run the Oksigenia Checker against a domain and return a scored security report from real live checks (SSL/TLS, email authentication, DNS & infrastructure, web security). Accepts a bare domain or a URL. Optionally restrict to specific categories.

Input parameters:

- `categories` (array): Optional subset of categories. Defaults to all: ssl, email, dns, web.
- `domain` (string, required): Domain or URL to scan, e.g. 'oksigenia.com' or 'https://oksigenia.com/blog'.
- `format` (string): Output format: human-readable 'report' (default) or raw 'json'.
- `lang` (string): Report language: 'es' or 'en'. Defaults to $OKSIGENIA_LANG or 'en'.

Output parameters:

- `checks` (array)
- `domain` (string)
- `grade` (string)
- `lang` (string)
- `score` (number)
- `summary` (object)

### `list_checks` (~66 tokens)

List available checks

List every check the Oksigenia Checker performs, grouped by category, with the reason each one matters. Useful to know what check ids exist.

Input parameters:

- `lang` (string): Report language: 'es' or 'en'. Defaults to $OKSIGENIA_LANG or 'en'.

### `explain_check` (~90 tokens)

Explain a check and how to fix it

Given a check id (see list_checks), explain what it verifies, why it matters, and how to remediate a failure.

Input parameters:

- `check_id` (string, required): The check id, e.g. 'ssl', 'dmarc', 'hsts_preload'.
- `lang` (string): Report language: 'es' or 'en'. Defaults to $OKSIGENIA_LANG or 'en'.

## Diagnostics

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

## Score history

- 2026-08-03: 80
- 2026-08-02: 79
- 2026-08-01: 21
- 2026-07-31: 28
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

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