PuzzleTide
NPM · PUZZLETIDE-MCP · SCANNED AUG 3
Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (102 of 106), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (102 of 106), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 17 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2084 tokens (~138/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · puzzletide-mcp
claude mcp add catorch-puzzletide -- npx -y puzzletide-mcp
codex mcp add catorch-puzzletide -- npx -y puzzletide-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"catorch-puzzletide": {
"type": "local",
"command": [
"npx",
"-y",
"puzzletide-mcp"
],
"enabled": true
}
}
} openclaw mcp add catorch-puzzletide --command npx --arg -y --arg puzzletide-mcp
mcp_servers:
catorch-puzzletide:
command: "npx"
args: ["-y", "puzzletide-mcp"] {
"mcpServers": {
"catorch-puzzletide": {
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +44
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 +14
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −39
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 45
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 102 packages
102 packages in the resolved dependency tree · 101 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
eval_check eval check ~98
Grades a JSON answers file against a tasks file produced by eval generate. Verification is by construction: sudoku answers must satisfy sudoku rules and preserve the givens; word search answers must spell the word along a straight line in the grid. Outputs per-task results and a score summary.
| Name | Type | Req | Description |
|---|---|---|---|
| answers | string|number | — | JSON array of {id, answer} (required) |
| tasks | string|number | — | Tasks JSON from eval generate (required) |
No output schema declared.
No examples provided.
eval_generate eval generate ~183
Emits a JSON array of puzzle tasks with objectively checkable answers. Types: sudoku (unique-solution puzzles; answers verified against sudoku rules + givens) and wordsearch (answers verified against the grid letters). Deterministic with --seed, so a (seed, type, difficulty, n) tuple names a reproducible benchmark set.
| Name | Type | Req | Description |
|---|---|---|---|
| difficulty | string|number | — | sudoku: easy|medium|hard|expert; wordsearch: easy|medium|hard (default: medium) |
| n | string|number | — | Number of tasks (default: 10) |
| out | string|number | — | Write tasks JSON to a file instead of stdout |
| seed | string|number | — | Seed for a reproducible task set (default: 1) |
| type | string|number | — | Task type: sudoku or wordsearch (default: sudoku) |
No output schema declared.
No examples provided.
play_daily play daily ~38
Prints a daily sudoku (medium difficulty) that is the same for everyone on the same UTC calendar day. Solve more puzzles at puzzletide.com.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
puzzle_crossword_generate crossword generate ~332
Builds an interlocking crossword grid with standard numbering. Words come from --words "WORD: clue; WORD2: clue2", --file (JSON [{word,clue}] or "WORD: clue" lines), or --theme (clues are auto-generated puzzle-style hints). Words that cannot interlock are reported as unplaced. Deterministic with --seed. Online version: https://puzzletide.com/crossword
| Name | Type | Req | Description |
|---|---|---|---|
| count | string|number | — | Number of words to use from the theme/file (default: 10) |
| file | string|number | — | JSON array of {word, clue} or "WORD: clue" lines |
| paper | string|number | — | PDF paper size: letter or a4 (default: letter) |
| string|number | — | Also write a printable PDF worksheet to <file> | |
| seed | string|number | — | Seed for reproducible output (number or word) |
| size | string|number | — | Working grid size before trimming (5-25) (default: 15) |
| solution | boolean | — | Print the solution instead of the puzzle |
| solutionPage | boolean | — | Omit the solution page from PDF output — set false to disable |
| svg | string|number | — | Also write an SVG image to <file> |
| theme | string|number | — | Use a bundled word bank theme (auto-generated clues) |
| title | string|number | — | Title used in SVG/PDF output |
| words | string|number | — | Semicolon-separated "WORD: clue" pairs |
No output schema declared.
No examples provided.
puzzle_sudoku_generate sudoku generate ~223
Generates a 9x9 sudoku at easy/medium/hard/expert difficulty. Every puzzle is verified to have exactly one solution. Deterministic with --seed. The canonical string format is 81 characters, row by row, "." for empty cells. Online version: https://puzzletide.com/sudoku
| Name | Type | Req | Description |
|---|---|---|---|
| difficulty | string|number | — | One of: easy, medium, hard, expert (default: medium) |
| paper | string|number | — | PDF paper size: letter or a4 (default: letter) |
| string|number | — | Also write a printable PDF worksheet to <file> | |
| seed | string|number | — | Seed for reproducible output (number or word) |
| solution | boolean | — | Print the solution instead of the puzzle |
| solutionPage | boolean | — | Omit the solution page from PDF output — set false to disable |
| svg | string|number | — | Also write an SVG image to <file> |
| title | string|number | — | Title used in SVG/PDF output |
No output schema declared.
No examples provided.
puzzle_sudoku_solve sudoku solve ~119
Solves a 9x9 sudoku via backtracking. Input: 81 characters row by row with 1-9 for givens and 0/./_ for empty cells (whitespace and separators are ignored), passed inline, via --file, or on stdin. Reports whether the solution is unique. Online version: https://puzzletide.com/sudoku
| Name | Type | Req | Description |
|---|---|---|---|
| file | string|number | — | Read the grid from a file |
| grid | string | — | 81-character puzzle string (or "-" for stdin) |
No output schema declared.
No examples provided.
puzzle_sudoku_validate sudoku validate ~97
Checks a 9x9 sudoku grid for well-formedness, conflicting givens, solvability, and whether the solution is unique (a proper sudoku has exactly one). Same input formats as sudoku solve. Online version: https://puzzletide.com/sudoku
| Name | Type | Req | Description |
|---|---|---|---|
| file | string|number | — | Read the grid from a file |
| grid | string | — | 81-character puzzle string (or "-" for stdin) |
No output schema declared.
No examples provided.
puzzle_wordsearch_generate wordsearch generate ~431
Places every word in a letter grid (8 possible directions, difficulty presets) and fills the rest with random letters. Deterministic with --seed. Words come from --words, --file (one per line), or --theme (bundled PuzzleTide word banks). Output: text grid, --json structured data, --svg image, or --pdf printable worksheet with solution page. Online version: https://puzzletide.com/word-search
| Name | Type | Req | Description |
|---|---|---|---|
| cols | string|number | — | Grid columns (overrides --size) |
| count | string|number | — | Number of words to use from the theme/file (default: 12) |
| difficulty | string|number | — | Direction preset: easy (E,S), medium (+diagonals), hard (all 8) (default: medium) |
| directions | string|number | — | Explicit directions (comma-separated from: N,NE,E,SE,S,SW,W,NW) |
| file | string|number | — | Read words from a file (one per line or comma-separated) |
| paper | string|number | — | PDF paper size: letter or a4 (default: letter) |
| string|number | — | Also write a printable PDF worksheet to <file> | |
| rows | string|number | — | Grid rows (overrides --size) |
| seed | string|number | — | Seed for reproducible output (number or word) |
| size | string|number | — | Square grid size (6-30); computed from words if omitted |
| solution | boolean | — | Print the solution instead of the puzzle |
| solutionPage | boolean | — | Omit the solution page from PDF output — set false to disable |
| svg | string|number | — | Also write an SVG image to <file> |
| theme | string|number | — | Use a bundled word bank theme (see: ptide words themes) |
| title | string|number | — | Title used in SVG/PDF output |
| words | string|number | — | Comma-separated words, e.g. "cat,dog,fish" |
No output schema declared.
No examples provided.
words_anagram words anagram ~52
Finds single-word anagrams of the given letters within the bundled word bank sample.
| Name | Type | Req | Description |
|---|---|---|---|
| letters | string | yes | Letters to rearrange |
| limit | string|number | — | Maximum results (default: 50) |
No output schema declared.
No examples provided.
words_categories words categories ~30
Lists the bundled PuzzleTide word bank categories (animals, geography, holidays, ...) with their theme counts.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
words_list words list ~114
Prints the words of one bundled theme, optionally filtered by length, shuffled by --seed, and limited by --count. Useful as input for generators or other tools.
| Name | Type | Req | Description |
|---|---|---|---|
| count | string|number | — | Maximum number of words |
| maxLength | string|number | — | Maximum word length |
| minLength | string|number | — | Minimum word length |
| seed | string|number | — | Shuffle deterministically before applying --count |
| theme | string | yes | Theme id, e.g. animals/ocean-animals |
No output schema declared.
No examples provided.
words_match words match ~78
Matches the bundled word bank sample against a pattern where "_" or "?" is any letter, e.g. "c_r_l" matches CORAL. Helpful when stuck on a crossword or word puzzle.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | string|number | — | Maximum results (default: 50) |
| pattern | string | yes | Pattern with _ or ? wildcards |
No output schema declared.
No examples provided.
words_random words random ~80
Picks a random word from the bundled word banks — the same pool the hangman game uses. Deterministic with --seed.
| Name | Type | Req | Description |
|---|---|---|---|
| minLength | string|number | — | Minimum word length (default: 4) |
| seed | string|number | — | Seed for reproducible output |
| theme | string|number | — | Restrict to one theme |
No output schema declared.
No examples provided.
words_stats words stats ~24
Prints the size of the bundled word bank: categories, themes, unique words.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
words_themes words themes ~101
Lists the bundled starter themes (30 generic word lists; the full curated collection is at puzzletide.com). Filter by --category or full-text --search. Theme ids look like "animals/ocean-animals".
| Name | Type | Req | Description |
|---|---|---|---|
| category | string|number | — | Only themes in this category |
| limit | string|number | — | Maximum results (default: 50) |
| search | string|number | — | Full-text search over id, title, and description |
No output schema declared.
No examples provided.