Four layers of verified data, one API key
Word Orb
Definitions, IPA pronunciation, etymology, native-script translations, and vocabulary context that developers can trust in production.
- One API call returns definition, translations, pronunciation, etymology, and audio URL
- Age-calibrated definitions: child, teen, adult, elder
- Batch lookup up to 50 words per request
Lesson Orb
Structured lesson context around the shared daily experience: five phases, four tracks, and the pedagogical layer behind Kelly.
- 5 lesson phases: hook, story, wonder, action, wisdom
- 4 tracks: learn, grow, teach, trivia
- Every lesson links to vocabulary and assessments through the knowledge graph
Assessment Layer
Assessment objects aligned to vocabulary and lesson structure, so teams can test exactly what they teach.
- Questions test exactly what the lesson taught — graph-aligned, not random
- Random, by-day, and batch modes with difficulty filtering
- Each question includes the answer and an explanation
Knowledge Graph
The graph is the glue. It lets teams trace a word into the lessons that teach it and the assessment items that verify it.
- Trace any word to find all lessons where it appears
- Find all vocabulary words in any lesson
- Build complete teach-then-test cycles from three API calls
Three API calls, zero hallucinations
Why teams switch to verified data
LLMs improvise definitions. Word Orb doesn't. Here's why that matters for production systems.
Deterministic
Same word, same JSON, every time. No temperature, no sampling variance, no model version roulette. Your tests pass tomorrow the same way they pass today.
Auditable
Every definition, translation, and assessment is human-verified and traceable through the knowledge graph. SOC 2 reviewers can see exactly where the data came from.
Edge-fast
Served from 300+ Cloudflare locations. Sub-100ms globally. No cold starts, no token queues. Your agent gets the answer before the user finishes typing.
Works with every agent framework
One config line connects Word Orb to your agent. MCP standard — works with Claude, ChatGPT, Cursor, Gemini, and any MCP-compatible client.
{"mcpServers":{"word-orb":{"url":"https://wordorb.ai/mcp"}}}
AI Agents
Ground your agent's vocabulary in verified data. One MCP tool call replaces hallucinated definitions with deterministic JSON.
Learning Products
365 days of structured curriculum with vocabulary, assessments, and knowledge graph links. Education guide →
Robotics
Pronunciation audio, age-calibrated definitions, and structured JSON for embodied systems. Robotics guide →
Start building in 60 seconds
Free tier: 10,000 API calls per day. All endpoints. No credit card. Ship to production on the free plan.
npm install wordorb
pip install wordorb