← gumballtools.com

INDIVIDUAL MCP TOOL

draw_items

Draw words-in-context vocabulary practice questions from a curated, human-written bank.

gumballtools.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://words-in-context.gumballtools.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for draw_items and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gumballtools.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.words-in-context]
url = "https://words-in-context.gumballtools.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "words-in-context": {
      "type": "http",
      "url": "https://words-in-context.gumballtools.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: words-in-context
Remote MCP URL: https://words-in-context.gumballtools.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "words-in-context": {
      "url": "https://words-in-context.gumballtools.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "words-in-context": {
      "type": "http",
      "url": "https://words-in-context.gumballtools.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "words-in-context",
  "transport": "streamable-http",
  "url": "https://words-in-context.gumballtools.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_answer — Check an answer to a practice item and get the teaching content.
  • generate_items — Generate new practice items from a passage the learner supplies — their own reading, or the material they got wrong.