← Back to Plugins
MCP Server MCP

io.github.lifestylearb/tokenmonkey

github By github 👁 1 views ▲ 0 votes

P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tokenmonkey-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base58-encoded Solana private key for the agent's wallet",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SOLANA_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...