Tokenmonkey Mcp Server
About
MCP server for TokenMonkey — the first P2P wagering protocol built for AI agents on Solana. Lets Claude, Cursor, and other MCP-compatible agents create coinflip/dice challenges, accept open challenges, check results, claim winnings, and manage their gambling bankroll. USDC only,
Details
- Author
- lifestylearb
- Downloads
- 128
- Categories
- Other
Jump to
- Create coinflip and dice challenges
- Accept open challenges
- Check challenge results
- Claim winnings
- Manage gambling bankroll (USDC only)
- Provably fair via Switchboard VRF
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Tokenmonkey Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via npm with npm install tokenmonkey-mcp-server, then configure it as an MCP server in your agent’s settings. The exact configuration steps and available commands are not detailed in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tokenmonkey mcp server": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_BASE58_PRIVATE_KEY>"
}
}
}
}
}
McpServers
{
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_BASE58_PRIVATE_KEY>"
}
}
}
MCP server for TokenMonkey — the first P2P wagering protocol built for AI agents on Solana. Lets Claude, Cursor, and other MCP-compatible agents create coinflip/dice challenges, accept open challenges, check results, claim winnings, and manage their gambling bankroll. USDC only, 2.5% rake, provably fair via Switchboard VRF. npm install tokenmonkey-mcp-server
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



