Trust OS MCP Server
OfficialClick 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., "@Trust OS MCP ServerVerify a transfer of 50000 USDC to wallet_abc."
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.
Trust OS MCP Server
Official MCP Server for AI decision verification with Trust OS.
What is Trust OS?
Trust OS is a Decision Verification Platform that helps organizations verify high-impact decisions before execution.
Decision verification
Risk evaluation
Policy enforcement
Auditability
Explainability
API-first integration
Related MCP server: io.github.yugantm/hvtracker-mcp
Features
MCP-compatible tool for any MCP client
verify_decisiontool with structured input/outputClaude Desktop integration
Automatic risk assessment and cryptographic proof
Quick Start
git clone https://github.com/trustos-trustfolio/trustos-mcp-server.git
cd trustos-mcp-server
npm install
npm run buildSet your API key:
cp .env.example .env
# Edit .env and set TRUSTOS_API_KEY=your_api_key_hereAdd to Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"trustos": {
"command": "node",
"args": ["C:/trustos-mcp-server/dist/index.js"],
"env": {
"TRUSTOS_API_KEY": "YOUR_API_KEY"
}
}
}
}Config file locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Tool Reference
verify_decision
Verify a high-impact decision before execution.
Field | Type | Required | Description |
| string | Yes | The action to verify |
| number | No | Monetary amount |
| string | No | Currency code (e.g. USDC) |
| string | No | Destination identifier |
| string | No | Source system |
| string | No | Priority level |
| object | No | Additional context |
Example prompt:
Use Trust OS to verify this decision before execution:
action stablecoin_transfer, amount 50000, currency USDC, destination wallet_abc.Example response:
Trust OS Decision Verification Result
════════════════════════════════════════
decision_id : dec_a1b2c3d4
recommendation: APPROVE
risk_score : 0.18
risk_level : LOW
policy : Stablecoin Settlement Policy v1.0
proof_hash : SHA-256: 0xabc123...
verified : true
latency_ms : 142Documentation
Website: https://trust-os.io
Developer Docs: https://trust-os.io/docs
OpenAPI: https://trust-os.io/openapi.json
License
MIT
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
- Alicense-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- AlicenseAqualityAmaintenanceMCP server for checking supply-chain trust before connecting to AI agents, frameworks, or MCP servers.81061MIT

Actenon Kernelofficial
Alicense-qualityBmaintenanceMCP server that verifies proof-bound consequential execution at the edge, acting as the open trust anchor for the Actenon ecosystem. It validates PCCB proofs without issuing grants or making policy decisions.1Apache 2.0- AlicenseBqualityBmaintenanceAn MCP server that enforces deterministic authorization boundaries for AgentTeams workflows by verifying evidence and policy, returning ALLOW, BLOCK, or REQUIRE_APPROVAL decisions before actions are executed.6Apache 2.0
Related MCP Connectors
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/trustos-trustfolio/trustos-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server