blooketsimulator-mcp
Blooket Simulator MCP Server
Blooket Simulator 向けの公式 Model Context Protocol (MCP) サーバー。
この MCP サーバーを使用すると、Claude や Cursor などの AI アシスタントは、Blooket Simulator のデータベースから直接、開封をシミュレーションしたり、ボックスのドロップ率を確認したり、Blook 情報を取得したりできます。
機能
get_box_rates:任意の Blooket Box(例: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 の場合
Cursor Settings > Features > MCP Servers に移動します。
新しいサーバーを追加します。
名前を
blooketsimulatorに設定します。コマンドを
npx -y blooketsimulator-mcpに設定します。
リンク
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceAn 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.11511MIT

Publora MCP Serverofficial
AlicenseBqualityCmaintenanceOfficial MCP server for Publora that enables AI assistants to schedule posts, manage accounts, and retrieve analytics across multiple social media platforms through natural language.1895MIT
zuckpay-mcpofficial
AlicenseAqualityAmaintenanceOfficial MCP server for ZuckPay – create PIX, SPEI, and PayPal charges, and query transactions from your AI assistant.2019MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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