MCP server for Baozi prediction markets on Solana - full protocol coverage with market creation and AI agent network
Baozi MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for Baozi prediction markets on Solana - full protocol coverage with market creation and AI agent network.
MCP server for AI agents to trade Solana prediction markets
Once Baozi MCP is connected, these are the calls the assistant has available:
list_markets — List boolean markets with filtering by layer/statusget_market — Get detailed market info by public keyget_quote — Calculate expected payout for a betlist_race_markets — List multi-outcome race marketsget_race_market — Get race market detailsget_race_quote — Calculate race bet payoutbuild_bet_transaction — Build unsigned bet tx (supports affiliate)build_race_bet_transaction — Build unsigned race bet txbuild_claim_winnings_transaction — Claim winnings from resolved marketbuild_claim_refund_transaction — Claim refund from cancelled marketbuild_claim_race_winnings_transaction — Claim race market winningsbuild_claim_race_refund_transaction — Claim race market refund@baozi.bet/mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Baozi MCP's toolset — list_markets, get_market, get_quote and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bolivian-peru; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"baozi": {
"command": "npx",
"args": ["@baozi.bet/mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.