SAT/ISEE/SSAT/GRE/GMAT/LSAT/PSAT vocab tools. 7 MCP tools + UI widgets. Hosted, no install.
SAT/ISEE/SSAT/GRE/GMAT/LSAT/PSAT vocab tools. 7 MCP tools + UI widgets. Hosted, no install. The vocab voyage mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
The official public mirror of the Vocab Voyage Model Context Protocol server — 20 tools + 17 interactive widgets for vocabulary learning and standardized test prep (ISEE, SSAT, SAT, PSAT, GRE, GMAT, LSAT).
Everything the assistant can do here goes through one of these:
get_word_of_the_day — Returns today's vocabulary Word of the Day, optionally scoped to a test familyget_course_word_list — Get a sample of vocabulary words from a specific Vocab Voyage courselist_courses — Lists all 13 Vocab Voyage courses with their slugs and descriptionsexplain_word_in_context — Explain what a word means inside a specific sentenceplay_game — Launches one of 11 vocabulary mini-games (word_match, spelling_bee, speed_round, synonym_showdown, word_scramble, fill_in_blank, context_cluesset_persona — Switch agent bias between student, parent, tutor, or explorerget_recommended_next_action — Returns a one-line recommendation for what the user should do nextlist_starter_prompts — Lists the 6 MCP prompts (vocab_kickoff, test_prep_quiz, session_debrief, …) for hosts that don't surface prompts/listrecord_word_result — Auth: log a per-card answer (correct or incorrect)record_session_complete — Auth: log session totals and award XPaward_game_xp — Auth: grant bonus XP from a completed mini-game roundmark_word_known — Auth: add a word to the user's queue or mastered listBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Vocab Voyage's toolset — get_word_of_the_day, get_course_word_list, list_courses and 11 more — is a fair guide to whether it matches your workflow. It is maintained by jaideepdhanoa; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_word_of_the_day | Returns today's vocabulary Word of the Day, optionally scoped to a test family. |
| get_course_word_list | Get a sample of vocabulary words from a specific Vocab Voyage course. |
| list_courses | Lists all 13 Vocab Voyage courses with their slugs and descriptions. |
| explain_word_in_context | Explain what a word means inside a specific sentence. |
| play_game | Launches one of 11 vocabulary mini-games (word_match, spelling_bee, speed_round, synonym_showdown, word_scramble, fill_in_blank, context_clues, word_guess, picture_match, crossword, word_search). Per-answer events flow t |
| set_persona | Switch agent bias between student, parent, tutor, or explorer. |
| get_recommended_next_action | Returns a one-line recommendation for what the user should do next. |
| list_starter_prompts | Lists the 6 MCP prompts (vocab_kickoff, test_prep_quiz, session_debrief, …) for hosts that don't surface prompts/list. |
| record_word_result | Auth: log a per-card answer (correct or incorrect). |
| record_session_complete | Auth: log session totals and award XP. |
| award_game_xp | Auth: grant bonus XP from a completed mini-game round. |
| mark_word_known | Auth: add a word to the user's queue or mastered list. |
| mark_word_difficult | Auth: flag a word as needing more review. |
| update_adaptive_level | Auth: adjust the user's adaptive difficulty floor/ceiling. |
{
"mcpServers": {
"vocab-voyage": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.