← Index

io.github.Syronius/cryptair-mcp-server

io.github.Syronius/cryptair-mcp-server·v0.1.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cryptair-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptair/mcp-server"
      ],
      "env": {
        "CRYPTAIR_API_KEY": "<your-cryptair_api_key>",
        "CRYPTAIR_EMAIL": "<cryptair_email>",
        "CRYPTAIR_BASE_URL": "https://www.cryptair.io"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cryptair-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptair/mcp-server"
      ],
      "env": {
        "CRYPTAIR_API_KEY": "<your-cryptair_api_key>",
        "CRYPTAIR_EMAIL": "<cryptair_email>",
        "CRYPTAIR_BASE_URL": "https://www.cryptair.io"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cryptair/mcp-server
§02  Environment variables
CRYPTAIR_API_KEY
secret

Optional. Pre-configured Cryptair API key. If unset, the agent can call register_agent at runtime to self-register and the key is silently stored at ~/.cryptair/credentials.json.

CRYPTAIR_EMAIL

Optional. Email used as fallback when submit_attestation auto-provisions a counterparty account.

CRYPTAIR_BASE_URL

Optional. Override the API base URL for self-hosted or staging environments. Defaults to https://www.cryptair.io.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other