chess-advice-mcp
Verified Safeby sslotsky
Overview
A microservice component that provides strategic chess advice based on board state and move history using the OpenAI API.
Installation
npm startEnvironment Variables
- OPENAI_API_KEY
Security Notes
Uses process.env for API key. Default cors() allows all origins, which might be too permissive depending on deployment context. Potential for prompt injection through user inputs (moveHistory, difficulty, tone) into the OpenAI prompt, though the prompt itself tries to constrain the LLM. No 'eval' or obfuscation found.
Similar Servers
pg-aiguide
Provides AI-optimized PostgreSQL expertise, including semantic search over documentation and curated best practices, to assist AI coding tools in generating better PostgreSQL code.
chessagine-mcp
Provides advanced chess analysis, game review, and interactive training capabilities to large language models via the Model Context Protocol.
mcp-server
This server integrates Kontent.ai content management with AI tools, allowing natural language operations to create, manage, and explore structured content.
stockfish-mcp
Integrate the Stockfish chess engine with Claude Desktop for AI-assisted chess gameplay via natural language.