Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.bolivian-peru/baozi-mcp

NPM · @BAOZI.BET/MCP-SERVER · SCANNED SEP 20

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

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via @solana/web3.js > jayson > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 51 of 150 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3776 tokens (~51/item across 74 items; 68 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "build_claim_refund_transaction" implies "refund" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 69 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.bolivian-peru/baozi-mcp server?

io.github.bolivian-peru/baozi-mcp runs locally as an npm package, launched with npx -y @baozi.bet/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @baozi.bet/mcp-server

# add to Claude Code
claude mcp add bolivian-peru-baozi-mcp -- npx -y @baozi.bet/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "bolivian-peru-baozi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@baozi.bet/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "bolivian-peru-baozi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@baozi.bet/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add bolivian-peru-baozi-mcp -- npx -y @baozi.bet/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bolivian-peru-baozi-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@baozi.bet/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bolivian-peru-baozi-mcp --command npx --arg -y --arg @baozi.bet/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  bolivian-peru-baozi-mcp:
    command: "npx"
    args: ["-y", "@baozi.bet/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "bolivian-peru-baozi-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@baozi.bet/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add bolivian-peru-baozi-mcp -t stdio -c npx -a -y @baozi.bet/mcp-server
// mcp.json
{
  "mcpServers": {
    "bolivian-peru-baozi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@baozi.bet/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 19 Sept 26 +1
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 13 Sept 26 −3
    • Security disclosure: fail → unverified functional
    • Stability: pass → 0.80 functional
  • 12 Sept 26 +1
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@baozi.bet/mcp-server@4.0.10

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-528h-pc64-c93x CVE-2026-71429 medium CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 150 packages
Packages resolved 150
Deprecated 2
Stale 49
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 68 exposed · ~3,667 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_my_affiliates ~29

Get all affiliate accounts owned by a wallet.

NameTypeReqDescription
walletstringyesWallet address

No output schema declared.

No examples provided.

get_parimutuel_rules ~53

Get v6.3 parimutuel rules for Lab market creation. CRITICAL: Read this BEFORE creating any market. Contains blocked terms, required data sources, and validation rules that will REJECT invalid markets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_platform_fees ~18

Get platform fee rates for all layers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_positions ~32

Get all betting positions for a wallet including win/loss stats.

NameTypeReqDescription
walletstringyesSolana wallet address

No output schema declared.

No examples provided.

get_quote ~63

Calculate expected payout for a potential bet. Shows profit, fees, and new odds.

NameTypeReqDescription
amountnumberyesBet amount in SOL (0.01-100)
marketstringyesMarket public key
sidestringyesSide to bet on

No output schema declared.

No examples provided.

get_race_market ~39

Get detailed info about a race market including all outcome labels, pools, and odds.

NameTypeReqDescription
publicKeystringyesRace market public key

No output schema declared.

No examples provided.

get_race_quote ~62

Calculate expected payout for a race market bet on a specific outcome.

NameTypeReqDescription
amountnumberyesBet amount in SOL
marketstringyesRace market public key
outcomeIndexnumberyesIndex of outcome to bet on (0-based)

No output schema declared.

No examples provided.

get_referrals ~27

Get all users referred by an affiliate code.

NameTypeReqDescription
codestringyesAffiliate code

No output schema declared.

No examples provided.

get_resolution_status ~32

Get resolution status for a market (resolved, disputed, pending).

NameTypeReqDescription
marketstringyesMarket public key

No output schema declared.

No examples provided.

get_timing_rules ~23

Get v6.3 timing rules and constraints for market creation.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_markets ~62

List all Baozi prediction markets (boolean YES/NO) on Solana mainnet. Returns questions, odds, pools, status.

NameTypeReqDescription
layerstringFilter by layer type.
statusstringFilter by status. Default: all markets.

No output schema declared.

No examples provided.

list_race_markets ~38

List all race markets (multi-outcome prediction markets) on Solana mainnet.

NameTypeReqDescription
statusstringFilter by status

No output schema declared.

No examples provided.

preview_create_market ~173

Preview market creation - validates params and shows costs WITHOUT building transaction. Use before build_create_market_transaction.

NameTypeReqDescription
closing_timestringyesISO 8601 when betting closes
event_timestringISO 8601 event time (required for event-based markets)
layerstringyesMarket layer (lab=community, private=invite-only)
market_typestringEvent-based (Rule A) or measurement-period (Rule B)
measurement_endstringISO 8601 measurement end (optional)
measurement_startstringISO 8601 measurement start (for measurement markets)
questionstringyesMarket question (max 200 chars)
resolution_timestringISO 8601 when market can be resolved (optional, auto-calculated)

No output schema declared.

No examples provided.

simulate_transaction ~43

Simulate a transaction before signing to check for errors.

NameTypeReqDescription
transactionstringyesBase64-encoded transaction
user_walletstringyesUser wallet public key

No output schema declared.

No examples provided.

suggest_affiliate_codes ~46

Generate suggested affiliate codes based on agent name.

NameTypeReqDescription
agentNamestringyesName of the AI agent
countnumberNumber of suggestions (default 5)

No output schema declared.

No examples provided.

validate_bet ~48

Validate bet parameters before building transaction.

NameTypeReqDescription
amountnumberyesBet amount in SOL
marketstringyesMarket public key
sidestringyesSide to bet on

No output schema declared.

No examples provided.

validate_market_params ~110

Validate market parameters against v6.3 timing rules.

NameTypeReqDescription
closing_timestringyesISO 8601 closing time
event_timestringISO 8601 event time (for event markets)
market_typestringyesMarket type
measurement_endstringISO 8601 measurement end (optional)
measurement_startstringISO 8601 measurement start (for measurement markets)
questionstringyesMarket question (max 200 chars)

No output schema declared.

No examples provided.

validate_market_question ~59

Validate a market question against v6.3 rules BEFORE attempting to create it. Returns whether the question would be blocked and why.

NameTypeReqDescription
layerstringMarket layer (default: lab)
questionstringyesMarket question to validate

No output schema declared.

No examples provided.

Common questions

What is the io.github.bolivian-peru/baozi-mcp server?

io.github.bolivian-peru/baozi-mcp is listed in the public MCP registry as io.github.bolivian-peru/baozi-mcp. 68 tools for AI agents to interact with Solana prediction markets on Baozi.bet. This page covers its npm package (@baozi.bet/mcp-server).

Is the io.github.bolivian-peru/baozi-mcp server safe to use?

io.github.bolivian-peru/baozi-mcp scores 78 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.bolivian-peru/baozi-mcp server expose?

io.github.bolivian-peru/baozi-mcp exposes 68 tools: list_markets, get_market, get_quote, list_race_markets, get_race_market, and 63 more. Their descriptions and schemas cost roughly 3,667 tokens of context every time the server is loaded.

Is the io.github.bolivian-peru/baozi-mcp server still maintained?

io.github.bolivian-peru/baozi-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.bolivian-peru/baozi-mcp server under?

io.github.bolivian-peru/baozi-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.