mcpbeat Sign in

Deterministic MCP Server

by archradhq Your server? Claim it
local only

Deterministic runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 4 Sep 2026.

Deterministic IR/IR-LINT validation, policy packs, drift vs exports (archrad). Apache-2.0.

Installs per day peak 371 · avg 24 · +76% w/w
a month agotoday
57
Installs / week
npm · @archrad/deterministic
1
Stars
5 open issues
4 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command archlora/scrape_apis_guru.py:160
        result = subprocess.run(
Dumps the whole environment src/init/compose-vars.ts:33
    for (const [k, v] of Object.entries(process.env)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 deterministic -- npx -y @archrad/deterministic
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deterministic": {
      "args": [
        "-y",
        "@archrad/deterministic"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deterministic]
command = "npx"
args = ["-y", "@archrad/deterministic"]
.cursor/mcp.json
{
  "mcpServers": {
    "deterministic": {
      "args": [
        "-y",
        "@archrad/deterministic"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deterministic": {
      "args": [
        "-y",
        "@archrad/deterministic"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Deterministic

same job, measured the same way
Python Code Validator
by jkanselaar

Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

3 tools answering
MotionSpec — verified web motion (reduced-motion / WCAG)
by masterplayspots

Deterministic motion compiler + validator: reports WCAG 2.2.2 pause-path candidates, fail-closed.

112 installs/wk 5 tools answering
Research Repo Doctor
by tom409114

Deterministic Artifact Evaluation preflight and run-path grader for research repositories.

139 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only
C
Merchant Catalog Acceptance
by mcpscores

Deterministic acceptance report for a supplied product catalog: validates price/currency/availabi...

1 tools answering
MotionLint
by bobaba99

Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.

43 installs/wk local only
FetchSandbox
by fetchsandbox

A deterministic verification engine for agents. Proves a fix: fails on the old code, passes on new.

1 014 installs/wk local only
Zapier Dev MCP
by arose26

For Zapier integration developers: inspect, lint, and validate zapier-platform-cli projects.

38 installs/wk local only

Deterministic — questions

Answers built from our own checks of this server.

Why is there no uptime for Deterministic?
Deterministic 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 @archrad/deterministic was installed 57 times last week.
How do I connect Deterministic?
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 @archrad/deterministic straight from npm; nothing to host, nothing to sign up for.
How many people use Deterministic?
The npm package @archrad/deterministic was installed 57 times in the last week. Week over week that is +76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Deterministic open source?
We cannot say either way: written in TypeScript, 1 stars on GitHub and 5 open issues, but we could not determine the licence, and without one the code is not open source by default.