chess-support-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_or_reset_gameA | Create a new game or reset the current one to the initial position. Returns (in result):
Notes:
|
| get_statusA | Get current position metadata for model-friendly planning. Returns (in result):
|
| add_moveA | Apply a move in UCI format if legal. Parameters:
Returns (in result):
Notes:
|
| is_legalA | Check if a UCI move is legal in the current position. Returns (in result):
|
| list_movesA | Return all moves played so far in UCI, ordered from the start of the game. |
| list_moves_detailedA | Return detailed move history. Each item: { ply:int, side:"white"|"black", uci:string, san:string } |
| last_movesA | Return the last N moves in UCI (default 1). Parameters:
|
| last_moves_detailedA | Return the last N moves with details (default 1). Each item: { ply:int, side:"white"|"black", uci:string, san:string }. Parameters:
|
| board_asciiA | Return an ASCII representation of the board from White's perspective. Notes:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danilop/chess-support-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server