mcpserver.lol
registry/playsudoku
Connection check verified live · 26h ago

playsudoku

Deterministic Sudoku puzzles, progress checks, logical hints, and step-by-step solutions.

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

4 tools

Read from the running server on 26h ago.

check_progress read-only puzzle*progress*
Check a user's current progress against the correct solution. Returns factual information only: whether the puzzle is complete, whether all filled cells are correct, which cells ar…
explain_next_step read-only puzzle*progress
Get the next logical solving step for a sudoku puzzle, optionally from a partially-filled state. TWO-BOARD MODE (puzzle + progress) — use when you know both the original clue grid…
get_sudoku_puzzle read-only techniquedifficulty*
Get a random sudoku puzzle from the PlaySudoku.us collection. Puzzle is returned as an 81-character string: digits 1–9 for given cells, 0 for empty cells. The response includes the…
solve_sudoku read-only puzzle*
Solve a sudoku puzzle completely with step-by-step logical deduction. Input: 81-character string of digits (0 or . for empty cells). Whitespace is tolerated. Returns: every solving…