Odel
cryptair mcp server

cryptair mcp server

Local
@syroniusJavaScriptMITUpdated 4mo ago

Tamper-evident attestation tools for AI agents — on-chain receipts on Hedera Hashgraph mainnet.

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).

npm@cryptair/mcp-serverv0.1.1

Run

npx -y @cryptair/mcp-server

MCP client config

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