What is the Cloaked Agent MCP server?
Trustless spending accounts for AI agents on Solana with on-chain enforced limits.
How to install Cloaked Agent
Copy-paste configuration for popular MCP clients.
CLOAKED_AGENT_KEYrequiredsecretBase58 encoded Cloaked Agent private key
CLOAKED_BACKEND_URLBackend relay URL (default: https://api.cloakedagent.com)
SOLANA_RPC_URLsecretSolana RPC endpoint URL (default: https://api.devnet.solana.com)
{
"mcpServers": {
"cloaked": {
"command": "npx",
"args": [
"-y",
"@cloakedagent/sdk"
],
"env": {
"CLOAKED_AGENT_KEY": "<YOUR_CLOAKED_AGENT_KEY>",
"CLOAKED_BACKEND_URL": "<YOUR_CLOAKED_BACKEND_URL>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
}
}
}
}{
"mcpServers": {
"cloaked": {
"command": "npx",
"args": [
"-y",
"@cloakedagent/sdk"
],
"env": {
"CLOAKED_AGENT_KEY": "<YOUR_CLOAKED_AGENT_KEY>",
"CLOAKED_BACKEND_URL": "<YOUR_CLOAKED_BACKEND_URL>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
}
}
}
}{
"mcpServers": {
"cloaked": {
"command": "npx",
"args": [
"-y",
"@cloakedagent/sdk"
],
"env": {
"CLOAKED_AGENT_KEY": "<YOUR_CLOAKED_AGENT_KEY>",
"CLOAKED_BACKEND_URL": "<YOUR_CLOAKED_BACKEND_URL>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
}
}
}
}{
"servers": {
"cloaked": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloakedagent/sdk"
],
"env": {
"CLOAKED_AGENT_KEY": "<YOUR_CLOAKED_AGENT_KEY>",
"CLOAKED_BACKEND_URL": "<YOUR_CLOAKED_BACKEND_URL>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
}
}
}
}claude mcp add cloaked --env CLOAKED_AGENT_KEY=<YOUR_CLOAKED_AGENT_KEY> --env CLOAKED_BACKEND_URL=<YOUR_CLOAKED_BACKEND_URL> --env SOLANA_RPC_URL=<YOUR_SOLANA_RPC_URL> -- npx -y @cloakedagent/sdkRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.