AgentHubAgentHub

baozi-mcp

MCP ServerMCP Registry官方收录

io.github.bolivian-peru/baozi-mcp · v4.0.10

68 tools for AI agents to interact with Solana prediction markets on Baozi.bet

概览

baozi-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

SOLANA_RPC_URL可选

Solana RPC endpoint URL (defaults to public mainnet)

HELIUS_RPC_URL可选secret

Helius RPC URL for enhanced performance (priority over SOLANA_RPC_URL)

相关资源

统一 Manifest

{
  "id": "io.github.bolivian-peru/baozi-mcp",
  "type": "mcp-server",
  "version": "4.0.10",
  "displayName": "baozi-mcp",
  "description": "68 tools for AI agents to interact with Solana prediction markets on Baozi.bet",
  "repository": {
    "url": "https://github.com/bolivian-peru/baozi-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@baozi.bet/mcp-server",
        "version": "4.0.10",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SOLANA_RPC_URL",
            "description": "Solana RPC endpoint URL (defaults to public mainnet)"
          },
          {
            "name": "HELIUS_RPC_URL",
            "description": "Helius RPC URL for enhanced performance (priority over SOLANA_RPC_URL)",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.bolivian-peru/baozi-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.bolivian-peru%2Fbaozi-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
baozi-mcp — MCP Server 安装与配置 · AgentHub