{
  "name": "vocab-voyage",
  "displayName": "Vocab Voyage Sparkle",
  "description": "Agent-accessible vocabulary tutor and standardized test prep tools for ISEE, SSAT, SAT, PSAT, GRE, GMAT, LSAT, and academic vocabulary.",
  "version": "1.0.0",
  "url": "https://vocab.voyage",
  "provider": {
    "name": "Vocab Voyage",
    "url": "https://vocab.voyage"
  },
  "capabilities": [
    "vocabulary_definition_lookup",
    "word_of_the_day",
    "test_specific_quiz_generation",
    "course_word_lists",
    "study_plan_preview",
    "mcp_tools",
    "public_rest_api"
  ],
  "skills": [
    {
      "id": "vocabulary_lookup",
      "name": "Vocabulary definition lookup",
      "description": "Define words with part of speech, examples, synonyms, and antonyms."
    },
    {
      "id": "test_prep_quiz",
      "name": "Test-specific vocabulary quizzes",
      "description": "Generate quizzes for ISEE, SSAT, SAT, PSAT, GRE, GMAT, LSAT, and General Vocabulary."
    },
    {
      "id": "study_planning",
      "name": "Study plan preview",
      "description": "Create a 7-day vocabulary study plan preview."
    }
  ],
  "endpoints": {
    "openapi": "https://vocab.voyage/openapi.json",
    "mcpServerCard": "https://vocab.voyage/.well-known/mcp/server-card.json",
    "mcpTransport": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server",
    "publicApi": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/vocab-api",
    "docs": "https://vocab.voyage/developers",
    "apiCatalog": "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/api-catalog",
    "mcpDiscovery": "https://vocab.voyage/.well-known/mcp.json",
    "mcpApps": "https://vocab.voyage/.well-known/mcp/apps.json",
    "cliRoadmap": "https://vocab.voyage/cli.md"
  },
  "authentication": {
    "publicApi": "No authentication required for public endpoints.",
    "mcp": "Anonymous tools are available; optional vv_mcp personal tokens support scoped authenticated access."
  },
  "uiResources": {
    "manifest": "https://vocab.voyage/.well-known/mcp/apps.json",
    "resources": [
      "ui://vocab-voyage/definition",
      "ui://vocab-voyage/quiz",
      "ui://vocab-voyage/study-plan"
    ]
  }
}
