veritasacta verify for Cursor
io.github.tomjwxf/veritasacta-verify
Offline receipt verifier. Ed25519 signature verification without contacting any server.
client:Cursor
transport:stdio
runtime:npm
Install veritasacta verify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"veritasacta-verify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@veritasacta/verify"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs