MCP.so
ログイン
C

Chess

@xiaobenyang-com

Chess について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

xiaobenyang-com

投稿者

xiaobenyang-com

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "国际象棋FEN验证可视化服务": {
      "command": "npx",
      "args": [
        "-y",
        "xiaobenyang-mcp"
      ],
      "env": {
        "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
        "mcpId": "1777316659713027"
      },
      "transport": "stdio"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Chess?

Chess is an MCP (Model Context Protocol) server that provides chess FEN (Forsyth‑Edwards Notation) validation and ASCII board visualization. It is designed for integration into MCP‑compatible AI assistants, enabling them to interpret and display chess positions from FEN strings.

How to use Chess?

Configure the server with an XBY‑APIKEY from xiaobenyang.com. Use one of three transports (SSE, streamable HTTP, or STDIO) as shown in the sample configurations. Invoke the visualize_fen tool to convert a FEN string into an ASCII chess board.

Key features of Chess

  • Validates chess FEN notation
  • Visualizes FEN as an ASCII chess board
  • Easy integration with MCP‑compatible AI assistants
  • Requires XBY‑APIKEY for authentication
  • Supports SSE, streamable HTTP, and STDIO transports
  • Online inspector available for testing

Use cases of Chess

  • An AI assistant displays a chess board from a FEN string during a game analysis.
  • A chatbot validates whether a user‑supplied FEN is correctly formatted.
  • A teaching tool visualizes chess positions step by step from FEN sequences.
  • A developer tests and debugs FEN output with an online inspector.

FAQ from Chess

How do I get an XBY‑APIKEY?

Visit the XiaoBenYang website at https://xiaobenyang.com, register an account, and you will receive an API key.

What transport options does Chess support?

The server supports SSE (Server‑Sent Events), Streamable HTTP, and STDIO transports. Configuration examples for each are provided in the README.

What tool does Chess provide?

The server provides one tool: visualize_fen, which converts FEN notation into an ASCII chess board representation.

Is there an online tool to test the Chess server?

Yes, an online inspector is available at https://mcp.xiaobenyang.com/inspector/1777316659713027 for testing the tool.

コメント

「その他」の他のコンテンツ