# dev.getstub/check (npm · @getstub/mcp-check)

Verify what an AI agent did for someone, and what commercial influence the operator disclosed.

- Trust score: 75/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `@getstub/mcp-check`: 75/100 (this document), [markdown](https://verifymcp.io/servers/dev-getstub-check/getstub-mcp-check.md), [page](https://verifymcp.io/servers/dev-getstub-check/getstub-mcp-check)

## Channel facts

- Registry: `npm`
- Package: `@getstub/mcp-check`
- Version: `0.1.0`
- 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-09-25.

- **Supply Chain Security**: 98/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.
  - 31 of 96 dependencies flagged as unhealthy.
- **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**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 117 tokens (~58/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 2 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the dev.getstub/check MCP server?

dev.getstub/check runs locally as an npm package, launched with npx -y @getstub/mcp-check. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add dev-getstub-check -- npx -y @getstub/mcp-check
```

### Cursor

```json
{
  "mcpServers": {
    "dev-getstub-check": {
      "command": "npx",
      "args": [
        "-y",
        "@getstub/mcp-check"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "dev-getstub-check": {
      "command": "npx",
      "args": [
        "-y",
        "@getstub/mcp-check"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add dev-getstub-check -- npx -y @getstub/mcp-check
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add dev-getstub-check --command npx --arg -y --arg @getstub/mcp-check
```

### Hermes

```yaml
mcp_servers:
  dev-getstub-check:
    command: "npx"
    args: ["-y", "@getstub/mcp-check"]
```

### Netclaw

```json
{
  "McpServers": {
    "dev-getstub-check": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@getstub/mcp-check"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add dev-getstub-check -t stdio -c npx -a -y @getstub/mcp-check
```

### Other

```json
{
  "mcpServers": {
    "dev-getstub-check": {
      "command": "npx",
      "args": [
        "-y",
        "@getstub/mcp-check"
      ]
    }
  }
}
```

## 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-09-25 (score 75, 0)

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

### 2026-09-23 (score 75, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-16 (score 71, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-15 (score 56)

First indexed and scored.

## MCP tools (2)

### `check_stub` (~84 tokens)

Check a Stub receipt

Verify what an AI agent did on someone's behalf, and whose side it was on. Takes a stub id and returns the signed record: what was asked, what was done, what money moved, and what commercial influence the operator disclosed. Resolves at a neutral registry, not on the agent's own servers.

Input parameters:

- `stub_id` (string, required): the 64 character stub id

### `get_witness_key` (~33 tokens)

Get the registry witness key

Return the registry's public witness key, so countersignatures on checks can be verified independently without trusting the registry.

## Diagnostics

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

## Score history

- 2026-09-25: 75
- 2026-09-24: 75
- 2026-09-23: 75
- 2026-09-22: 71
- 2026-09-21: 71
- 2026-09-20: 71
- 2026-09-19: 71
- 2026-09-18: 71
- 2026-09-17: 71
- 2026-09-16: 71
- 2026-09-15: 56

## Common questions

### What is the dev.getstub/check MCP server?

dev.getstub/check is an MCP server listed in the public MCP registry as dev.getstub/check. Verify what an AI agent did for someone, and what commercial influence the operator disclosed. This page covers its npm package (@getstub/mcp-check).

### Is the dev.getstub/check MCP server safe to use?

dev.getstub/check scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the dev.getstub/check MCP server expose?

dev.getstub/check exposes 2 tools: check_stub, get_witness_key. Their descriptions and schemas cost roughly 117 tokens of context every time the server is loaded.

### Is the dev.getstub/check MCP server still maintained?

dev.getstub/check is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the dev.getstub/check MCP server under?

dev.getstub/check declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

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