Trust Chain MCP
<!-- mcp-name: io.github.CSOAI-ORG/trust-chain-mcp -->
[](https://proofof.ai/scorecard/trust-chain-mcp.html)
# Trust Chain MCP
[](https://meok.ai)
[](https://councilof.ai/api/gspc)
[](https://councilof.ai/api/gspc)
[](LICENSE)
[](https://pypi.org/project/trust_chain_mcp/)
mcp-name: io.github.CSOAI-ORG/trust-chain-mcp
# Trust Chain
[](https://pypi.org/project/trust-chain-mcp/) [](https://pypi.org/project/trust-chain-mcp/)
> By [MEOK AI Labs](https://meok.ai) โ Trust chain and attestation management by MEOK AI Labs.
> Trust chain and attestation management by MEOK AI Labs
Trust chain and attestation management by MEOK AI Labs.
---
## ๐ Quick Start
## Quick Install
| Client | Install |
|--------|---------|
| **Claude Desktop** | [](https://claude.ai) |
| **Cursor** | [](https://cursor.com) |
| **VS Code** | [](https://code.visualstudio.com) |
| **Windsurf** | [](https://codeium.com/windsurf) |
| **Docker** | `docker run -p 8000:8000 trust-chain-mcp` |
| **pip** | `pip install trust-chain-mcp` |
## Installation
```bash
# Install via pip
pip install trust_chain_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install trust-chain-mcp --client claude
```
## โจ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
## ๐ Documentation
- [Full Documentation](https://docs.meok.ai/trust-chain-mcp)
- [API Reference](https://api.meok.ai)
- [EU AI Act Compliance Guide](https://councilof.ai/compliance)
## Honesty register (2026-09-02)
**Live authority is `GET https://councilof.ai/api/gspc`** โ cite `totals.public_count` and `totals.lid` from that payload. Do not type axis counts into this README.
- **Measurement, not certification.** CSOAI Ltd measures and signs; it does not certify, accredit, or act as a notified body.
- **MEOK.ai is a shelf / frontend**, not a second Council. Printers and agents must read the live GSPC endpoint โ never invent scores, never wrangler a stamp.
- Prefer honest **UNCHECKABLE** over a fake stamp. This package does **not** certify EU AI Act compliance.
## ๐ข Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- **Pro:** $99/mo โ Full MCP suite + EU AI Act tracking
- **Enterprise:** $499/mo โ Custom dev + SLA + Dedicated support
[View Pricing โ](https://councilof.ai/pricing) | [Contact Sales โ](mailto:sales@csoai.org)
## ๐ค Part of the MEOK Ecosystem
This server is part of the **[MEOK AI Labs](https://meok.ai)** ecosystem โ 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|--------|---------|
| [councilof.ai](https://councilof.ai) | Independent measurement board โ live `GET /api/gspc` |
| [safetyof.ai](https://safetyof.ai) | AI safety & monitoring |
| [meok.ai](https://meok.ai) | Shelf / frontend (not a second Council) |
| [cobolbridge.ai](https://cobolbridge.ai) | Legacy modernization |
## ๐ License
MIT ยฉ [CSOAI-ORG](https://github.com/CSOAI-ORG)
---
<p align="center">
<sub>Built with ๐ by <a href="https://meok.ai">MEOK AI Labs</a> ยท UK Companies House 16939677</sub>
</p>
- **Website**: [meok.ai](https://meok.ai)
- **GitHub**: [CSOAI-ORG/trust-chain-mcp](https://github.com/CSOAI-ORG/trust-chain-mcp)
- **PyPI**: [pypi.org/project/trust-chain-mcp](https://pypi.org/project/trust-chain-mcp/)
## License
MIT โ MEOK AI Labs
<!-- meok-moat-footer-v1 -->
---
## Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool โ EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
```bash
# One-shot install of the governance pack
npx meok-setup --pack governance
```
Free tier: 10 calls/day per MCP. Pro tier (ยฃ79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
โ Full catalogue: [councilof.ai/catalogue](https://councilof.ai/catalogue)
โ MEOK AI Labs: [meok.ai](https://meok.ai)
<!-- BUY-LADDER:START -->
## ๐ธ Try MEOK in 30 seconds โ instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | **ยฃ1** | Signed sample MCP-Hardening report + Article 50 PDF | <https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j> |
| Quick Kit | **ยฃ9** | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | <https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j> |
| Founder Call | **ยฃ29** | 30-min 1-on-1 with the founder | <https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j> |
> Refundable. UK Stripe โ VAT-clean. Builds on the 81-MCP MEOK fleet.
> Verify any signed report at <https://meok.ai/verify>.
<!-- BUY-LADDER:END -->
## Configuration
Add to your `claude_desktop_config.json` (Claude Desktop) or your MCP client config:
```json
{
"mcpServers": {
"trust-chain-mcp": {
"command": "uvx",
"args": ["trust-chain-mcp"]
}
}
}
```
Or: `pip install trust-chain-mcp` then run the `trust-chain-mcp` command (stdio transport).
## Examples
Once configured, ask your assistant, for example:
- "Use `create_trust_anchor` to โฆ"
- "Use `verify_chain` to โฆ"
- "Use `add_attestation` to โฆ"
TDQS
Scored across 5 tools
Each tool has a distinct and clear purpose: creating a trust anchor, adding attestations, computing trust score, revoking trust, and verifying the chain. No two tools overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case, such as 'create_trust_anchor' and 'verify_chain'. The naming is predictable and uniform.
With 5 tools, the server is well-scoped for the domain of trust chain management. Each tool covers a fundamental operation without redundancy or excessive granularity.
The set covers core CRUD and lifecycle operations for trust anchors and attestations, including creation, attestation, scoring, revocation, and verification. However, it lacks list/read endpoints to retrieve existing anchors or attestations, which could be a minor gap in some workflows.