CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Vocab Voyage

jaideepdhanoa/vocab-voyage-mcp
7 toolsHTTPregistry active
Summary

A hosted vocabulary learning toolkit built for standardized test prep. You get 20 tools covering word definitions, test-specific quizzes (SAT, GRE, GMAT, LSAT, ISEE, SSAT), course word lists, study plans, and a word of the day endpoint. The REST API underneath is zero-auth with 60 requests per minute anonymous, and the MCP layer adds optional personal tokens for higher limits. Reach for this when you're building tutoring agents, study assistants, or chatbots that need curated vocab by test family. The source also exposes 11 mini-games and spaced repetition data, plus parent dashboards if you're targeting family or classroom workflows. Runs entirely on Supabase functions, so no self-hosting required.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
get_word_of_the_dayReturns today's vocabulary Word of the Day. Optionally scoped to a test family (isee, ssat, sat, psat, gre, gmat, lsat, general).1 params

Returns today's vocabulary Word of the Day. Optionally scoped to a test family (isee, ssat, sat, psat, gre, gmat, lsat, general).

Parameters* required
test_familystring
Optional test family: isee, ssat, sat, psat, gre, gmat, lsat, general
get_definitionLook up the definition, part of speech, example sentence, and synonyms/antonyms for a vocabulary word.1 params

Look up the definition, part of speech, example sentence, and synonyms/antonyms for a vocabulary word.

Parameters* required
wordstring
The word to define
generate_quizGenerate a multiple-choice vocabulary quiz for a test family (isee, ssat, sat, psat, gre, gmat, lsat, general). Returns 1–10 questions with answers.3 params

Generate a multiple-choice vocabulary quiz for a test family (isee, ssat, sat, psat, gre, gmat, lsat, general). Returns 1–10 questions with answers.

Parameters* required
countnumber
Number of questions (1–10), default 5
levelstring
Optional difficulty hint
test_familystring
get_course_word_listGet a sample of vocabulary words from a specific Vocab Voyage course. Use list_courses to discover slugs.2 params

Get a sample of vocabulary words from a specific Vocab Voyage course. Use list_courses to discover slugs.

Parameters* required
limitnumber
1–50, default 20
course_slugstring
list_coursesLists all 13 Vocab Voyage courses with their slugs and descriptions.

Lists all 13 Vocab Voyage courses with their slugs and descriptions.

No parameter schema in public metadata yet.

explain_word_in_contextExplain what a word means inside a specific sentence — useful when a word has multiple meanings.2 params

Explain what a word means inside a specific sentence — useful when a word has multiple meanings.

Parameters* required
wordstring
sentencestring
The sentence containing the word
study_plan_previewReturns a sample 7-day study plan (5 words/day) for a given test family. Optional target date for context.2 params

Returns a sample 7-day study plan (5 words/day) for a given test family. Optional target date for context.

Parameters* required
target_datestring
Optional ISO date (YYYY-MM-DD)
test_familystring

Vocab Voyage MCP Server

The official public mirror of the Vocab Voyage Model Context Protocol server — 20 tools + 17 interactive widgets for vocabulary learning and standardized test prep (ISEE, SSAT, SAT, PSAT, GRE, GMAT, LSAT).

  • 20 MCP tools (including flashcards, 11 mini-games, progress tracking, and Sparkle coaching)

  • 17 interactive widgets (quiz, flashcards, study plan, progress dashboard, session debrief, and more)

  • Hosted — no install required

  • Optional personal tokens for personalized features

  • 🔗 Server URL: https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server

  • 📚 Browse tools: https://vocab.voyage/mcp/tools

  • 🛠 Auth & scopes: https://vocab.voyage/developers/auth

  • 🪪 License: MIT

Install

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "vocab-voyage": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server"]
    }
  }
}

ChatGPT Apps SDK / Cursor / Cline

Add a custom remote MCP server with the URL above and (optionally) a Bearer vv_mcp_… token generated from https://vocab.voyage/developers/auth.

OpenClaw

openclaw skills install vocab-voyage

Tools

Tool count: 20.

  • get_word_of_the_day — Returns today's vocabulary Word of the Day, optionally scoped to a test family.
  • get_definition (widget-aware) — Look up the definition, part of speech, example sentence, and synonyms/antonyms for a word.
  • generate_quiz (widget-aware) — Generate a multiple-choice vocabulary quiz for a test family (1–10 questions).
  • 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.
  • study_plan_preview (widget-aware) — Returns a sample 7-day study plan (5 words/day) for a given test family.
  • get_flashcards (widget-aware) — Returns a tap-to-flip flashcard deck. Per-card answers persist via record_word_result.
  • get_my_progress (widget-aware) — Auth-only personal dashboard: streak, XP, mastery split, next-up words, recent misses.
  • play_game — Launches one of 11 vocabulary mini-games (word_match, spelling_bee, speed_round, synonym_showdown, word_scramble, fill_in_blank, context_clues, word_guess, picture_match, crossword, word_search). Per-answer events flow to record_word_result; round XP via award_game_xp.
  • get_sparkle_guidance (widget-aware) — Lifecycle-aware coaching: returns a phase-appropriate greeting (16 phases) and a recommended next tool/action. Renders the session-debrief widget when relevant.
  • set_persona — Switch agent bias between student, parent, tutor, or explorer.
  • get_recommended_next_action — Returns a one-line recommendation for what the user should do next.
  • list_starter_prompts — Lists the 6 MCP prompts (vocab_kickoff, test_prep_quiz, session_debrief, …) for hosts that don't surface prompts/list.
  • record_word_result — Auth: log a per-card answer (correct or incorrect).
  • record_session_complete — Auth: log session totals and award XP.
  • award_game_xp — Auth: grant bonus XP from a completed mini-game round.
  • mark_word_known — Auth: add a word to the user's queue or mastered list.
  • mark_word_difficult — Auth: flag a word as needing more review.
  • update_adaptive_level — Auth: adjust the user's adaptive difficulty floor/ceiling.

Widgets

Widget count: 17.

  • ui://vocab-voyage/word-of-the-day — Word of the Day (learn, 560x360) via get_word_of_the_day
  • ui://vocab-voyage/flashcards — Flashcards (learn, 560x460) via get_flashcards
  • ui://vocab-voyage/quiz — Quiz (learn, 560x520) via generate_quiz
  • ui://vocab-voyage/study-plan — Study Plan (learn, 600x600) via study_plan_preview
  • ui://vocab-voyage/progress — My Progress (progress, 600x640) via get_my_progress
  • ui://vocab-voyage/game/word_match — Game · Word Match (play, 620x640) via play_game
  • ui://vocab-voyage/game/spelling_bee — Game · Spelling Bee (play, 560x580) via play_game
  • ui://vocab-voyage/game/speed_round — Game · Speed Round (play, 560x600) via play_game
  • ui://vocab-voyage/game/synonym_showdown — Game · Synonym Showdown (play, 560x580) via play_game
  • ui://vocab-voyage/game/word_scramble — Game · Word Scramble (play, 560x580) via play_game
  • ui://vocab-voyage/game/fill_in_blank — Game · Fill in the Blank (play, 560x600) via play_game
  • ui://vocab-voyage/game/context_clues — Game · Context Clues (play, 600x620) via play_game
  • ui://vocab-voyage/game/word_guess — Game · Word Guess (play, 560x600) via play_game
  • ui://vocab-voyage/game/picture_match — Game · Picture Match (play, 600x620) via play_game
  • ui://vocab-voyage/game/crossword — Game · Crossword (play, 640x720) via play_game
  • ui://vocab-voyage/game/word_search — Game · Word Search (play, 640x720) via play_game
  • ui://vocab-voyage/session-debrief — Session Debrief (coach, 600x640) via get_sparkle_guidance

Examples

  • examples/curl-quiz.sh — generate a 5-question SAT quiz with curl
  • examples/node-flashcards.mjs — fetch a flashcard deck from Node 18+
  • examples/python-progress.py — call the auth-only get_my_progress tool from Python

Manifests

The discovery + directory submission files live flat at the repo root so MCP directories can git clone and link straight to them:

  • server-card.json — MCP server card (canonical)
  • apps.json — interactive widget catalog
  • agent-card.json — A2A agent card
  • mcp.json — MCP discovery doc
  • server.json — MCP Registry submission manifest
  • smithery.yaml — Smithery directory listing
  • clawhub.json — ClawHub directory listing
  • SKILL.md — OpenClaw skill descriptor
  • SUBMISSION_LINKS.md — canonical ?ref= slug list + Friday attribution query

All of the above are regenerated on every release by scripts/build-mcp-repo.mjs upstream — do not hand-edit them here.

License

MIT © Vocab Voyage

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedApr 23, 2026
View on GitHub