truss-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@truss-mcplist available evidence packages"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.

@tensflare/mcp
Truss MCP Server — cross-organization evidence coordination via the Model Context Protocol.
What is Truss?
Truss is an accountability layer for AI agents — it records every agent action as a cryptographically signed, tamper-evident audit trail. Learn more →
Related MCP server: Agent Identity MCP Server
Overview
@tensflare/mcp is a Fastify-based HTTP server that provides three MCP-compatible tools for joining, listing, and verifying evidence packages across participant organizations. It enables cross-org evidence chain management — multiple organizations can contribute and verify evidence in a shared accountability framework.
Installation
npm install @tensflare/mcpQuick start
npm run devServer starts on port 4001 (configurable via PORT env).
Tools
POST /tools/join
Join evidence packages from multiple organizations into a single assembled package.
{
"evidence_ids": ["evp_abc123", "evp_def456"],
"mandate_ids": ["mnd_001"]
}GET /tools/list
List available evidence packages across participant orgs.
POST /tools/verify
Verify the integrity of an evidence package's action chain (SHA-256 content hash comparison).
{
"evidence": {
"package_id": "evp_abc123",
"action_log": []
}
}Related packages
Package | Description |
Core Zod schemas for evidence and delegation data models | |
TypeScript SDK for creating and verifying evidence |
Development
npm install
npm run dev # Start dev server with hot reload
npm test # Run testsContributing
Pull requests are welcome. Please see the contribution guidelines.
License
Apache 2.0 — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that exposes tools for issuing scoped agent credentials, delegating narrower child credentials, handling approvals, revoking task trees, and retrieving audit trails and evidence packets.141Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- AlicenseAqualityCmaintenanceMCP server for verifying high-impact decisions with Trust OS.2MIT
- AlicenseAqualityBmaintenanceA local-first, model-neutral MCP server for collecting and normalizing change-scoped release evidence. It provides deterministic Git change summaries, evidence collection, and review bundles for agent review.718Apache 2.0
Related MCP Connectors
The evidence layer for MCP: live operational grades plus Trust Receipts for every registry server.
Remote MCP for C2PA intake verifier MCP, structured receipts, audit logs, and reviewer-ready evidenc
Remote MCP for C2PA disclosure policy MCP, structured receipts, audit logs, and reviewer-ready evide
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tensflare/truss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server