Sign In

apex-psi-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apex-psi-mcp

APEX PSI MCP Server - Cryptographic truth infrastructure for AI agents: seal, verify, anchor, cite, audit

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
310
Maintainers
1
Weekly downloads
 
Created
Source

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:

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

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

  • Website: https://apex-infrastructure.com
  • Public Verifier: https://apex-infrastructure.com/verify
  • npm: https://www.npmjs.com/package/apex-psi-mcp

License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts