{
  "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"
  ],
  "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/definition",
    "ui://vocab-voyage/quiz",
    "ui://vocab-voyage/study-plan"
  ]
}