Skip to main content
Glama
double2dev

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용

  1. Cursor 설정 > 기능 > MCP 서버로 이동합니다.

  2. 새 서버를 추가합니다.

  3. 이름을 blooketsimulator로 설정합니다.

  4. 명령어를 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