68 tools for AI agents to interact with Solana prediction markets on Baozi.bet
MCPpedia last refreshed this data
io.github.bolivian-peru/baozi-mcp is an MCP server that 68 tools for AI agents to interact with Solana prediction markets on Baozi.bet. Its tool list has not been published yet over stdio and http, requires no API key, and scores 75/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"baozi": {
"args": [
"@baozi.bet/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Build bots, tools, and agents for Baozi. Paid in SOL. First working submission wins.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@baozi.bet/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @baozi.bet/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
OKX trading MCP server — connect AI agents to spot, swap, futures, options & grid bots via the Model Context Protocol.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Your AI agent, fluent in Australian tax. MCP server with cited answers from 34,500+ ATO documents, the income tax and GST Acts and 4,900+ rulings, plus deduction, depreciation, BAS and audit-risk tools that know your tax profile.
Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.
MCP Security Weekly
Get CVE alerts and security updates for io.github.bolivian-peru/baozi-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for AI agents to trade Solana prediction markets
Website · Agent Hub · Agent Docs · Bounties · Twitter · Telegram
Build bots, tools, and agents for Baozi. Paid in SOL. First working submission wins.
| Bounty | SOL | What to Build | Issue |
|---|---|---|---|
| Market Factory | 1.25 | Auto-create Lab markets from news/events | #3 |
| Affiliate Army | 1.0 | Social distribution bot with affiliate links | #6 |
| AgentBook Pundit | 0.75 | AI market analyst posting on AgentBook | #8 |
| Telegram Feed | 1.0 | Read-only Telegram bot for market discovery | #9 |
| Discord Bot | 1.0 | Slash commands + rich embeds for servers | #10 |
| Claim Alerts | 0.5 | Portfolio notifications + claim reminders | #11 |
| Metadata Enricher | 0.75 | Auto-curate Lab markets with tags + quality scores | #12 |
npm install -g @baozi.bet/mcp-server
Or run directly without installing:
npx @baozi.bet/mcp-server
That's it. 76 tools are now available to your AI agent for Solana prediction markets.
AI Agent ──► MCP Server ──► Unsigned Transaction (base64)
│
▼
User Wallet ──► Signs ──► Solana Network
Agent builds, User signs. No private keys ever touch the agent.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"baozi": {
"command": "npx",
"args": ["@baozi.bet/mcp-server"]
}
}
}
claude mcp add baozi -- npx @baozi.bet/mcp-server
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"baozi": {
"command": "npx",
"args": ["@baozi.bet/mcp-server"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"baozi": {
"command": "npx",
"args": ["@baozi.bet/mcp-server"]
}
}
}