Tokenmonkey Mcp Server

by lifestylearb

128 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Tokenmonkey Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.