Words in Context MCP server
Words-in-context vocabulary practice questions with distractor explanations.
Little public usage data yet
Reviews
Write oneNobody has reviewed Words in Context yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Words in Context tools (3)
write = sends, deletes, buys or postscheck_answerFreeCheck an answer to a practice item and get the teaching content. Returns whether the choice was correct, which option was right, why it fits the sentence specifically, why the chosen option was wrong, and the reason EVERY distractor fails. Read the distractor reasons out to the learner even when they answered correctly. Knowing why the tempting wrong answer was tempting is the part that transfers to the next question; being told "correct" teaches nothing. Input: `id` from a draw response, and `choice` as the zero-based index of the selected option.
draw_itemsFreeDraw words-in-context vocabulary practice questions from a curated, human-written bank. Use this to quiz a learner, build a practice set, or check what a question of this type looks like. It is free, deterministic, and costs no inference. IMPORTANT: the response deliberately contains NO answer index and NO explanations. That is so you can present the questions without leaking the answers. Call `check_answer` with the item id and the chosen option to get the answer, why it fits, and why each distractor fails. Input: `count` (1-20, default 5) — an out-of-range count is REFUSED rather than clamped, so you learn the limit. `difficulty` is foundation|core|stretch. `theme` is science|humanities|social-science|literature. `seed` makes the draw reproducible: the same seed always returns the same items, so a practice session can be replayed or shared. Format note: these test inference from context, which is how the current digital SAT asks about vocabulary — not recall of definitions. Each item is a sentence with one word blanked and four options.
generate_itemsFreeGenerate new practice items from a passage the learner supplies — their own reading, or the material they got wrong. This is the PAID tier and it costs real money per call, unlike the curated bank. Prefer `draw_items` unless the learner specifically needs questions from their own material. `model` is a priced choice: "economy" at $0.002 per item (Fast and cheap. Good enough for straightforward vocabulary in clear prose.); "standard" at $0.008 per item (Better at writing distractors that are genuinely tempting, which is the hard part of a good practice item.). Pick economy for straightforward prose and standard when the distractors need to be genuinely tempting, which is the hard part of a good question. Limits: passage 200 characters minimum, and `count` at most 5 per call. Generation is capped at 10 calls per caller per day, separately from the free quota. Generated items are NOT reviewed by a person. Every response carries a caveat saying so. Check the answer and the distractor reasons before giving them to a learner — a generated question with two defensible answers is worse than no question. Returns 503 when generation is not enabled on the deployment; fall back to `draw_items`.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1623ms20/20
- Tool poisoning3 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityverified namespace with website, no repo4/10
Install directly
claude mcp add --transport http words-in-context https://words-in-context.gumballtools.com/api/mcp
Words in Context: common questions
- Is Words in Context MCP server safe?
- With care: it is graded C, so read the findings first (69/100). Read the Words in Context safety report
- How do I install Words in Context?
- It runs remotely at words-in-context.gumballtools.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Words in Context need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Words in Context maintained?
- The latest release is v0.1.0.
- Is Words in Context up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.