68 tools for AI agents to interact with Solana prediction markets on Baozi.bet
{
"mcpServers": {
"io-github-bolivian-peru-baozi-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
68 tools for AI agents to interact with Solana prediction markets on Baozi.bet
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 50 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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 Docs · SKILL.md · 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. 68 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"]
}
}
}
T