blooketsimulator-mcp
Máy chủ MCP chính thức cho Blooket Simulator để mô phỏng việc mở hộp, kiểm tra tỷ lệ rơi và lấy thông tin blook qua AI.
GitHubDùng thử MCP nàyĐược tài trợ
Tài liệu
Blooket Simulator MCP Server
An official Model Context Protocol (MCP) server for Blooket Simulator.
This MCP server allows AI assistants like Claude and Cursor to simulate unboxing, check box drop rates, and get Blook information directly from the Blooket Simulator database.
Features
get_box_rates: Retrieve the drop probabilities for any given Blooket Box (e.g., Space Box, Bot Box).simulate_unbox: Simulate opening a box multiple times to see what Blooks you would get and how many tokens it would cost.get_blook_info: Fetch detailed information about a specific Blook, including its rarity and sell price.
Installation
For Claude Desktop
Add the following to your claude_desktop_config.json file:
{
"mcpServers": {
"blooketsimulator": {
"command": "npx",
"args": [
"-y",
"blooketsimulator-mcp"
]
}
}
}
For Cursor
- Go to Cursor Settings > Features > MCP Servers.
- Add a new server.
- Set the name to
blooketsimulator. - Set the command to
npx -y blooketsimulator-mcp.