
Trustloop
@SMJAI
About Trustloop
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"trustloop": {
"url": "https://trustloop-production.up.railway.app/sse?api_key=<YOUR_TRUSTLOOP_API_KEY>"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Trustloop?
Trustloop is an MCP governance proxy that intercepts tool calls from AI agents, checking them against policy rules before execution. It logs every call and either allows or blocks it, providing oversight and compliance for teams using AI agents.
How to use Trustloop?
Add the server to your claude_desktop_config.json with the provided URL and your API key, then configure policy rules to govern agent tool usage. Get your API key at trustloop.live.
Key features of Trustloop
- Kill-switch to block specific tools by name
- Audit log capturing timestamp, tool, arguments, and status
- Blockchain anchoring of audit log hashes for tamper-evident compliance
- Multi‑tenant isolation of logs and governance rules
- Built for EU AI Act and similar global mandates
Use cases of Trustloop
- Prevent AI agents from executing destructive tool calls
- Demonstrate regulatory compliance with auditable agent actions
- Enforce governance policies across multiple agent customers
- Maintain tamper‑evident records for external audits
FAQ from Trustloop
How does the kill-switch work?
You can block specific tools by name before they can cause harm. For example, delete_all_files is blocked by default.
What is the audit log?
Every tool call is captured with its timestamp, tool name, arguments, and status (allowed or blocked).
How does blockchain anchoring work?
A SHA-256 hash of the audit logs is recorded on‑chain, making logs tamper‑evident for compliance.
Is Trustloop multi‑tenant?
Yes, each customer gets isolated logs and governance rules.
What do I need to run Trustloop?
You need an API key from trustloop.live and to configure an MCP client (e.g., Claude Desktop) with the server URL.
More Developer Tools MCP servers
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Comments