Baozi Bet

76 tools. 46 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

46 can modify or destroy data
30 read-only
76 tools total

46 Baozi Bet tools can modify or destroy data, with no limits today. PolicyLayer puts allow, deny, and rate-limit rules on every call. Live in minutes.

SECURE BAOZI BET →

Free to start. No card required.

Read (30) Write / Execute (42) Destructive / Financial (4)

Financial operations (build_claim_race_refund_transaction, build_claim_refund_transaction, build_finalize_race_resolution_transaction) can move real money. An agent caught in a loop could drain accounts before anyone notices.

Write operations (generate_invite_hash, generate_share_card, preview_create_market) modify state. Without rate limits, an agent can make hundreds of changes in seconds — faster than any human can review or revert.

Execute tools (build_add_to_race_whitelist_transaction, build_add_to_whitelist_transaction, build_batch_claim_transaction) trigger processes with side effects. Builds, notifications, workflows — all fired without throttling.

Block financial tools by default
{
  "build_claim_race_refund_transaction": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "generate_invite_hash": {
    "limits": [
      {
        "counter": "generate_invite_hash_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_affiliate_code": {
    "limits": [
      {
        "counter": "check_affiliate_code_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

Get this policy live on your own Baozi Bet server in minutes. Tune the limits to your setup; PolicyLayer enforces it on every call.

ENFORCE ON MY BAOZI BET →
EXECUTE 38 tools
Execute build_add_to_race_whitelist_transaction Execute build_add_to_whitelist_transaction Execute build_batch_claim_transaction Execute build_bet_transaction Execute build_cancel_market_transaction Execute build_cancel_race_transaction Execute build_change_council_vote_race_transaction Execute build_change_council_vote_transaction Execute build_claim_affiliate_transaction Execute build_claim_creator_transaction Execute build_claim_race_winnings_transaction Execute build_claim_winnings_transaction Execute build_close_market_transaction Execute build_close_race_market_transaction Execute build_create_creator_profile_transaction Execute build_create_lab_market_transaction Execute build_create_private_market_transaction Execute build_create_race_market_transaction Execute build_create_race_whitelist_transaction Execute build_extend_market_transaction Execute build_extend_race_market_transaction Execute build_flag_dispute_transaction Execute build_flag_race_dispute_transaction Execute build_propose_race_resolution_transaction Execute build_propose_resolution_transaction Execute build_race_bet_transaction Execute build_register_affiliate_transaction Execute build_remove_from_race_whitelist_transaction Execute build_remove_from_whitelist_transaction Execute build_resolve_market_transaction Execute build_resolve_race_transaction Execute build_toggle_affiliate_transaction Execute build_update_creator_profile_transaction Execute build_vote_council_race_transaction Execute build_vote_council_transaction Execute format_affiliate_link Execute simulate_transaction Execute suggest_affiliate_codes
Can an AI agent move money through the Baozi Bet MCP server? +

Yes. The Baozi Bet server exposes 4 financial tools including build_claim_race_refund_transaction, build_claim_refund_transaction, build_finalize_race_resolution_transaction. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through Baozi Bet? +

The Baozi Bet server has 4 write tools including generate_invite_hash, generate_share_card, preview_create_market. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Baozi Bet.

How many tools does the Baozi Bet MCP server expose? +

76 tools across 4 categories: Execute, Financial, Read, Write. 30 are read-only. 46 can modify, create, or delete data.

How do I enforce a policy on Baozi Bet? +

Register the Baozi Bet MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Other MCP servers with similar tools.

Starter policies for each. Same risk classification, live on your fleet in minutes.

Enforce policy on every Baozi Bet tool call.

Deterministic rules across all 76 Baozi Bet tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

4,600+ MCP servers and 31,000+ tools scanned and risk-classified.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.