Skip to main content
Glama
double2dev

blooketsimulator-mcp

Blooket Simulator MCP Server

一个用于 Blooket Simulator 的官方 Model Context Protocol (MCP) 服务器。

这个 MCP 服务器允许 Claude 和 Cursor 等 AI 助手模拟开箱、查看箱子掉落率,以及直接从 Blooket Simulator 数据库获取 Blook 信息。

功能

  • get_box_rates:获取任意给定 Blooket 箱子的掉落概率(例如 Space Box、Bot Box)。

  • simulate_unbox:模拟多次打开一个箱子,看看你会获得哪些 Blook,以及需要花费多少代币。

  • get_blook_info:获取特定 Blook 的详细信息,包括其稀有度和出售价格。

Related MCP server: pexbot-mcp

安装

在 Claude Desktop 中

将以下内容添加到你的 claude_desktop_config.json 文件中:

{
  "mcpServers": {
    "blooketsimulator": {
      "command": "npx",
      "args": [
        "-y",
        "blooketsimulator-mcp"
      ]
    }
  }
}

在 Cursor 中

  1. 转到 Cursor Settings > Features > MCP Servers。

  2. 添加一个新服务器。

  3. 将名称设置为 blooketsimulator

  4. 将命令设置为 npx -y blooketsimulator-mcp

链接

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for pokemon information
    5
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server for the pex.bot AI simulated crypto exchange that enables users to manage accounts, check real-time market data, and execute trades. It provides tools for profile management, order execution, and asset tracking within a simulated cryptocurrency trading environment.
    11
    51
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Official MCP server for Publora that enables AI assistants to schedule posts, manage accounts, and retrieve analytics across multiple social media platforms through natural language.
    18
    9
    5
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Official MCP server for ZuckPay – create PIX, SPEI, and PayPal charges, and query transactions from your AI assistant.
    20
    19
    MIT

View all related MCP servers

Related MCP Connectors

  • Official MCP server for Lovable, the AI-powered full-stack app builder.

  • An MCP server that integrates with Discord to provide AI-powered features.

  • MCP server for Flux AI image generation

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/double2dev/blooketsimulator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server