The Daily Lesson
Today's lessonPricingDevelopersSchoolsLog inSign up
MCP

Model Context Protocol

Word Orb ships as an MCP server so Claude, ChatGPT, and custom agents can call lesson, vocabulary, and quiz tools with the same credentials you use over HTTPS.

Setup

  1. Purchase a developer plan and collect your API key.
  2. Follow the MCP host instructions for your client (Claude Desktop, ChatGPT developer mode, or Cursor).
  3. Register the remote MCP base URL and Authorization header exactly as documented on wordorb.ai.
# Reference pattern — replace with values from wordorb.ai/mcp
REMOTE_MCP_URL=https://wordorb.ai/mcp
Authorization: Bearer orb_live_your_key_here
MCP reference on wordorb.aiBack