softwarewrighter/game-mcp-poc
3.1
If you are the rightful owner of game-mcp-poc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
TTTTT - Trash Talkin' Tic Tac Toe is a dual-interface tic-tac-toe game that integrates the Model Context Protocol (MCP) to enable AI agents to play and taunt players.
Tools
Functions exposed to the LLM to take actions
view_game_state
Returns complete game state including board, players, status, history, and taunts.
get_turn
Returns whose turn it is (X/O, human/AI).
make_move
Makes a move on the board.
taunt_player
Sends a taunt message to the human player.
restart_game
Restarts with a new game.
get_game_history
Returns all moves played.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client