# io.github.Incultnitollc/mcp-probe (npm · @incultnitollc/mcp-probe)

Inspect and score any MCP server 0-100 on publishability, schema and protocol before publish.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@incultnitollc/mcp-probe`
- Version: `1.1.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-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 112 of 116 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 112 of 116 dependencies we could resolve, 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 23 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 247 tokens (~123/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add incultnitollc-mcp-probe -- npx -y @incultnitollc/mcp-probe
```

### Codex

```bash
codex mcp add incultnitollc-mcp-probe -- npx -y @incultnitollc/mcp-probe
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add incultnitollc-mcp-probe --command npx --arg -y --arg @incultnitollc/mcp-probe
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "incultnitollc-mcp-probe": {
      "command": "npx",
      "args": [
        "-y",
        "@incultnitollc/mcp-probe"
      ]
    }
  }
}
```

## 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-06 (score 64, +29)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail

### 2026-08-05 (score 35, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-04 (score 35, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-02 (score 35, +15)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

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

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 5, −19)

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

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

First indexed and scored.

## MCP tools (2)

### `probe_server` (~107 tokens)

Probe MCP server

Inspect an MCP server: list its tools/resources/prompts, call them, and report schema and protocol-compliance issues.

Input parameters:

- `headers` (array): Headers for remote transports, e.g. "Authorization: Bearer x".
- `target` (string, required): MCP server target: a launch command or an http(s) URL.
- `timeout` (number): Per-operation timeout in milliseconds (default 30000).
- `transport` (string): Force transport. Inferred from the target when omitted.

### `score_server` (~140 tokens)

Score MCP server publishability

Score an MCP server 0–100 on publishability (description quality, enum/schema shape, mutation legibility, distribution metadata) with a letter grade — run this before publishing a server.

Input parameters:

- `headers` (array): Headers for remote transports, e.g. "Authorization: Bearer x".
- `packagePath` (string): Path to the server's package.json for the metadata check.
- `target` (string, required): MCP server target: a launch command or an http(s) URL.
- `timeout` (number): Per-operation timeout in milliseconds (default 30000).
- `transport` (string): Force transport. Inferred from the target when omitted.

## Diagnostics

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

## Score history

- 2026-08-07: 64
- 2026-08-06: 64
- 2026-08-05: 35
- 2026-08-04: 35
- 2026-08-03: 35
- 2026-08-02: 35
- 2026-08-01: 20
- 2026-07-31: 5
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 24

## Links

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