Back to Home
sslotsky icon

chess-advice-mcp

Verified Safe

by sslotsky

Overview

A microservice component that provides strategic chess advice based on board state and move history using the OpenAI API.

Installation

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-19

Tags

ChessAIMicroserviceNode.jsOpenAI