← Registry

Learning Resources

vocab.voyage

Offers vocabulary learning tools including word of the day, definitions, quizzes, and courses.

1 endpoint31 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry

No auth detected

MCP server metadata

Name
vocab-voyage
Version
1.2.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged

Known tools 31

get_word_of_the_day

Use this when the user asks for today's word, a daily vocabulary nudge, or a single-word warmup.

Inferred read-only
get_definition

Use this when the user asks what a specific word means, requests its definition, part of speech, synonyms/antonyms, or an example sentence.

Inferred read-only
generate_quiz

Use this when the user wants to practice, be quizzed, or test their knowledge across multiple words at once.

Inferred read-only
get_course_word_list

Get a sample of vocabulary words from a specific Vocab Voyage course.

Inferred read-only
list_courses

Lists all 13 Vocab Voyage courses with their slugs and descriptions.

Inferred read-only
explain_word_in_context

Explain what a word means inside a specific sentence — useful when a word has multiple meanings.

Inferred read-only
study_plan_preview

Use 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-only
get_flashcards

Use this when the user asks for flashcards, wants to drill words individually, or wants a tap-to-flip review session.

Inferred read-only
get_my_progress

Use this when the signed-in user asks about their own streak, XP, words mastered, recent activity, or 'how am I doing'.

Inferred read-only
play_game

Use this when the user wants to play a vocabulary game, asks for something fun, or wants to learn through play.

Inferred read-only
record_word_result

Persist a single word answer (correct/incorrect) to the user's mastery progress.

Inferred read-only
record_session_complete

Record a completed study session: writes study_sessions, awards study-time XP (+1/min, capped 30/day), and updates the daily streak.

Inferred read-only
award_game_xp

Award score-based XP from a game/activity (separate from study-time XP).

Inferred read-only
mark_word_known

Manually mark a word as mastered for the signed-in user (same as the flashcard 'I knew this' override).

Inferred read-only
mark_word_difficult

Manually mark a word as still-learning for the signed-in user (resets mastery toward learning band).

Inferred read-only
update_adaptive_level

Run the adaptive-mastery promotion logic for the signed-in user (delegates to the web app's update-adaptive-mastery function).

Potential side effects
file_support_ticket

File a real human-followup support ticket on behalf of the signed-in user.

Inferred read-only
get_recent_mistakes

Use 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-only
get_session_detail

Use 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-only
get_pending_invites

Use this when the signed-in user asks about pending parent invites, share codes, or whether their parent invite has been accepted yet.

Inferred read-only
nudge_child

Parent-only.

Inferred read-only
resend_pending_invite

Resend a pending parent invite by id.

Inferred read-only
get_class_standing

Use 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-only
get_sparkle_guidance

Returns Vocab Voyage's lifecycle-aware guidance: the user's current phase (e.

Inferred read-only
set_persona

Bias subsequent Sparkle guidance toward a persona (student | parent | tutor | explorer).

Inferred read-only
get_recommended_next_action

One-line 'do this next' hint derived from the user's current lifecycle phase.

Inferred read-only
list_starter_prompts

Lists Vocab Voyage's MCP starter prompts (also exposed via the standard MCP prompts/list endpoint).

Inferred read-only
get_session_trends

Auth-only.

Inferred read-only
get_class_session_trends

Auth-only.

Inferred read-only
get_child_session_detail

Auth-only.

Inferred read-only
get_study_plan_recommendation

Auth-only.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.