MCP Server — @tensflare/mcp
Installation
npm install @tensflare/mcp
Overview
The MCP server provides cross-organization evidence coordination using the Model Context Protocol. It is a Fastify-based HTTP server on port 4001 that enables participants to join, list, and verify evidence across organizational boundaries.
Tools
| Endpoint | Description |
|---|---|
POST /tools/join | Join evidence packages from multiple organizations |
GET /tools/list | List available evidence across participants |
POST /tools/verify | Verify SHA-256 chain integrity of action logs |
Key Features
- Designed for MCP-compatible clients to discover and verify cross-org evidence
- SHA-256 chain integrity verification for tamper-proof audit trails
- Fastify-based for high throughput and low latency