io.github.lifestylearb/tokenmonkey MCP Server
io.github.lifestylearb/tokenmonkey
What is the io.github.lifestylearb/tokenmonkey MCP server?
P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.
How to install io.github.lifestylearb/tokenmonkey
Copy-paste configuration for popular MCP clients.
SOLANA_PRIVATE_KEYrequiredsecretBase58-encoded Solana private key for the agent's wallet
{
"mcpServers": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_SOLANA_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_SOLANA_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_SOLANA_PRIVATE_KEY>"
}
}
}
}{
"servers": {
"tokenmonkey": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_SOLANA_PRIVATE_KEY>"
}
}
}
}claude mcp add tokenmonkey --env SOLANA_PRIVATE_KEY=<YOUR_SOLANA_PRIVATE_KEY> -- npx -y tokenmonkey-mcp-serverRelated 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.