Back to Discover

apex-psi-mcp-server

connector

kawal393

Cryptographic truth infrastructure for AI agents: seal, verify, anchor, cite, audit.

View on GitHub
0 starsSynced Aug 11, 2026

Install to Claude Code

/plugin marketplace add kawal393/apex-psi-mcp-server

README

APEX PSI MCP Server

Cryptographic truth infrastructure for AI agents.

One config line gives any MCP-capable AI agent (Claude, Cursor, Qoder, Cline, Windsurf, and more) five provenance tools: seal, verify, anchor, cite, audit.

Tools

ToolDescription
sealStamp a cryptographic receipt on content (SHA-256 + Ed25519)
verifyVerify a receipt is authentic
anchorAnchor a receipt to Bitcoin via OpenTimestamps
citeGenerate a citation for a receipt (APA, BibTeX, MLA)
auditAudit a chain of receipts for integrity

Installation

Add to your MCP client config:

{
  "mcpServers": {
    "apex-psi": {
      "command": "npx",
      "args": ["-y", "apex-psi-mcp"]
    }
  }
}

Or install locally:

npm install apex-psi-mcp

Configuration

Environment variables (optional):

  • APEX_API_BASE — API endpoint (default: https://apex-infrastructure.com/api)
  • APEX_API_KEY — API key for authenticated access

Usage

Once installed, your AI agent can:

  1. Seal content — "Seal this document with APEX PSI"
  2. Verify receipts — "Verify this receipt is authentic"
  3. Anchor to Bitcoin — "Anchor this receipt to the Bitcoin blockchain"
  4. Generate citations — "Cite this receipt in APA format"
  5. Audit chains — "Audit this chain of receipts"

Every receipt carries a verify link to https://apex-infrastructure.com/verify — sealed arithmetic, public provenance.

Links

License

MIT

Rendered live from kawal393/apex-psi-mcp-server's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-serverapex-psi-mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.