68 tools for AI agents to interact with Solana prediction markets on Baozi.bet
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @baozi.bet/mcp-server
MCP client config
{
"mcpServers": {
"baozi-mcp": {
"command": "npx",
"args": [
"-y",
"@baozi.bet/mcp-server"
]
}
}
}