Back to MCP Servers

Baozi

68 tools for AI agents to interact with Solana prediction markets on [Baozi.bet](https://baozi.bet) — browse markets, place bets, claim winnings, create markets, and earn affiliate commissions.

finance-fintechaiagent

Installation

npx -y baozi-mcp

Configuration

{
  "mcpServers": {
    "baozi-mcp": {
      "command": "npx",
      "args": ["-y", "baozi-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub