Two Truths and a Twist is an MCP server implementation that enables AI assistants to host an interactive trivia game where players guess which of three statements is false. Developed by Ergodic Labs, this Python-based server manages game rounds, player guesses, and score tracking through a SQLite database, while providing tools for creating trivia rounds, submitting guesses, and revealing answers with explanations. The implementation is designed for Python 3.13+ and integrates with Claude Desktop through a simple configuration, making it particularly valuable for educational entertainment and showcasing how AI can create engaging, interactive content experiences.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Creates a new game round with a question and three statements.
Lets players submit their guess for which statement is the twist.
Reveals the answer with explanations for each statement.
Retrieves details for a specific round.
Gets details of the most recent round.
Retrieves game statistics.