mcpbeat Sign in

Tersign Evidence MCP Server

by tersignhq Your server? Claim it
local only

Tersign Evidence runs on your own machine — the client starts it, so there is no endpoint to ping. 181 installs a week from npm. Last commit 30 Aug 2026.

Counter-signed evidence records for agent commerce: receipts, verification, dispute envelopes.

Installs per day peak 796 · avg 86 · -27% w/w
a month agotoday
181
Installs / week
npm · tersign
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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 src/intercept/proxy.ts:35
  const child = spawn(opts.command, [...opts.args], { stdio: ['pipe', 'pipe', opts.stderr] });

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

This one needs environment variables set before it will start: TERSIGN_SELLER_KEY (0x-prefixed private key the seller signs receipts with), TERSIGN_ISSUER_NAME (Seller/issuer display name), TERSIGN_ISSUER_JURISDICTION (Seller jurisdiction (e.g. HK)), TERSIGN_ISSUER_TAX_ID (Seller tax/business-registration id (optional)), TERSIGN_LEDGER_URL (Hosted ledger base URL for counter-signing (optional; SDK works standalone)), TERSIGN_LEDGER_API_KEY (Ledger seller API key (required only if counter-signing)), TERSIGN_LEDGER_SELLER_ID (Ledger seller id (required only if counter-signing)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tersign Evidence

same job, measured the same way
Ccs
by correctover

Runtime verification MCP server: fail-closed checks for agent tool calls, signed evidence receipts.

local only
A202
by a202-protocol

Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records.

local only
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
Ccs MCP Server
by dshcorrectover

Runtime verification for agent tool calls: Ed25519 signed receipts, fail-closed RCE/SSRF checks.

552 installs/wk local only
C
Vigil — an outside witness for AI agents
by vigilnotary

Agent leases, signed receipts, watchdogs, and optional paid source-verification evidence.

26 tools answering
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

55 installs/wk local only
I
Agent Commerce Readiness
by tama-fit

Read-only agent-commerce audit for UCP, x402, remediation and verification evidence.

1 tools answering
VouchSpec Agent Skill Evidence
by mordiaky

Read-only discovery for exact-commit Agent Skill validation, x402 payment, and signed receipts.

answering

Tersign Evidence — questions

Answers built from our own checks of this server.

Why is there no uptime for Tersign Evidence?
Tersign Evidence 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 tersign was installed 181 times last week.
How do I connect Tersign Evidence?
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 tersign straight from npm; nothing to host, nothing to sign up for.
How many people use Tersign Evidence?
The npm package tersign was installed 181 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tersign Evidence 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.