janken-mcp-server
If you are the rightful owner of janken-mcp-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.
じゃんけんMCPサーバーは、MCPプロトコルを使用して「じゃんけん」ゲームを提供するシンプルなHTTPサーバーです。
The janken-mcp-server.js is a simple HTTP server that utilizes the Model Context Protocol (MCP) to provide a 'rock-paper-scissors' game. It is designed to handle requests and responses based on the MCP protocol, offering a straightforward way to engage in the classic game of 'janken' or 'rock-paper-scissors'. The server randomly selects between 'rock', 'paper', and 'scissors' and returns the choice to the client. It is also equipped with Cross-Origin Resource Sharing (CORS) support, allowing it to handle requests from different origins. This server is ideal for developers looking to integrate a simple game into their applications or for educational purposes to understand the implementation of MCP in a gaming context.
Features
- MCP protocol-based request/response format
- Returns random 'rock', 'paper', or 'scissors' choice
- CORS support for cross-origin requests