Governance and audit layer for MCP tool calls. TrustLoop intercepts every AI agent action, logs it to a tamper-evident audit trail, blocks unsafe tools via kill-switch, and anchors proof to the blockchain. Drop it into any MCP setup in minutes, no code changes required.
Server Config
{
"mcpServers": {
"trustloop": {
"url": "https://trustloop-production.up.railway.app/sse?api_key=<YOUR_TRUSTLOOP_API_KEY>"
}
}
}