Skip to main content
Glama
TeglonLabs

Coin Flip MCP Server

by TeglonLabs

코인 플립 MCP 서버

random.org의 난수 API를 사용하여 실제 무작위 동전 던지기를 제공하는 MCP 서버입니다. 이 서버는 구성 가능한 면으로 무작위 결과를 생성하는 도구를 제공하여 모델 컨텍스트 프로토콜(MCP)을 보여줍니다.

특징

도구

  • flip_coin - 면의 개수를 설정할 수 있는 동전 던지기

    • 선택적인 sides 매개변수(기본값: 2)

    • random.org의 진정한 난수성을 사용합니다.

    • 에지 케이스(0, 1 또는 음수 측면)에 대한 특별 처리

    • 2면의 경우: "앞면" 또는 "뒷면"을 반환합니다.

    • 3면의 경우: "앞면", "뒷면" 또는 "_"를 반환합니다.

    • n>3면의 경우: "X면에 착륙했습니다"를 반환합니다.

Related MCP server: Meme MCP Server

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

설치

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "coin-flip": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-coin-flip"]
    }
  }
}

사용 예

Claude Desktop과 같은 MCP 클라이언트에 연결하면 자연어를 사용하여 동전 던지기 도구와 상호 작용할 수 있습니다. 예:

  • "동전 던지기"

  • "6면체 주사위를 굴려라"

  • "1에서 20 사이의 무작위 숫자를 주세요"

서버는 random.org의 진정한 난수성을 사용하여 결과를 생성합니다.

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. MCP Inspector 사용을 권장합니다.

npx @modelcontextprotocol/inspector node build/index.js

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Appeared in Searches

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/TeglonLabs/coin-flip-mcp'

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