Skip to main content
Glama
132262B

Gold Standard Apology MCP

by 132262B

Horseplay Society MCP

선택 장애를 해결해주는 MCP(Model Context Protocol) 서버입니다.

개요

여러 선택지 중 무엇을 선택해야 할지 고민될 때, 선택지를 입력하면 게임을 통해 결정할 수 있는 URL을 생성해줍니다.

Related MCP server: Nunchi Translator MCP

동작 방식

sequenceDiagram
    participant User as 사용자
    participant LLM as LLM 서비스
    participant MCP as Horseplay Society MCP

    User->>LLM: "오늘 뭐 먹지?<br/>짬뽕, 짜장면, 울면, 기스면"

    LLM->>MCP: pick(<br/>choices: ["짬뽕", "짜장면", "울면", "기스면"])

    MCP-->>LLM: https://game.baejji.com?query=...

    LLM-->>User: 게임 URL을 통해 선택해보세요!<br/>https://game.baejji.com?query=...

제공하는 Tool

pick

여러 선택지를 받아 게임 URL을 생성합니다.

파라미터:

파라미터

타입

필수

설명

choices

list[str]

O

선택지 목록 (예: ["짬뽕", "짜장면", "울면", "기스면"])

반환값:

선택지가 인코딩된 게임 URL을 반환합니다.

https://game.baejji.com?query={base64_encoded_choices}

사용 예시

  • 오늘 뭐 먹지? → 짬뽕, 짜장면, 울면, 기스면

  • 주말에 뭐 할까? → 영화보기, 운동하기, 집에서 쉬기, 친구 만나기

  • 누가 발표할까? → 철수, 영희, 민수

실행 방법

# 의존성 설치
pip install -r requirements.txt

# 서버 실행
python mcp_server.py

서버는 기본적으로 http://0.0.0.0:8080에서 실행됩니다.

엔드포인트

  • /health - 헬스체크

  • /mcp - MCP 서버 엔드포인트

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables secure local proofreading of Korean official documents (.hwpx/.hwp) using 3-layer AI correction for spelling, grammar, and official document style. Provides 50 administrative document templates for generating standardized official correspondence without cloud dependencies or API keys.
    Last updated
    22
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Analyzes ambiguous Korean chat messages by interpreting nuance, emotional tone, and context, and suggests appropriate replies for social situations like apology, refusal, or setting boundaries.
    Last updated
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Helps users prepare Korean neighborhood inconvenience reports by classifying issues, explaining evidence, and drafting neutral reports without submitting them.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Korean business record validation and workflow safety gates for AI agents.

  • Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.

  • Free copy-and-run ChatGPT prompts for online stores: 924 prompts, 43 categories + 10 tasks.

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/132262B/crazy-horse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server