← Back to Plugins
MCP Server MCP

io.github.bolivian-peru/baozi-mcp

github By github 👁 1 views ▲ 0 votes

68 tools for AI agents to interact with Solana prediction markets on Baozi.bet

Homepage Verified source GitHub

Install

npx -y @baozi.bet/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@baozi.bet/mcp-server",
      "version": "4.0.10",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Solana RPC endpoint URL (defaults to public mainnet)",
          "format": "string",
          "name": "SOLANA_RPC_URL"
        },
        {
          "description": "Helius RPC URL for enhanced performance (priority over SOLANA_RPC_URL)",
          "format": "string",
          "isSecret": true,
          "name": "HELIUS_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...