Vocab Voyage
SAT/ISEE/SSAT/GRE/GMAT/LSAT/PSAT vocab tools. 7 MCP tools + UI widgets. Hosted, no install.
Ask AI about Vocab Voyage
Powered by Claude Β· Grounded in docs
I know everything about Vocab Voyage. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Vocab Voyage MCP Server
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).
-
20 MCP tools (including flashcards, 11 mini-games, progress tracking, and Sparkle coaching)
-
17 interactive widgets (quiz, flashcards, study plan, progress dashboard, session debrief, and more)
-
Hosted β no install required
-
Optional personal tokens for personalized features
-
π Server URL:
https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server -
π Browse tools: https://vocab.voyage/mcp/tools
-
π Auth & scopes: https://vocab.voyage/developers/auth
-
πͺͺ License: MIT
Install
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vocab-voyage": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server"]
}
}
}
ChatGPT Apps SDK / Cursor / Cline
Add a custom remote MCP server with the URL above and (optionally) a
Bearer vv_mcp_β¦ token generated from
https://vocab.voyage/developers/auth.
OpenClaw
openclaw skills install vocab-voyage
Tools
Tool count: 20.
get_word_of_the_dayβ Returns today's vocabulary Word of the Day, optionally scoped to a test family.get_definition(widget-aware) β Look up the definition, part of speech, example sentence, and synonyms/antonyms for a word.generate_quiz(widget-aware) β Generate a multiple-choice vocabulary quiz for a test family (1β10 questions).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.study_plan_preview(widget-aware) β Returns a sample 7-day study plan (5 words/day) for a given test family.get_flashcards(widget-aware) β Returns a tap-to-flip flashcard deck. Per-card answers persist via record_word_result.get_my_progress(widget-aware) β Auth-only personal dashboard: streak, XP, mastery split, next-up words, recent misses.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 to record_word_result; round XP via award_game_xp.get_sparkle_guidance(widget-aware) β Lifecycle-aware coaching: returns a phase-appropriate greeting (16 phases) and a recommended next tool/action. Renders the session-debrief widget when relevant.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.
Widgets
Widget count: 17.
ui://vocab-voyage/word-of-the-dayβ Word of the Day (learn, 560x360) viaget_word_of_the_dayui://vocab-voyage/flashcardsβ Flashcards (learn, 560x460) viaget_flashcardsui://vocab-voyage/quizβ Quiz (learn, 560x520) viagenerate_quizui://vocab-voyage/study-planβ Study Plan (learn, 600x600) viastudy_plan_previewui://vocab-voyage/progressβ My Progress (progress, 600x640) viaget_my_progressui://vocab-voyage/game/word_matchβ Game Β· Word Match (play, 620x640) viaplay_gameui://vocab-voyage/game/spelling_beeβ Game Β· Spelling Bee (play, 560x580) viaplay_gameui://vocab-voyage/game/speed_roundβ Game Β· Speed Round (play, 560x600) viaplay_gameui://vocab-voyage/game/synonym_showdownβ Game Β· Synonym Showdown (play, 560x580) viaplay_gameui://vocab-voyage/game/word_scrambleβ Game Β· Word Scramble (play, 560x580) viaplay_gameui://vocab-voyage/game/fill_in_blankβ Game Β· Fill in the Blank (play, 560x600) viaplay_gameui://vocab-voyage/game/context_cluesβ Game Β· Context Clues (play, 600x620) viaplay_gameui://vocab-voyage/game/word_guessβ Game Β· Word Guess (play, 560x600) viaplay_gameui://vocab-voyage/game/picture_matchβ Game Β· Picture Match (play, 600x620) viaplay_gameui://vocab-voyage/game/crosswordβ Game Β· Crossword (play, 640x720) viaplay_gameui://vocab-voyage/game/word_searchβ Game Β· Word Search (play, 640x720) viaplay_gameui://vocab-voyage/session-debriefβ Session Debrief (coach, 600x640) viaget_sparkle_guidance
Examples
examples/curl-quiz.shβ generate a 5-question SAT quiz withcurlexamples/node-flashcards.mjsβ fetch a flashcard deck from Node 18+examples/python-progress.pyβ call the auth-onlyget_my_progresstool from Python
Manifests
The discovery + directory submission files live flat at the repo root so MCP
directories can git clone and link straight to them:
server-card.jsonβ MCP server card (canonical)apps.jsonβ interactive widget catalogagent-card.jsonβ A2A agent cardmcp.jsonβ MCP discovery docserver.jsonβ MCP Registry submission manifestsmithery.yamlβ Smithery directory listingclawhub.jsonβ ClawHub directory listingSKILL.mdβ OpenClaw skill descriptorSUBMISSION_LINKS.mdβ canonical?ref=slug list + Friday attribution query
All of the above are regenerated on every release by
scripts/build-mcp-repo.mjs upstream β do not hand-edit them here.
License
MIT Β© Vocab Voyage
