{
  "name": "vocab-voyage",
  "version": "1.0.0",
  "description": "Vocab Voyage MCP server — vocabulary tools for ChatGPT, Claude, Cursor, and more.",
  "transport": "streamable-http",
  "endpoint": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server",
  "serverUrl": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server",
  "tools": [
    "get_word_of_the_day",
    "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_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"
  ],
  "prompts": [
    "vocab_kickoff",
    "test_prep_quiz",
    "study_session",
    "progress_check",
    "play_a_game",
    "session_debrief"
  ],
  "docs": "https://vocab.voyage/mcp",
  "discoveryUrl": "https://vocab.voyage/.well-known/mcp.json",
  "alternateDiscovery": "https://vocab.voyage/.well-known/mcp",
  "serverCard": "https://vocab.voyage/.well-known/mcp/server-card.json",
  "uiResources": [
    "ui://vocab-voyage/word-of-the-day",
    "ui://vocab-voyage/flashcards",
    "ui://vocab-voyage/quiz",
    "ui://vocab-voyage/study-plan",
    "ui://vocab-voyage/progress",
    "ui://vocab-voyage/game/word_match",
    "ui://vocab-voyage/game/spelling_bee",
    "ui://vocab-voyage/game/speed_round",
    "ui://vocab-voyage/game/synonym_showdown",
    "ui://vocab-voyage/game/word_scramble",
    "ui://vocab-voyage/game/fill_in_blank",
    "ui://vocab-voyage/game/context_clues",
    "ui://vocab-voyage/game/word_guess",
    "ui://vocab-voyage/game/picture_match",
    "ui://vocab-voyage/game/crossword",
    "ui://vocab-voyage/game/word_search",
    "ui://vocab-voyage/session-debrief",
    "ui://vocab-voyage/class-standing"
  ]
}