HomeFinance › baozi-mcp

baozi-mcp

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

TypeScript Cloud
★ 1 stars Last pushed 2026-04-17 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 4.0.10)

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

Or add to your MCP client config:

{
  "mcpServers": {
    "baozi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@baozi.bet/[email protected]"
      ],
      "env": {
        "SOLANA_RPC_URL": "<YOUR_VALUE>",
        "HELIUS_RPC_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry