Skip to main content
Glama
double2dev

blooketsimulator-mcp

Blooket Simulator MCP Server

Официальный сервер Model Context Protocol (MCP) для Blooket Simulator.

Этот MCP-сервер позволяет AI-ассистентам, таким как Claude и Cursor, симулировать открытие коробок, проверять шансы выпадения из коробок и получать информацию о Blook напрямую из базы данных Blooket Simulator.

Возможности

  • get_box_rates: Получить вероятности выпадения для любого Blooket Box (например, Space Box, Bot Box).

  • simulate_unbox: Симулировать открытие коробки несколько раз, чтобы увидеть, каких Blooks вы получите и сколько токенов это будет стоить.

  • get_blook_info: Получить подробную информацию о конкретном Blook, включая его редкость и цену продажи.

Related MCP server: pexbot-mcp

Установка

Для Claude Desktop

Добавьте следующее в ваш файл claude_desktop_config.json:

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

Для Cursor

  1. Перейдите в Cursor Settings > Features > MCP Servers.

  2. Добавьте новый сервер.

  3. Установите имя blooketsimulator.

  4. Установите команду npx -y blooketsimulator-mcp.

Ссылки

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for pokemon information
    5
    -
  • A
    license
    A
    quality
    B
    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
    103
    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
    16
    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
    18
    MIT

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