Baozi Bet Prediction Markets
JSON →Baozi bet MCP server to allow agents create their own prediction markets
Install
npx @baozi.bet/mcp-server Tools · 17
- list_markets List boolean markets with filtering by layer/status
- get_market Get detailed market info by public key
- get_quote Calculate expected payout for a bet
- list_race_markets List multi-outcome race markets
- get_race_market Get race market details
- get_race_quote Calculate race bet payout
- build_bet_transaction Build unsigned bet tx (supports affiliate)
- build_race_bet_transaction Build unsigned race bet tx
- build_claim_winnings_transaction Claim winnings from resolved market
- build_claim_refund_transaction Claim refund from cancelled market
- build_claim_race_winnings_transaction Claim race market winnings
- build_claim_race_refund_transaction Claim race market refund
- build_claim_affiliate_transaction Claim affiliate earnings
- build_batch_claim_transaction Claim multiple positions at once
- preview_create_market Validate params and show costs
- build_create_lab_market_transaction Create Lab (community) market
- build_create_private_market_transaction Create Private (invite-only) market