TrustAtom MCP Server
The TrustAtom MCP Server provides cryptographic signing, verification, querying, and compliance reporting for AI decisions:
Sign AI decisions (
create_trustatom): Cryptographically sign any AI decision (e.g.,APPROVE_LOAN,TRIAGE_PATIENT,DEPLOY) using Ed25519 + SHA-256 in under 3ms, producing a tamper-proof receipt with optionalcontext,risk_score(0.0–1.0), and auto-mapped compliance tags.Verify receipts (
verify_trustatom): Confirm the authenticity and integrity of an existing receipt by checking its Ed25519 signature and detecting any tampering.Query the receipt ledger (
query_receipts): Retrieve stored receipts filtered byactor,action,decisionoutcome (ALLOW/DENY), orlimit— useful for audits.Generate compliance reports (
get_compliance_report): Aggregate receipts into framework-mapped reports (HIPAA, SOX, NIST, SOC2, CMMC, ISO27001) suitable for board reporting or Authorization to Operate (ATO) packages.
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., "@TrustAtom MCP ServerSign this clinical triage decision for HIPAA compliance"
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.
TrustAtom MCP Server
⚠️ Superseded by trust-gate-mcp
This repository is no longer the recommended way to mint Trust Gate receipts. It is kept public as a reference implementation and for historical context.
Use
trust-gate-mcpinstead:pip install trust-gate-mcp
This repo
trust-gate-mcpSigning
Ed25519 only
Ed25519 + ML-DSA-65 (FIPS 204), + SLH-DSA with liboqs
Tools
4
7
Receipt
envalways
SANDBOXreflects real environment
Published
no —
@cwn/trustatom-mcpwas never released to npmyes, on PyPI
Hosted
—
Maintained
no
yes
The
npx/npm installinstructions below therefore only work from a git clone. There is no@cwn/trustatom-mcppackage on the npm registry.
Cryptographic receipts for AI decisions. 5 minutes to your first receipt.
Every AI decision in your org is unsigned — and your auditor is going to ask about it. TrustAtom signs every decision with Ed25519 and returns a verifiable receipt in under 3ms.
Related MCP server: Openterms-mcp
Quick Start
git clone https://github.com/CWNApps/trustatom-mcp
cd trustatom-mcp
npm install
npm run keygen # Generate Ed25519 key pair
npm test # Run 8 eval testsAdd to Claude Desktop
{
"mcpServers": {
"trustatom": {
"command": "npx",
"args": ["tsx", "src/server.ts"],
"cwd": "/path/to/trustatom-mcp",
"env": { "TRUSTATOM_KEY_PATH": "./keys/trustatom_keys.json" }
}
}
}Then in Claude: "Sign this AI decision with TrustAtom" → receipt issued automatically.
What It Does
Tool | Description | When |
| Sign a decision, return receipt | At every AI decision point |
| Verify an existing receipt | During audit, dispute resolution |
| Query the receipt ledger | Compliance reporting |
| Framework-mapped report | Board report, ATO package |
Example: Healthcare AI Triage (HIPAA)
You: "Our clinical AI just triaged patient #4422 as ESI-3 with 67% confidence.
Sign this decision for HIPAA compliance."
Claude (via TrustAtom MCP):
✅ Receipt ta_7f3a2b signed in 1.2ms
Action: TRIAGE_PATIENT
Decision: ALLOW
Compliance: HIPAA:164.312(b), HL7
Risk Score: 0.80
Signature: ed25519:abc123...What the auditor sees: "On Mar 7 at 14:22, clinical-ai-v2 classified patient #4422 as ESI-3. Receipt ta_7f3a2b is Ed25519-signed. Control: HIPAA 164.312(b)."
Compliance Frameworks
TrustAtom auto-maps actions to framework controls:
Action | Frameworks |
| HIPAA 164.312(b), HL7 |
| SOX 302, FCRA |
| SOX 302, SEC 17a-4 |
| NIST PR, SOC2 CC6.1 |
| NIST PR/RS, SOC2 A1.2 |
Custom | NIST PR (default) |
Performance
Signing: <3ms average (Ed25519 + SHA-256)
Verification: <1ms
Receipt size: ~500 bytes JSON
Architecture
Your AI Agent
↓ (MCP call)
TrustAtom MCP Server (local)
├── Ed25519 key pair (you own the keys)
├── SHA-256 evidence hash
├── Compliance auto-mapping
└── In-memory ledger (pluggable to Neo4j/SQLite)
↓
Receipt returned to your agentEval Tests
8 tests covering signing, verification, tampering detection, compliance mapping, risk scoring, and performance:
npm test
# ✅ Signs a decision and returns a valid receipt
# ✅ Verifies an authentic receipt
# ✅ Detects tampered receipt
# ✅ Auto-maps TRIAGE_PATIENT to HIPAA compliance tags
# ✅ Auto-maps APPROVE_LOAN to SOX compliance tags
# ✅ Computes risk score from action when not provided
# ✅ Signs DENY decisions with same integrity
# ✅ Signs within 3ms target for production use
# Results: 8 passed, 0 failedEnterprise
Need hosted infrastructure with SLA? Contact hello@cyberwarriornetwork.com
Tier | Calls/day | Price |
Developer | 1,000 | Free |
Professional | 100,000 | $299/mo |
Enterprise | Unlimited | $2,499/mo |
Built By
Cyber Warrior Network — Trust Gate: Policy-gated AI decisions with cryptographic receipts.
No Receipt. No Trust.
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
- AlicenseAqualityAmaintenanceEnables AI agents to sign decisions with post-quantum cryptographic proofs and maintain secure audit trails for compliance. It provides tools for stamping events, verifying chain integrity, and exporting audit data across industries like finance and healthcare.Last updated4110MIT
- AlicenseAqualityCmaintenanceCryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.Last updated102Apache 2.0
- Flicense-qualityCmaintenanceTamper-evident cryptographic audit trail for LLM outputs. Compliance logging for AI agent decisions.Last updated
- Alicense-qualityFmaintenanceProvides tamper-proof audit logging for AI agents using SHA-256 hash chains, integrity verification, and compliance reporting for the EU AI Act.Last updated1MIT
Related MCP Connectors
Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.
Hand off AI work with a signed Verification Receipt — an independent verifier proves it runs.
Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets.
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/CWNApps/trustatom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server