PluginBench
MCP Server

io.github.tomjwxf/veritasacta-verify MCP Server

io.github.tomjwxf/veritasacta-verify

What is the io.github.tomjwxf/veritasacta-verify MCP server?

Offline receipt verifier. Ed25519 signature verification without contacting any server.

How to install io.github.tomjwxf/veritasacta-verify

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "veritasacta-verify": {
      "command": "npx",
      "args": [
        "-y",
        "@veritasacta/verify"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "veritasacta-verify": {
      "command": "npx",
      "args": [
        "-y",
        "@veritasacta/verify"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "veritasacta-verify": {
      "command": "npx",
      "args": [
        "-y",
        "@veritasacta/verify"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "veritasacta-verify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@veritasacta/verify"
      ]
    }
  }
}
Claude Code
claude mcp add veritasacta-verify -- npx -y @veritasacta/verify

Related MCP servers

Contribute, challenge, verify, and query contestable public records on Veritas Acta.

1
JavaScript
MIT
View repository →

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

View repository →

Scan, protect, and monitor APIs from AI coding tools. Device-level rate limiting.

View repository →

Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.

View repository →

Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.

View repository →