blooketsimulator-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.
Related MCP server: pexbot-mcp
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.
Links
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