mcpbeat Sign in
I

Jev Decision MCP Server

by amidabuddha Your server? Claim it
local only

Jev Decision MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

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

Installs / week
npm · jev-decision-mcp
1
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Jev Decision MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jev-decision-mcp -- npx -y jev-decision-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jev-decision-mcp": {
      "args": [
        "-y",
        "jev-decision-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jev-decision-mcp]
command = "npx"
args = ["-y", "jev-decision-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jev-decision-mcp": {
      "args": [
        "-y",
        "jev-decision-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jev-decision-mcp": {
      "args": [
        "-y",
        "jev-decision-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TYPESAFE_API_KEY (Your TypeSafe API key from console.typesafe.ai), TYPESAFE_DEFAULT_MODEL (Default Jev model), JEV_TIMEOUT_MS (Total request deadline in milliseconds, including retries (1–120000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Jev Decision MCP

same job, measured the same way
Jev Use
by shitianfang

Typed yes/no, pick-one and score judgments from Jev in one batched call; typed escalation back.

2 388 installs/wk local only
I
Jev MCP Server
by wangkuangkuang

MCP server for Jev (TypeSafe System One): typed decisions with calibrated probabilities.

local only
Laya Typed Decisions
by perrylink

Typed noul / choice / score judgments from a local Laya model, with token-budget preflight.

686 installs/wk local only
I
Datagoat
by datagoat

Governed decision engine: yes/no, score, choice and rank answers about cases, from past outcomes.

answering
I
TypeSafe Jev
by perrylink

MCP server over TypeSafe Jev: typed ask, rank and check judgments return calibrated probabilities.

1 432 installs/wk local only
Actually
by sofiia7

Matches news to Polymarket markets and returns the market's probability. Optional capped trading.

37 installs/wk local only
Arbitype
by renwang-huang

Typed decision tools for AI agents, powered by TypeSafe Jev.

local only
Italian B2B Lead Scoring, Ranking & JSON Decisions
by machinesignal

Score, rank and prioritize an existing Italian B2B lead list into explained JSON decisions.

6 tools answering

Jev Decision MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Jev Decision MCP?
Jev Decision MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package jev-decision-mcp.
How do I connect Jev Decision MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls jev-decision-mcp straight from npm; nothing to host, nothing to sign up for.
Is Jev Decision MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.