MCP Server
MCP
Tersign Evidence
Counter-signed evidence records for agent commerce: receipts, verification, dispute envelopes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment