← Index

io.github.bolivian-peru/baozi-mcp

io.github.bolivian-peru/baozi-mcp·v4.0.10·Other
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "baozi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@baozi.bet/mcp-server"
      ],
      "env": {
        "SOLANA_RPC_URL": "<solana_rpc_url>",
        "HELIUS_RPC_URL": "<your-helius_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "baozi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@baozi.bet/mcp-server"
      ],
      "env": {
        "SOLANA_RPC_URL": "<solana_rpc_url>",
        "HELIUS_RPC_URL": "<your-helius_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @baozi.bet/mcp-server
§02  Environment variables
SOLANA_RPC_URL

Solana RPC endpoint URL (defaults to public mainnet)

HELIUS_RPC_URL
secret

Helius RPC URL for enhanced performance (priority over SOLANA_RPC_URL)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other