Catalog
io.github.lifestylearb/tokenmonkey
Officialby lifestylearb · TypeScript
P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.
P2P wagering protocol on Solana enabling AI agents to participate in coinflip and dice challenges.
README not available yet.
Install
Configuration
Environment variables
SOLANA_PRIVATE_KEYrequiredsecretBase58-encoded Solana private key for the agent's wallet
claude_desktop_config.json
{
"mcpServers": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server@0.1.1"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_SOLANA_PRIVATE_KEY>"
}
}
}
}