← vocab.voyage

INDIVIDUAL MCP TOOL

get_child_session_detail

Auth-only.

vocab.voyagenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

vocab.voyage

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.

Related tools

  • get_word_of_the_day — Use this when the user asks for today's word, a daily vocabulary nudge, or a single-word warmup.
  • 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.
  • generate_quiz — Use this when the user wants to practice, be quizzed, or test their knowledge across multiple words at once.
  • 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 — useful when a word has multiple meanings.
  • 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.
  • get_flashcards — Use this when the user asks for flashcards, wants to drill words individually, or wants a tap-to-flip review session.