Catalog
com.trustnotch/trustnotch-mcp
OfficialTrustNotch
Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles.
Create tamper-evident audit logs with cryptographic verification for AI agent actions.
README not available yet.
Install
Configuration
Environment variables
TRUSTNOTCH_API_KEYrequiredsecretTrustNotch API key (tn_live_... or tn_test_...).
TRUSTNOTCH_API_URLdefault https://api.trustnotch.comBase URL of the TrustNotch API.
TRUSTNOTCH_PUBKEYS_PATHPath to a local public-key file to pin for independent offline verification.
claude_desktop_config.json
{
"mcpServers": {
"trustnotch-mcp": {
"command": "uvx",
"args": [
"trustnotch-mcp"
],
"env": {
"TRUSTNOTCH_API_KEY": "<YOUR_TRUSTNOTCH_API_KEY>",
"TRUSTNOTCH_API_URL": "https://api.trustnotch.com",
"TRUSTNOTCH_PUBKEYS_PATH": "<YOUR_TRUSTNOTCH_PUBKEYS_PATH>"
}
}
}
}