io.github.CSOAI-ORG/trust-chain-mcp
Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI
Open source Open in the app JSON README (API)
About
Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- csoai-org
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 1.0.11
- Open pull requests
- 4
- Last push
- 2026-09-04T12:44:33Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-29 03:01:46
- Updated
- 2026-08-29 03:01:46
- Origin id
io.github.CSOAI-ORG/trust-chain-mcp
README
<!-- 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 …"