Skip to main content
Glama

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면에 착륙했습니다"를 반환합니다.

개발

종속성 설치:

지엑스피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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

random.org의 API를 통해 진짜 무작위 동전 던지기를 생성하는 도구와의 상호작용을 가능하게 하며, 여러 가지 사용자 정의 측면 구성을 지원하고 모델 컨텍스트 프로토콜을 설명합니다.

  1. 특징
    1. 도구
  2. 개발
    1. 설치
      1. 사용 예
        1. 디버깅
          1. 기여하다
            1. 특허

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
                Last updated -
                3
                85
                28
                TypeScript
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.
                Last updated -
                3
                10
                Python
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
                Last updated -
                3
                24
                TypeScript
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that lets you fetch auctions from Ebay.com using natural language prompts like 'Find me 10 auctions for batman comics'.
                Last updated -
                1
                Python
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              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