Serversio.github.CloakedAgent/cloaked
C

Cloaked Agent

io.github.CloakedAgent/cloaked · v0.2.0
▦ npm
v0.2.0npm npm: @cloakedagent/sdk↗ Website↗ 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.CloakedAgent/cloaked",
  "description": "Trustless spending accounts for AI agents on Solana with on-chain enforced limits.",
  "title": "Cloaked Agent",
  "repository": {
    "url": "https://github.com/CloakedAgent/cloaked",
    "source": "github",
    "subfolder": "sdk"
  },
  "version": "0.2.0",
  "websiteUrl": "https://cloakedagent.com",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cloakedagent/sdk",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base58 encoded Cloaked Agent private key",
          "isRequired": true,
          "isSecret": true,
          "name": "CLOAKED_AGENT_KEY"
        },
        {
          "description": "Backend relay URL (default: https://api.cloakedagent.com)",
          "name": "CLOAKED_BACKEND_URL"
        },
        {
          "description": "Solana RPC endpoint URL (default: https://api.devnet.solana.com)",
          "isSecret": true,
          "name": "SOLANA_RPC_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}