← Back to Plugins
MCP Server MCP

io.github.Syronius/cryptair-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @cryptair/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cryptair/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "CRYPTAIR_API_KEY"
        },
        {
          "description": "Optional. Email used as fallback when submit_attestation auto-provisions a counterparty account.",
          "format": "string",
          "name": "CRYPTAIR_EMAIL"
        },
        {
          "description": "Optional. Override the API base URL for self-hosted or staging environments. Defaults to https://www.cryptair.io.",
          "format": "string",
          "default": "https://www.cryptair.io",
          "name": "CRYPTAIR_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...