PluginBench
MCP Server

TrustNotch MCP Server

com.trustnotch/trustnotch-mcp

What is the TrustNotch MCP server?

Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles.

How to install TrustNotch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TRUSTNOTCH_API_KEY
    required
    secret

    TrustNotch API key (tn_live_... or tn_test_...).

  • TRUSTNOTCH_API_URL

    Base URL of the TrustNotch API.

  • TRUSTNOTCH_PUBKEYS_PATH

    Path to a local public-key file to pin for independent offline verification.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trustnotch-mcp": {
      "command": "uvx",
      "args": [
        "trustnotch-mcp"
      ],
      "env": {
        "TRUSTNOTCH_API_KEY": "<YOUR_TRUSTNOTCH_API_KEY>",
        "TRUSTNOTCH_API_URL": "<YOUR_TRUSTNOTCH_API_URL>",
        "TRUSTNOTCH_PUBKEYS_PATH": "<YOUR_TRUSTNOTCH_PUBKEYS_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "trustnotch-mcp": {
      "command": "uvx",
      "args": [
        "trustnotch-mcp"
      ],
      "env": {
        "TRUSTNOTCH_API_KEY": "<YOUR_TRUSTNOTCH_API_KEY>",
        "TRUSTNOTCH_API_URL": "<YOUR_TRUSTNOTCH_API_URL>",
        "TRUSTNOTCH_PUBKEYS_PATH": "<YOUR_TRUSTNOTCH_PUBKEYS_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "trustnotch-mcp": {
      "command": "uvx",
      "args": [
        "trustnotch-mcp"
      ],
      "env": {
        "TRUSTNOTCH_API_KEY": "<YOUR_TRUSTNOTCH_API_KEY>",
        "TRUSTNOTCH_API_URL": "<YOUR_TRUSTNOTCH_API_URL>",
        "TRUSTNOTCH_PUBKEYS_PATH": "<YOUR_TRUSTNOTCH_PUBKEYS_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "trustnotch-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "trustnotch-mcp"
      ],
      "env": {
        "TRUSTNOTCH_API_KEY": "<YOUR_TRUSTNOTCH_API_KEY>",
        "TRUSTNOTCH_API_URL": "<YOUR_TRUSTNOTCH_API_URL>",
        "TRUSTNOTCH_PUBKEYS_PATH": "<YOUR_TRUSTNOTCH_PUBKEYS_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add trustnotch-mcp --env TRUSTNOTCH_API_KEY=<YOUR_TRUSTNOTCH_API_KEY> --env TRUSTNOTCH_API_URL=<YOUR_TRUSTNOTCH_API_URL> --env TRUSTNOTCH_PUBKEYS_PATH=<YOUR_TRUSTNOTCH_PUBKEYS_PATH> -- uvx trustnotch-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →