Odel
Cloaked Agent

Cloaked Agent

Local
@cloakedagent1TypeScriptMITUpdated 6mo ago

Trustless spending accounts for AI agents on Solana with on-chain enforced limits.

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@cloakedagent/sdkv0.2.0

Run

npx -y @cloakedagent/sdk

MCP client config

{
  "mcpServers": {
    "cloaked-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@cloakedagent/sdk"
      ]
    }
  }
}