Chess.com MCP Server
by piperap
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NO_UV | No | Set to 1 to bypass uv path issues when running with UV. | |
| MCP_HOST | No | Listen address for the HTTP server. | 0.0.0.0 |
| MCP_PORT | No | Listen port for the HTTP server. | 8000 |
| OAUTH_ISSUER | No | Expected token issuer. | https://auth.smartpage.cl/realms/casa |
| OAUTH_JWKS_URL | No | Where signing keys are fetched. | http://192.168.1.46:8080/realms/casa/protocol/openid-connect/certs |
| MCP_RESOURCE_URL | No | Public MCP URL, expected token audience. | https://chess.smartpage.cl/mcp |
| MCP_ALLOWED_HOSTS | No | Accepted Host headers (DNS rebinding protection). | localhost:*,127.0.0.1:* |
| OAUTH_ALLOWED_CLIENTS | No | Accepted azp values. | claude-chess-mcp |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues