68 tools for AI agents to interact with Solana prediction markets on Baozi.bet
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
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Financial Modeling Prep API with 250+ financial data tools
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"]
}
}
}