Counter-signed evidence records for agent commerce: receipts, verification, dispute envelopes.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
tersign · npm · 0.4.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.tersignhq/evidence",
"description": "Counter-signed evidence records for agent commerce: receipts, verification, dispute envelopes.",
"title": "Tersign Evidence",
"repository": {
"url": "https://github.com/tersignhq/tersign-js",
"source": "github"
},
"version": "0.4.2",
"websiteUrl": "https://tersign.ai",
"packages": [
{
"registryType": "npm",
"identifier": "tersign",
"version": "0.4.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "0x-prefixed private key the seller signs receipts with",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TERSIGN_SELLER_KEY"
},
{
"description": "Seller/issuer display name",
"format": "string",
"name": "TERSIGN_ISSUER_NAME"
},
{
"description": "Seller jurisdiction (e.g. HK)",
"format": "string",
"name": "TERSIGN_ISSUER_JURISDICTION"
},
{
"description": "Seller tax/business-registration id (optional)",
"format": "string",
"name": "TERSIGN_ISSUER_TAX_ID"
},
{
"description": "Hosted ledger base URL for counter-signing (optional; SDK works standalone)",
"format": "string",
"name": "TERSIGN_LEDGER_URL"
},
{
"description": "Ledger seller API key (required only if counter-signing)",
"format": "string",
"isSecret": true,
"name": "TERSIGN_LEDGER_API_KEY"
},
{
"description": "Ledger seller id (required only if counter-signing)",
"format": "string",
"name": "TERSIGN_LEDGER_SELLER_ID"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": [
"finance",
"security"
],
"license": "MIT",
"summary": "Tersign is the evidence layer for agent commerce (B2B / machine-to-machine). Agents issue seller-signed EIP-712 receipts and action records; the hosted ledger at https://tersign.ai optionally counter-signs them into per-seller hash chains that anyone can verify without an account. Disputes export as venue-ready evidence envelopes (generic / internet-court / kleros / uma). The SDK and MCP server work fully standalone without the hosted ledger: issue and verify offline, counter-sign later. Record shapes are pinned by public conformance vectors: https://github.com/tersignhq/evidence-record-conformance (Apache-2.0, CI-tested). Verify a live counter-signed record right now: npx tersign verify 0xe5874f1ffe87f0a6dd9eb157730f67b86ee4538b125fe30fcc4e165213dd3fc4 --ledger https://tersign.ai",
"tags": [
"evidence",
"receipts",
"counter-signing",
"agent-commerce",
"agent-payments",
"x402",
"disputes",
"eip-712",
"audit-trail",
"verification"
],
"tools": [
"issue_receipt",
"verify_receipt",
"verify_compliance_record",
"record_refund",
"open_dispute",
"submit_dispute_evidence",
"adjudicate_dispute",
"get_dispute"
]
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-09T10:34:22.355884Z",
"publishedAt": "2026-08-09T10:34:22.355884Z",
"updatedAt": "2026-08-09T10:34:22.355884Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.