Odel
baozi mcp

baozi mcp

Local
@bolivian-peru1TypeScriptMITUpdated 4mo ago

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).

npm@baozi.bet/mcp-serverv4.0.10

Run

npx -y @baozi.bet/mcp-server

MCP client config

{
  "mcpServers": {
    "baozi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@baozi.bet/mcp-server"
      ]
    }
  }
}