mcpbeat Sign in

Warrant MCP Server

by s0fractal Your server? Claim it
local only

Warrant runs on your own machine — the client starts it, so there is no endpoint to ping. 170 installs a week from pypi. Last commit 18 Sep 2026.

Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.

Installs per day peak 80 · avg 26 · -20% w/w
a month agotoday
170
Installs / week
pypi · warrant-verify
5
Stars
1 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call warrant_verify_store.store_path → needs/need-002-a3-base/candidate/verify-store.mjs:48, warrant_verify_store.store_path → needs/need-002-a3-base/candidate/verify-store.mjs:139
      const content = fs.readFileSync(filePath, 'utf8');
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims local-only, but the code calls out experiments/wrt-012-cross-repo-001/network_readback.py:26
for local in sorted((HERE / 'evidence/holder').rglob('*.json')):
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.

File ships in the package but is absent from the source [пакет] impl/sigma_glyph.py:1
этот файл ставится пользователю, но в репозитории его нет
        proc = subprocess.run(argv, input=payload, stdout=subprocess.PIPE,
        "canon_hex": "7b226163746f72223a7b226964223a226167656e742d784076656e646f72227d2c2262656361757365223a5b5d2c226465636973696f6e223a2270726f706f7365222c2265766964656e6365223a5b5d2c227072696f72223a5b5d2c227375626a656374223a7b2268617368223a22616161616161616161616161616161616161…
Reads files and sends them to the network experiments/wrt-012-cross-repo-001/network_readback.py:26
for local in sorted((HERE / 'evidence/holder').rglob('*.json')):

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: WARRANT_STORE (Absolute path to the warrant store this server files into and verifies. Defaults to .warrants relative to the server process's working directory, which an MCP host does not guarantee.), WARRANT_KEY (Ed25519 signing key. If unset, one is generated next to the store on the first filing and the result says so; any process that can read it can sign as this actor.), WARRANT_ACTOR (Actor id written into filed warrants. Defaults to mcp-client@<hostname>.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Warrant

same job, measured the same way
DarkMatter
by darkmatter-hub

Tamper-evident records of AI agent decisions. Verify offline, or publish a proof link.

75 installs/wk local only
Toki Toki
by xfloukiex-lab

A local causality ledger: records decisions and the reasons, for an agent to recall.

50 installs/wk local only
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

43 installs/wk local only
Rubric MCP Server
by 0xsims

Attest agent decisions and verify records on a public ledger. Evidence, not just data.

1 585 installs/wk local only
Soma
by medianemi-beep

Execution-verified code generation and verification with signed, offline-checkable certificates.

29 installs/wk local only
Acta — Verifiable Agent Memory
by kylewilson04

Verifiable agent memory with signed ledger receipts — verify every write offline.

local only
Scope Change
by theluckystrike

Scope changes against a work order, each with a reason, a date and the client's approval on record.

local only
Pcrzero
by pcrzero

Issue signed receipts for AI agent actions; verify any receipt offline - free, no account.

79 installs/wk 3 tools answering

Warrant — questions

Answers built from our own checks of this server.

Why is there no uptime for Warrant?
Warrant 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 pypi package warrant-verify was installed 170 times last week.
How do I connect Warrant?
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 warrant-verify straight from pypi; nothing to host, nothing to sign up for.
How many people use Warrant?
The pypi package warrant-verify was installed 170 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Warrant open source?
Yes — it is published under the MIT licence, written in Python, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.