Chess
@xiaobenyang-com
关于 Chess
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论