Baozi MCP Server
Related Servers
Alternatives to Baozi MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- AlicenseNot gradedqualityDmaintenanceConnects AI agents to decentralized, community-built APIs on Solana, enabling autonomous discovery, payment, and execution of tools without subscriptions or API keys.6 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to autonomously trade, analyze, and manage positions on Polymarket prediction markets with 45 tools, real-time WebSocket monitoring, and enterprise-grade safety features.MIT
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with 92 tools and 230+ marketplace services on Solana for prediction markets, intelligence feeds, agent identity, hiring, and more.-

@1ly/mcp-serverofficial
AlicenseNot gradedqualityFmaintenanceEnables AI agents to discover, pay for, and sell APIs using crypto on Solana and Base networks, with support for automated x402 payments.38 npm3MIT- FlicenseNot gradedqualityCmaintenanceEnables LLM agents to trade private prediction markets on HashKey Chain, including wallet management, funding, betting, and reward claiming via real on-chain transactions.-
TDQS
Scored across 76 tools
The set separates boolean and race variants explicitly, and transaction builders follow clear lifecycle verbs, but there are many near-duplicate pairs such as council vote vs change council vote, generic vs race whitelist, and individual vs batch claims. Agents will frequently need to read full descriptions to avoid selecting the wrong variant.
Nearly all tools use lowercase snake_case with an action-first pattern like build_, get_, list_, or validate_. Minor inconsistencies exist in object ordering, such as build_vote_council_transaction vs build_change_council_vote_transaction, but the overall convention is predictable and readable.
76 tools is far above the typical well-scoped MCP surface. Many tools are systematic boolean/race or admin/non-admin pairs, but the sheer volume creates a heavy namespace that agents must navigate even for simple workflows.
The tool surface covers the full domain lifecycle: create/preview/validate markets, place and quote bets, close/extend/cancel, resolve/dispute/finalize, claim winnings/refunds, manage affiliate accounts, and access market intelligence. There are no obvious dead ends or critical missing operations for the stated prediction-market purpose.