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

EndpointDescription
POST /tools/joinJoin evidence packages from multiple organizations
GET /tools/listList available evidence across participants
POST /tools/verifyVerify 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