blooketsimulator-mcp
Blooket Simulator के लिए एक आधिकारिक MCP सर्वर, जो अनबॉक्सिंग का अनुकरण करने, ड्रॉप दरों की जाँच करने और AI के माध्यम से ब्लूक जानकारी प्राप्त करने के लिए है।
GitHubइस MCP को आज़माएँप्रायोजित
दस्तावेज़
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.