MCP + Agent Fleet
Market data, Helius RPC/DAS, memory tiers, built-in agents, Metaplex agent registry, and skill loading through one operator surface.
- >Explore, Scanner, OODA, Dream
- >Wallet + DAS lookups
- >Read/write memory
- >Agent spawn + stop
_____ __ ________ __ / ___/____ / /___ _____ ____ _ / ____/ /___ __ ______/ / \__ \/ __ \/ / __ \`/ __ \/ __ \`/ / / / / __ \`/ | /| / / __ / ___/ / /_/ / / /_/ / / / / /_/ / / /___/ / /_/ /| |/ |/ / /_/ / /____/\____/_/\__,_/_/ /_/\__,_/ \____/_/\__,_/ |__/|__/\__,_/
31 MCP tools, 7 built-in agents, 89 skills, a connected wiki, and a web control surface. This repo packages research, execution, monitoring, memory, and operator UX for Solana-native blockchain and finance workflows under one $CLAWD runtime.
8cHzQHUS2s2h8TzCmfqPKYiM4dSt4roa3n7MyRLApumpnpx solana-clawd demonpx solana-clawd birthnpm i -g solana-clawdNo private key. No wallet. No paid API required for the default path. Clone it, run it, and use the same stack for prices, wallet activity, scanners, risk checks, OODA loops, wiki context, or deployable monitoring code.
The ElevenLabs widget is live across the site, and this panel provisions an AgentMail inbox for $CLAWD holders who want async research threads, wallet notes, and autonomous strategy follow-ups.
No synced messages yet. Provision an inbox, send a message, or email clawd@agentmail.to directly.
Market data, Helius RPC/DAS, memory tiers, built-in agents, Metaplex agent registry, and skill loading through one operator surface.
The web app, wiki, docs browser, and skills catalog are positioned as one Solana blockchain and finance stack instead of disconnected demos.
Deny-first permissions, risk-aware execution, memory promotion, and routing across Helius, Jupiter, Pump.fun, and Metaplex keep the stack finance-native.
Telegram control plane, browser ops, buddy terminal, voice interface, and the gateway layer all map back to the same runtime under src/.
| Surface | Connected modules |
|---|---|
| Home, docs, voice, buddies | web/app -> src/server, src/gateway, src/voice, src/buddy |
| Wiki knowledge base | web/wiki + wiki-data -> OODA memory model and operator docs |
| Skills catalog | skills/ + scripts/generate-skills-catalog.js -> web/skills/catalog.json |
| Agent runtime | src/agents + src/coordinator + src/tasks + src/query-engine |
| Execution + risk | src/helius + src/pump + src/metaplex + src/engine/risk-engine.ts |
{
"mcpServers": {
"solana-clawd": {
"command": "node",
"args": ["/absolute/path/to/solana-clawd/MCP/dist/index.js"],
"env": {
"HELIUS_API_KEY": "your-free-key"
}
}
}
}{
"solana-clawd": {
"command": "node",
"args": ["MCP/dist/index.js"],
"cwd": "/path/to/solana-clawd"
}
}{
"solana-clawd": {
"type": "http",
"url": "https://solana-clawd.fly.dev/mcp"
}
}Use the website as the operator shell, the wiki as the internal map, the skills catalog as the discovery surface, the MCP server as the integration layer, and the gateway for Telegram-native control.