get_word_of_the_day — Vocab Voyage MCP Tool Read-only
get_word_of_the_day
(get word of the day) is one of 31 tools on the
Vocab Voyage
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_word_of_the_day from your client
- Claude Code Vocab Voyage get_word_of_the_day run in your project directory
- Claude Desktop Vocab Voyage get_word_of_the_day ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Vocab Voyage get_word_of_the_day ~/.cursor/mcp.json
- VS Code Vocab Voyage get_word_of_the_day .vscode/mcp.json
- Zed Vocab Voyage get_word_of_the_day ~/.config/zed/settings.json
- Windsurf Vocab Voyage get_word_of_the_day ~/.codeium/windsurf/mcp_config.json
- Cline Vocab Voyage get_word_of_the_day ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Vocab Voyage get_word_of_the_day ~/.gemini/settings.json
- Grok Vocab Voyage get_word_of_the_day .mcp.json (in your project root)
- ChatGPT Vocab Voyage get_word_of_the_day Settings → Connectors → Advanced → Developer mode
- Claude.ai Vocab Voyage get_word_of_the_day Settings → Connectors → Add custom connector
- LangChain Vocab Voyage get_word_of_the_day pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http vocab-voyage https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry
Other tools on this server
- get_definition
- generate_quiz
- get_course_word_list
- list_courses
- explain_word_in_context
- study_plan_preview
- get_flashcards
- get_my_progress
- play_game
- record_word_result
- record_session_complete
- award_game_xp
- mark_word_known
- mark_word_difficult
- update_adaptive_level
- file_support_ticket
- get_recent_mistakes
- get_session_detail
- get_pending_invites
- nudge_child
- resend_pending_invite
- get_class_standing
- get_sparkle_guidance
- set_persona
- get_recommended_next_action
- list_starter_prompts
- get_session_trends
- get_class_session_trends
- get_child_session_detail
- get_study_plan_recommendation
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.