MCP Server
MCP
Cloaked Agent
Trustless spending accounts for AI agents on Solana with on-chain enforced limits.
Install
npx -y @cloakedagent/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment