Learning Resources
vocab.voyage
Offers vocabulary learning tools including word of the day, definitions, quizzes, and courses.
ENDPOINT 1
https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry
MCP server metadata
- Name
- vocab-voyage
- Version
- 1.2.0
Known tools 31
get_word_of_the_dayUse this when the user asks for today's word, a daily vocabulary nudge, or a single-word warmup.
Inferred read-onlyget_definitionUse this when the user asks what a specific word means, requests its definition, part of speech, synonyms/antonyms, or an example sentence.
Inferred read-onlygenerate_quizUse this when the user wants to practice, be quizzed, or test their knowledge across multiple words at once.
Inferred read-onlyget_course_word_listGet a sample of vocabulary words from a specific Vocab Voyage course.
Inferred read-onlyexplain_word_in_contextExplain what a word means inside a specific sentence — useful when a word has multiple meanings.
Inferred read-onlystudy_plan_previewUse this when the user asks for a study plan, a multi-day prep schedule, or how to prepare for a test by date.
Inferred read-onlyget_flashcardsUse this when the user asks for flashcards, wants to drill words individually, or wants a tap-to-flip review session.
Inferred read-onlyget_my_progressUse this when the signed-in user asks about their own streak, XP, words mastered, recent activity, or 'how am I doing'.
Inferred read-onlyplay_gameUse this when the user wants to play a vocabulary game, asks for something fun, or wants to learn through play.
Inferred read-onlyrecord_word_resultPersist a single word answer (correct/incorrect) to the user's mastery progress.
Inferred read-onlyrecord_session_completeRecord a completed study session: writes study_sessions, awards study-time XP (+1/min, capped 30/day), and updates the daily streak.
Inferred read-onlyaward_game_xpAward score-based XP from a game/activity (separate from study-time XP).
Inferred read-onlymark_word_knownManually mark a word as mastered for the signed-in user (same as the flashcard 'I knew this' override).
Inferred read-onlymark_word_difficultManually mark a word as still-learning for the signed-in user (resets mastery toward learning band).
Inferred read-onlyupdate_adaptive_levelRun the adaptive-mastery promotion logic for the signed-in user (delegates to the web app's update-adaptive-mastery function).
Potential side effectsfile_support_ticketFile a real human-followup support ticket on behalf of the signed-in user.
Inferred read-onlyget_recent_mistakesUse this when the signed-in user asks about words they've gotten wrong, missed words, words to review, or wants to revisit recent mistakes.
Inferred read-onlyget_session_detailUse this when the signed-in user asks 'what did I miss in [that session]', 'which words tripped me up', or 'what was my accuracy on session X'.
Inferred read-onlyget_pending_invitesUse this when the signed-in user asks about pending parent invites, share codes, or whether their parent invite has been accepted yet.
Inferred read-onlyget_class_standingUse this when a signed-in student asks how they're doing in their tutor class, who's ahead, who their rival is, or who they should challenge.
Inferred read-onlyget_sparkle_guidanceReturns Vocab Voyage's lifecycle-aware guidance: the user's current phase (e.
Inferred read-onlyset_personaBias subsequent Sparkle guidance toward a persona (student | parent | tutor | explorer).
Inferred read-onlyget_recommended_next_actionOne-line 'do this next' hint derived from the user's current lifecycle phase.
Inferred read-onlylist_starter_promptsLists Vocab Voyage's MCP starter prompts (also exposed via the standard MCP prompts/list endpoint).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.vocab-voyage]
url = "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vocab-voyage": {
"type": "http",
"url": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vocab-voyage
Remote MCP URL: https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"vocab-voyage": {
"url": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vocab-voyage": {
"type": "http",
"url": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vocab-voyage",
"transport": "streamable-http",
"url": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-07-25T06:29:47.803Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.