{
  "markdown": "# APEX PSI MCP Server\n\nCryptographic truth infrastructure for AI agents.\n\nOne config line gives any MCP-capable AI agent (Claude, Cursor, Qoder, Cline, Windsurf, and more) five provenance tools: seal, verify, anchor, cite, audit.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| **seal** | Stamp a cryptographic receipt on content (SHA-256 + Ed25519) |\n| **verify** | Verify a receipt is authentic |\n| **anchor** | Anchor a receipt to Bitcoin via OpenTimestamps |\n| **cite** | Generate a citation for a receipt (APA, BibTeX, MLA) |\n| **audit** | Audit a chain of receipts for integrity |\n\n## Installation\n\nAdd to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"apex-psi\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"apex-psi-mcp\"]\n    }\n  }\n}\n```\n\nOr install locally:\n\n```bash\nnpm install apex-psi-mcp\n```\n\n## Configuration\n\nEnvironment variables (optional):\n\n- `APEX_API_BASE` — API endpoint (default: `https://apex-infrastructure.com/api`)\n- `APEX_API_KEY` — API key for authenticated access\n\n## Usage\n\nOnce installed, your AI agent can:\n\n1. **Seal content** — \"Seal this document with APEX PSI\"\n2. **Verify receipts** — \"Verify this receipt is authentic\"\n3. **Anchor to Bitcoin** — \"Anchor this receipt to the Bitcoin blockchain\"\n4. **Generate citations** — \"Cite this receipt in APA format\"\n5. **Audit chains** — \"Audit this chain of receipts\"\n\nEvery receipt carries a verify link to `https://apex-infrastructure.com/verify` — sealed arithmetic, public provenance.\n\n## Links\n\n- **Website:** https://apex-infrastructure.com\n- **Public Verifier:** https://apex-infrastructure.com/verify\n- **npm:** https://www.npmjs.com/package/apex-psi-mcp\n\n## License\n\nMIT\n",
  "bytes": 1684,
  "sha": "92259117379b4d6cfa3a20398505544757950ac364e81ca421d7bce607941b61",
  "repo_slug": "kawal393/apex-psi-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kawal393_apex_psi_mcp_2a14b7cc/readme"
}