Cloaked
@cloakedagent
关于 Cloaked
Give AI agents spending power without giving them your wallet keys. Cloaked creates on-chain spending accounts with enforced constraints that agents cannot bypass - even if jailbroken or compromised.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cloaked": {
"command": "npx",
"args": [
"@cloakedagent/sdk/mcp"
],
"env": {
"CLOAKED_AGENT_KEY": "your-agent-key-here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cloaked?
Cloaked is a trustless spending accounts system for AI agents on Solana. It enforces spending constraints on-chain that an agent cannot bypass, even if jailbroken or compromised.
How to use Cloaked?
Add the Cloaked MCP server to your client configuration with npx cloaked-mcp and set the CLOAKED_AGENT_KEY environment variable. The agent can then call cloak_pay to spend SOL or USDC within the preset limits. Developers can also use the @cloakedagent/sdk npm package to create and spend from a Cloaked agent programmatically.
Key features of Cloaked
- On-chain enforced per-transaction, daily, and total spending limits
- Standard mode (simple) and private ZK mode (zero-knowledge proofs)
- Native support for x402 pay-per-use payments
- Real-time multi-agent dashboard with one-click freeze
- USDC token support with per-token spending constraints
Use cases of Cloaked
- AI agents paying for APIs or services autonomously without wallet risk
- Enforcing budget caps on autonomous trading, data fetching, or content generation agents
- Privacy-preserving agent-to-agent payments using zero-knowledge proofs
- Safe delegation of spending to AI agents for decentralized application interactions
FAQ from Cloaked
How does Cloaked enforce spending limits?
Limits are enforced on-chain by a Solana Anchor program. The agent’s delegate key can only spend up to the constraints set by the owner, and even a jailbroken agent cannot exceed them.
What is the difference between standard and private mode?
In standard mode the owner’s wallet is linked on-chain to the agent. In private mode, zero-knowledge proofs hide this link, and the agent can be funded anonymously via Privacy Cash.
Which blockchains and technologies does Cloaked use?
Cloaked runs on Solana, uses Helius RPC, Anchor for the smart contract, Noir + Barretenberg + Sunspot for ZK proofs, and supports USDC tokens.
Can I freeze a Cloaked agent instantly?
Yes. The dashboard provides a one-click freeze that stops all spending from the agent immediately.
Is Cloaked available on mainnet?
The README provides program IDs on Devnet only. Full documentation is available at cloakedagent.com/docs.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
评论