wordle-mcp
Related Servers
Alternatives to wordle-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceAn MCP server that gives AI assistants access to an entropy-based Wordle solver, providing game stats and ranked guess recommendations with expected information gain to help agents play and explain Wordle optimally.2MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for a Wordle-style five-letter word guessing game playable in ChatGPT, supporting English and Brazilian Portuguese with progress persistence.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides structured, AI-powered guidance for LeetCode problems, including approach analysis, hints, complexity breakdowns, and optimization directions without spoiling solutions.13 npm1-
- AlicenseAqualityCmaintenanceMCP server for the Datamuse API that enables word finding like synonyms, rhymes, autocomplete, and more.1023 npm2MIT
- FlicenseAqualityDmaintenanceAn MCP server that provides tools to interact with the LeetCode API, enabling problem fetching, code template generation, and solution execution/submission.71-
- MIT
TDQS
Scored across 3 tools
suggest_words and starting_words both recommend words, but suggest_words is for any point in the game while starting_words specifically targets openings, and validate_word is clearly distinct. The slight overlap when no guesses are given is clarified by descriptions.
Tool names mostly follow a verb_noun pattern (suggest_words, validate_word), but starting_words deviates by using an adjective/participle. Overall the pattern is readable and predictable.
Three tools is a well-scoped set for a Wordle helper server, covering the essential actions without redundancy or bloat.
The tool set covers the core needs: opening suggestions, ongoing guess feedback, and word validation. No obvious gaps for the stated purpose.