Skip to main content
Glama
double2dev

blooketsimulator-mcp

Blooket Simulator MCP Server

Ein offizieller Model Context Protocol (MCP)-Server für Blooket Simulator.

Dieser MCP-Server ermöglicht es KI-Assistenten wie Claude und Cursor, das Öffnen von Boxen zu simulieren, Box-Drop-Raten zu prüfen und Blook-Informationen direkt aus der Blooket-Simulator-Datenbank abzurufen.

Funktionen

  • get_box_rates: Rufe die Drop-Wahrscheinlichkeiten für eine beliebige Blooket Box ab (z. B. Space Box, Bot Box).

  • simulate_unbox: Simuliere das Öffnen einer Box mehrmals, um zu sehen, welche Blooks du erhalten würdest und wie viele Tokens es kosten würde.

  • get_blook_info: Rufe detaillierte Informationen zu einem bestimmten Blook ab, einschließlich seiner Seltenheit und seines Verkaufspreises.

Related MCP server: pexbot-mcp

Installation

Für Claude Desktop

Füge Folgendes zu deiner claude_desktop_config.json-Datei hinzu:

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

Für Cursor

  1. Gehe zu Cursor-Einstellungen > Funktionen > MCP-Server.

  2. Füge einen neuen Server hinzu.

  3. Setze den Namen auf blooketsimulator.

  4. Setze den Befehl auf 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