Skip to main content
Glama
kawal393

APEX PSI MCP Server

by kawal393

APEX PSI MCP Server

Cryptographic truth infrastructure for AI agents.

What It Does

This MCP server provides 5 tools that let any AI agent (Claude, Cursor, Copilot, etc.) stamp cryptographic receipts on content, verify them, anchor them to Bitcoin, generate citations, and audit chains of receipts.

Related MCP server: Cryptair MCP Server

Tools

Tool

Description

seal

Stamp a cryptographic receipt on content (SHA-256 + Ed25519)

verify

Verify a receipt is authentic

anchor

Anchor a receipt to Bitcoin via OpenTimestamps

cite

Generate a citation for a receipt (APA, BibTeX, MLA)

audit

Audit a chain of receipts for integrity

Installation

For AI Agents (MCP Clients)

Add to your MCP client config:

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

For Developers

npm install @apex/psi-mcp-server

Configuration

Set these environment variables:

  • APEX_API_BASE — API endpoint (default: https://sovereign-ai.services/api)

  • APEX_API_KEY — API key for authenticated access (optional)

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"

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

  • Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.

  • Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kawal393/apex-psi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server