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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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.