Odel
hashproof

hashproof

Local
@csacanam1SolidityUpdated 4w ago

Issue verifiable credentials from AI agents for $0.10 via x402. On-chain on Celo, IPFS-pinned.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhashproof-mcpv0.1.2

Run

npx -y hashproof-mcp

MCP client config

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