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.
TRUSTNOTCH_API_KEYrequiredsecretTrustNotch API key (tn_live_... or tn_test_...).
TRUSTNOTCH_API_URLBase URL of the TrustNotch API.
TRUSTNOTCH_PUBKEYS_PATHPath to a local public-key file to pin for independent offline verification.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.