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
build_add_to_race_whitelist_transaction ~60

Build transaction to add user to race market whitelist.

NameTypeReqDescription
creator_walletstringyesMarket creator wallet
race_marketstringyesRace market public key
user_to_addstringyesUser wallet to whitelist

No output schema declared.

No examples provided.

build_add_to_whitelist_transaction ~56

Build transaction to add user to private market whitelist.

NameTypeReqDescription
creator_walletstringyesMarket creator wallet
marketstringyesMarket public key
user_to_addstringyesUser wallet to whitelist

No output schema declared.

No examples provided.

build_batch_claim_transaction ~42

Build single transaction to claim multiple positions at once.

NameTypeReqDescription
claimsarrayyesArray of claims to batch
user_walletstringyesUser wallet

No output schema declared.

No examples provided.

build_bet_transaction ~85

Build unsigned transaction for placing a bet on a boolean (YES/NO) market.

NameTypeReqDescription
affiliate_codestringOptional affiliate code for commission
amount_solnumberyesBet amount in SOL
marketstringyesMarket public key
outcomestringyesOutcome to bet on
user_walletstringyesUser wallet public key

No output schema declared.

No examples provided.

build_cancel_market_transaction ~67

Build transaction to cancel a boolean market. All bettors can claim refunds after cancellation. Only creator or admin can cancel.

NameTypeReqDescription
authority_walletstringyesAuthority wallet (creator or admin)
marketstringyesMarket public key
reasonstringyesReason for cancellation

No output schema declared.

No examples provided.

build_cancel_race_transaction ~63

Build transaction to cancel a race market. All bettors can claim refunds after cancellation.

NameTypeReqDescription
authority_walletstringyesAuthority wallet (creator or admin)
race_marketstringyesRace market public key
reasonstringyesReason for cancellation

No output schema declared.

No examples provided.

build_change_council_vote_race_transaction ~70

Build transaction for council member to change their vote on a race market dispute.

NameTypeReqDescription
new_vote_outcome_indexnumberyesNew outcome index to vote for
race_marketstringyesRace market public key
voter_walletstringyesCouncil member wallet

No output schema declared.

No examples provided.

build_change_council_vote_transaction ~68

Build transaction for council member to change their vote on a boolean market dispute.

NameTypeReqDescription
marketstringyesMarket public key
new_vote_yesbooleanyesNew vote (true=YES, false=NO)
voter_walletstringyesCouncil member wallet

No output schema declared.

No examples provided.

build_claim_affiliate_transaction ~39

Build unsigned transaction to claim affiliate earnings.

NameTypeReqDescription
codestringyesAffiliate code
user_walletstringyesAffiliate owner wallet

No output schema declared.

No examples provided.

build_claim_creator_transaction ~33

Build transaction to claim accumulated creator fees from sol_treasury.

NameTypeReqDescription
creator_walletstringyesCreator wallet

No output schema declared.

No examples provided.

build_claim_race_refund_transaction ~56

Build unsigned transaction to claim refund from cancelled race market.

NameTypeReqDescription
positionstringyesRace position PDA
race_marketstringyesRace market public key
user_walletstringyesUser wallet

No output schema declared.

No examples provided.

build_claim_race_winnings_transaction ~57

Build unsigned transaction to claim winnings from a resolved race market.

NameTypeReqDescription
positionstringyesRace position PDA
race_marketstringyesRace market public key
user_walletstringyesUser wallet

No output schema declared.

No examples provided.

build_claim_refund_transaction ~52

Build unsigned transaction to claim refund from cancelled/invalid market.

NameTypeReqDescription
marketstringyesMarket public key
positionstringyesPosition PDA
user_walletstringyesUser wallet

No output schema declared.

No examples provided.

build_claim_winnings_transaction ~51

Build unsigned transaction to claim winnings from a resolved market.

NameTypeReqDescription
marketstringyesMarket public key
positionstringyesPosition PDA
user_walletstringyesUser wallet

No output schema declared.

No examples provided.

build_close_market_transaction ~41

Build transaction to close betting on a market.

NameTypeReqDescription
caller_walletstringyesCaller wallet (creator)
marketstringyesMarket public key

No output schema declared.

No examples provided.

build_close_race_market_transaction ~46

Build transaction to close betting on a race market.

NameTypeReqDescription
caller_walletstringyesCaller wallet (creator)
race_marketstringyesRace market public key

No output schema declared.

No examples provided.

build_create_creator_profile_transaction ~64

Build transaction to create on-chain creator profile.

NameTypeReqDescription
creator_fee_bpsnumberyesCreator fee in basis points (max 50)
creator_walletstringyesCreator wallet
display_namestringyesDisplay name (max 32 chars)

No output schema declared.

No examples provided.

build_create_lab_market_transaction ~155

Build unsigned transaction to create a Lab (community) market. Validates against v6.3 rules.

NameTypeReqDescription
closing_timestringyesISO 8601 when betting closes
creator_walletstringyesCreator wallet public key
event_timestringISO 8601 event time (for event-based)
invite_hashstringOptional 64-char hex for invite links
market_typestringMarket type for validation
measurement_startstringISO 8601 measurement start (for measurement)
questionstringyesMarket question (max 200 chars)
resolution_timestringISO 8601 when market can be resolved (optional)

No output schema declared.

No examples provided.

build_create_private_market_transaction ~87

Build unsigned transaction to create a Private (invite-only) market.

NameTypeReqDescription
closing_timestringyesISO 8601 closing time
creator_walletstringyesCreator wallet
invite_hashstringOptional invite hash for restricted access
questionstringyesMarket question
resolution_timestringISO 8601 resolution time (optional)

No output schema declared.

No examples provided.

build_create_race_market_transaction ~96

Build unsigned transaction to create a Race (multi-outcome) market with 2-10 outcomes.

NameTypeReqDescription
closing_timestringyesISO 8601 closing time
creator_walletstringyesCreator wallet
outcomesarrayyesArray of 2-10 outcome labels
questionstringyesMarket question
resolution_timestringISO 8601 resolution time (optional)

No output schema declared.

No examples provided.

build_create_race_whitelist_transaction ~46

Build transaction to create whitelist for private race market.

NameTypeReqDescription
creator_walletstringyesMarket creator wallet
race_marketstringyesRace market public key

No output schema declared.

No examples provided.

build_extend_market_transaction ~79

ADMIN ONLY: Build transaction to extend market deadline. Requires protocol admin signature.

NameTypeReqDescription
caller_walletstringyesCaller wallet (creator)
marketstringyesMarket public key
new_closing_timestringyesNew closing time (ISO 8601)
new_resolution_timestringNew resolution time (optional)

No output schema declared.

No examples provided.

build_extend_race_market_transaction ~84

ADMIN ONLY: Build transaction to extend race market deadline. Requires protocol admin signature.

NameTypeReqDescription
caller_walletstringyesCaller wallet (creator)
new_closing_timestringyesNew closing time (ISO 8601)
new_resolution_timestringNew resolution time (optional)
race_marketstringyesRace market public key

No output schema declared.

No examples provided.

build_finalize_race_resolution_transaction ~41

Build transaction to finalize race resolution.

NameTypeReqDescription
caller_walletstringyesCaller wallet
race_marketstringyesRace market public key

No output schema declared.

No examples provided.

build_finalize_resolution_transaction ~44

Build transaction to finalize resolution after dispute window.

NameTypeReqDescription
caller_walletstringyesCaller wallet (anyone can finalize)
marketstringyesMarket public key

No output schema declared.

No examples provided.

build_flag_dispute_transaction ~44

Build transaction to challenge a proposed resolution with a bond.

NameTypeReqDescription
disputer_walletstringyesDisputer wallet
marketstringyesMarket public key

No output schema declared.

No examples provided.

build_flag_race_dispute_transaction ~46

Build transaction to dispute a race market resolution.

NameTypeReqDescription
disputer_walletstringyesDisputer wallet
race_marketstringyesRace market public key

No output schema declared.

No examples provided.

build_propose_race_resolution_transaction ~61

Build transaction to propose race market outcome.

NameTypeReqDescription
proposer_walletstringyesProposer wallet
race_marketstringyesRace market public key
winning_outcome_indexnumberyesIndex of winning outcome (0-based)

No output schema declared.

No examples provided.

build_propose_resolution_transaction ~60

Build transaction for creator to propose market outcome.

NameTypeReqDescription
marketstringyesMarket public key
outcomebooleanyesProposed outcome (true=Yes, false=No)
proposer_walletstringyesProposer wallet (creator)

No output schema declared.

No examples provided.

build_race_bet_transaction ~89

Build unsigned transaction for placing a bet on a race (multi-outcome) market.

NameTypeReqDescription
affiliate_codestringOptional affiliate code
amount_solnumberyesBet amount in SOL
marketstringyesRace market public key
outcome_indexnumberyesIndex of outcome to bet on
user_walletstringyesUser wallet public key

No output schema declared.

No examples provided.

build_register_affiliate_transaction ~50

Build unsigned transaction to register as an affiliate with a unique code.

NameTypeReqDescription
codestringyesAffiliate code (3-16 alphanumeric chars)
user_walletstringyesOwner wallet

No output schema declared.

No examples provided.

build_remove_from_race_whitelist_transaction ~59

Build transaction to remove user from race whitelist.

NameTypeReqDescription
creator_walletstringyesMarket creator wallet
race_marketstringyesRace market public key
user_to_removestringyesUser wallet to remove

No output schema declared.

No examples provided.

build_remove_from_whitelist_transaction ~54

Build transaction to remove user from whitelist.

NameTypeReqDescription
creator_walletstringyesMarket creator wallet
marketstringyesMarket public key
user_to_removestringyesUser wallet to remove

No output schema declared.

No examples provided.

build_resolve_market_transaction ~60

Build transaction to directly resolve a market.

NameTypeReqDescription
marketstringyesMarket public key
outcomebooleanyesWinning outcome (true=Yes, false=No)
resolver_walletstringyesResolver wallet (creator/oracle)

No output schema declared.

No examples provided.

build_resolve_race_transaction ~57

Build transaction to directly resolve a race market.

NameTypeReqDescription
race_marketstringyesRace market public key
resolver_walletstringyesResolver wallet
winning_outcome_indexnumberyesIndex of winning outcome

No output schema declared.

No examples provided.

build_toggle_affiliate_transaction ~56

ADMIN ONLY: Build transaction to activate/deactivate affiliate. Requires protocol admin signature.

NameTypeReqDescription
activebooleanyesNew active status
codestringyesAffiliate code
user_walletstringyesOwner wallet

No output schema declared.

No examples provided.

build_update_creator_profile_transaction ~78

Build transaction to update creator profile. Both display_name and default_fee_bps are required.

NameTypeReqDescription
creator_walletstringyesCreator wallet
default_fee_bpsnumberyesDefault fee in basis points (max 50 = 0.5%)
display_namestringyesDisplay name (max 32 chars)

No output schema declared.

No examples provided.

build_vote_council_race_transaction ~62

Build transaction for council to vote on race dispute.

NameTypeReqDescription
race_marketstringyesRace market public key
vote_outcome_indexnumberyesOutcome index to vote for
voter_walletstringyesCouncil member wallet

No output schema declared.

No examples provided.

build_vote_council_transaction ~55

Build transaction for council member to vote on dispute.

NameTypeReqDescription
marketstringyesMarket public key
vote_yesbooleanyesVote for Yes outcome
voter_walletstringyesCouncil member wallet

No output schema declared.

No examples provided.

check_affiliate_code ~38

Check if an affiliate code is available for registration.

NameTypeReqDescription
codestringyesAffiliate code to check (3-16 alphanumeric chars)

No output schema declared.

No examples provided.

format_affiliate_link ~41

Format an affiliate referral link for sharing.

NameTypeReqDescription
codestringyesAffiliate code
marketstringOptional market public key for deep link

No output schema declared.

No examples provided.

generate_invite_hash ~21

Generate a random invite hash for private market access control.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_affiliate_info ~33

Get affiliate account info by code. Shows earnings, referrals, status.

NameTypeReqDescription
codestringyesAffiliate code

No output schema declared.

No examples provided.

get_agent_network_stats ~18

Get overall AI agent affiliate network statistics.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_claimable ~31

Get all claimable winnings and refunds for a wallet.

NameTypeReqDescription
walletstringyesSolana wallet address

No output schema declared.

No examples provided.

get_commission_info ~17

Get affiliate commission structure and examples.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_creation_fees ~24

Get market creation fees for all layers (Official, Lab, Private).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_disputed_markets ~18

List all markets currently under dispute.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_market ~36

Get detailed information about a specific prediction market by public key.

NameTypeReqDescription
publicKeystringyesSolana public key of the market account

No output schema declared.

No examples provided.

get_markets_awaiting_resolution ~20

List all closed markets awaiting resolution.

Input schema present but exposes no named parameters.

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.