mcp-janken-server
If you are the rightful owner of mcp-janken-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Model Context Protocol(MCP)に対応したじゃんけんゲームを提供するサーバーです。このサーバーを使うと、LLMはじゃんけん(グー・チョキ・パー)で遊んだり、ランダムな手を取得したりすることができます。
play
Allows playing rock-paper-scissors. Input: 'hand' (string): Player's hand ('グー', 'チョキ', 'パー'). AI chooses a random hand and returns the result.
random
AI chooses a random hand. No input required. Returns a randomly chosen hand ('グー', 'チョキ', 'パー').