Two Truths and a Twist
Summary
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.
Available Actions(6)
create_round
Creates a new game round with a question and three statements.
submit_guess
Lets players submit their guess for which statement is the twist.
reveal_twist
Reveals the answer with explanations for each statement.
get_round
Retrieves details for a specific round.
get_last_round
Gets details of the most recent round.
get_stats
Retrieves game statistics.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요