Serversio.github.jasonxkensei/xproof
X

xProof

io.github.jasonxkensei/xproof · v1.2.0
● Remote
v1.2.0remote🌐 https://xproof.app/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jasonxkensei/xproof",
  "description": "Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.",
  "title": "xProof",
  "repository": {
    "url": "https://github.com/jasonxkensei/xProof",
    "source": "github"
  },
  "version": "1.2.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://xproof.app/mcp",
      "headers": [
        {
          "description": "Bearer API key (format: Bearer pm_xxx). Optional — x402 payment works without authentication.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}