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.

评论

其他 分类下的更多 MCP 服务器