# io.github.amidabuddha/jev-decision-mcp (npm · jev-decision-mcp)

Typed Jev decisions in one batched tool: choice, score, and yes/no probabilities.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- npm · `jev-decision-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/amidabuddha-jev-decision-mcp/jev-decision-mcp.md), [page](https://verifymcp.io/servers/amidabuddha-jev-decision-mcp/jev-decision-mcp)

## Channel facts

- Registry: `npm`
- Package: `jev-decision-mcp`
- Version: `0.1.3`
- 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-24.

- **Supply Chain Security**: 48/100
  - Malware scan not yet available for this package.
  - 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**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to amidabuddha/jev-decision-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 209 tokens (~209/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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 (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 1 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 io.github.amidabuddha/jev-decision-mcp server?

io.github.amidabuddha/jev-decision-mcp runs locally as an npm package, launched with npx -y jev-decision-mcp. 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 amidabuddha-jev-decision-mcp -- npx -y jev-decision-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "amidabuddha-jev-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jev-decision-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "amidabuddha-jev-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jev-decision-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add amidabuddha-jev-decision-mcp -- npx -y jev-decision-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add amidabuddha-jev-decision-mcp --command npx --arg -y --arg jev-decision-mcp
```

### Hermes

```yaml
mcp_servers:
  amidabuddha-jev-decision-mcp:
    command: "npx"
    args: ["-y", "jev-decision-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "amidabuddha-jev-decision-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "jev-decision-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add amidabuddha-jev-decision-mcp -t stdio -c npx -a -y jev-decision-mcp
```

### Other

```json
{
  "mcpServers": {
    "amidabuddha-jev-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jev-decision-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-09-24 (score 66, −15)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Stability: unverified → 0.03
- [functional] Package version: 0.1.2 → 0.1.3

### 2026-09-23 (score 81)

First indexed and scored.

## MCP tools (1)

### `jev_decide` (~209 tokens)

Ask Jev for typed decisions

Evaluate supplied context using TypeSafe Jev. Batch independent, narrow questions in one call: choice selects a provided label; score returns a position on 2–10 ordered levels (0-based); noul returns probability of yes, not intensity. Supply relevant evidence and full instructions; question IDs are not sent to the model. Include an other/none choice when appropriate. Questions cannot use each other's answers. Returns raw judgments, probabilities, confidence for choice/score, and token usage. Use caller-defined policies for uncertainty. This sends the supplied state and questions to TypeSafe and may incur API charges. It does not execute selected actions.

Input parameters:

- `model` (string): Optional TypeSafe model override; defaults to the configured model or jev-latest.
- `questions` (object, required): Named independent questions over the same state. IDs are not model instructions; write each full judgment in instructions.
- `state` (required): Relevant source text or JSON context; include evidence, definitions and policies needed for the questions.

Output parameters:

- `answers` (object)
- `model` (string)
- `usage` (object)

## Diagnostics

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

## Score history

- 2026-09-24: 66
- 2026-09-23: 81

## Common questions

### What is the io.github.amidabuddha/jev-decision-mcp server?

io.github.amidabuddha/jev-decision-mcp is listed in the public MCP registry as io.github.amidabuddha/jev-decision-mcp. Typed Jev decisions in one batched tool: choice, score, and yes/no probabilities. This page covers its npm package (jev-decision-mcp).

### Is the io.github.amidabuddha/jev-decision-mcp server safe to use?

io.github.amidabuddha/jev-decision-mcp scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 io.github.amidabuddha/jev-decision-mcp server expose?

io.github.amidabuddha/jev-decision-mcp exposes 1 tool: jev_decide. Their descriptions and schemas cost roughly 209 tokens of context every time the server is loaded.

### Is the io.github.amidabuddha/jev-decision-mcp server still maintained?

io.github.amidabuddha/jev-decision-mcp is still listed as active in the MCP registry. We last reached this channel on 24 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 io.github.amidabuddha/jev-decision-mcp server under?

io.github.amidabuddha/jev-decision-mcp 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/jev-decision-mcp
- Socket report: https://socket.dev/npm/package/jev-decision-mcp
- Repository: https://github.com/amidabuddha/jev-decision-mcp
- Changelog RSS feed: https://verifymcp.io/servers/amidabuddha-jev-decision-mcp/jev-decision-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/amidabuddha-jev-decision-mcp/jev-decision-mcp.json
- HTML version of this page: https://verifymcp.io/servers/amidabuddha-jev-decision-mcp/jev-decision-mcp
