Enterprise

Vocabulary intelligence for your platform.

Word Orb provides structured, multilingual vocabulary data for AI systems, robotics platforms, and education products. Kelly delivers personalized daily lessons for employee learning programs. Everything runs on Cloudflare’s global edge — sub-50ms latency, zero cold starts, 330+ locations worldwide.

Word Orb API

The largest structured vocabulary dataset available via API. 162,253 words, 601,143 translations across 47 languages, 30,288 knowledge graph links, and 161,763 ethical content ratings — all served from Cloudflare’s edge with sub-50ms latency globally. No origin server, no cold starts, no region lock.

What You Get Per Word

  • Core data: Definition, part of speech, etymology, pronunciation (IPA), difficulty level (1-10), usage examples, frequency rank
  • Translations: Up to 47 languages per word, with target-language IPA pronunciation and transliteration where applicable
  • Knowledge graph: Synonyms, antonyms, related concepts, and semantic clusters with strength-weighted links (0.0-1.0)
  • Ethics & compliance: Age-appropriateness rating (child/teen/adult/professional), cultural sensitivity flags by region, content safety classification
  • Tone variants: 1,992 tonal adaptations across 12 teaching archetypes and 3 age groups (for words with tone data)
  • Visual: Word images for select high-frequency vocabulary (58 currently, expanding)

Example API Response

GET /api/v1/word/serendipity

{
  "word": "serendipity",
  "definition": "The occurrence of events by chance in a happy way",
  "part_of_speech": "noun",
  "ipa": "/ˌsɛr.ənˈdɪp.ə.ti/",
  "etymology": "Coined by Horace Walpole (1754), from the Persian fairy tale 'The Three Princes of Serendip'",
  "difficulty": 7,
  "translations": {
    "es": { "text": "serendipia", "ipa": "/se.ɾenˈdi.pja/" },
    "fr": { "text": "sérendipité", "ipa": "/se.ʁɑ̃.di.pi.te/" },
    "ja": { "text": "セレンディピティ", "ipa": "/se.ɾen.di.pi.ti/" },
    "ar": { "text": "صُدفة سعيدة", "ipa": "/ʃud.fa sa.ˈʕiː.da/" }
  },
  "related": [
    { "word": "fortuitous", "type": "synonym", "strength": 0.82 },
    { "word": "coincidence", "type": "related", "strength": 0.71 },
    { "word": "deliberate", "type": "antonym", "strength": 0.65 }
  ],
  "ethics": {
    "age_rating": "child",
    "cultural_flags": [],
    "safety": "safe"
  }
}

Endpoints

EndpointMethodDescription
/api/v1/word/:wordGETFull word profile with translations, etymology, graph links, ethics
/api/v1/search?q=GETFuzzy search with language, difficulty, and part-of-speech filters
/api/v1/word/:word/relatedGETKnowledge graph traversal — synonyms, antonyms, semantic clusters
/api/v1/word-of-the-dayGETCalendar-locked daily word with full enrichment
/api/v1/lesson/:dayGETStructured 5-phase lesson (Hook, Story, Wonder, Action, Wisdom)
/api/v1/quiz/:dayGETAssessment items (true/false, multiple choice, open-ended, A/B)
/api/v1/translate/:wordGETCross-language translation with IPA pronunciation
/api/v1/compliance/checkPOSTContent safety verification for AI-generated text

MCP Server for AI Agents

12 tools available via the Model Context Protocol — the open standard created by Anthropic for connecting AI assistants to external data. Any MCP-compatible client (Claude Desktop, VS Code, Cursor, LangChain, AutoGen, Semantic Kernel) can connect and start using Word Orb data immediately.

Available Tools

ToolWhat It Does
lookup_wordFull word profile with translations, etymology, ethics, and graph links
search_wordsFuzzy search with language and difficulty filters
get_related_wordsKnowledge graph traversal — synonyms, antonyms, semantic clusters
word_of_the_dayCalendar-locked daily word with full enrichment
get_lessonStructured 5-phase daily lesson with archetype personalization
get_quizAssessment items in 4 formats with scoring rubrics
translate_wordCross-language translation with target IPA pronunciation
check_complianceContent safety verification for AI-generated educational text
generate_textGenerate contextual sentences using target vocabulary
define_termQuick definition lookup optimized for inline use
explore_graphMulti-hop knowledge graph exploration
get_word_imageVisual representation of vocabulary words

MCP Configuration

// claude_desktop_config.json
{
  "mcpServers": {
    "word-orb": {
      "url": "https://mcp.thedailylesson.com/sse"
    }
  }
}

Registry Listings

  • Official Anthropic MCP Registry: io.github.nicoletterankin/orb-platform v6.2.0
  • Smithery.ai: lotdpbc/the-daily-lesson — 19 tools scanned
  • mcp.so: Submitted (chatmcp/mcpso#732)
  • PulseMCP: Submitted and accepted
  • mcpservers.org: Submission ID 213
  • Glama.ai: Indexed via glama.json

MCP endpoint: mcp.thedailylesson.com

Enterprise Packages

Five product packages designed for different integration depths. Every package includes a custom demo page at thedailylesson.com/for/your-company with live API widgets.

PackageWhat’s IncludedStarting At
Word Orb API Full API access — word lookups, translations, knowledge graph, compliance checks. Rate-limited by tier. $2,500/yr
Daily Lesson Enterprise Structured daily lessons for 50 seats. Progress tracking, admin dashboard, email digest integration. $5,000/yr
Kelly Language Lab Full conversational AI Kelly for 500 seats. 47-language support, department-level analytics, custom vocabulary lists, real-time chat. $15,000/yr
Orb Verified Education verification mark for your AI product. 9-gate review, public registry listing, compliance documentation. $10,000/yr
Platform Partnership Custom integration — white-label API, dedicated support, co-branded content, custom language priorities. $25,000+/yr

Orb Verified: The Education Quality Mark

Orb Verified is a certification program for AI and robotics companies that want to demonstrate their education content meets structured quality standards. In a market flooded with AI systems trained on scraped web data, Orb Verified is a trust signal for education buyers — school districts, parents, and institutional purchasers.

The 9 Review Gates

  1. Data Provenance: Where does the educational content come from? Is it traceable to primary sources?
  2. Content Structure: Is the content organized in pedagogically sound sequences (not random facts)?
  3. Multilingual Coverage: How many languages are supported? Are translations human-verified?
  4. Age Appropriateness: Is content rated and filtered by age group with documented criteria?
  5. Cultural Sensitivity: Are region-specific sensitivities identified and handled?
  6. Assessment Validity: Do assessments measure actual learning outcomes, not just engagement?
  7. Accessibility: Does the system work for learners with disabilities, low bandwidth, or limited devices?
  8. Privacy Compliance: COPPA, FERPA, GDPR compliance for student data
  9. Ethical AI: Are AI generation processes transparent and free from harmful biases?

Three Tiers

  • Bronze: Basic compliance — passes Gates 1, 4, 5, 8. Content is safe and sourced.
  • Silver: Structured integration — passes all 9 gates. Content is pedagogically organized with valid assessments.
  • Gold: Deep partnership — Silver plus ongoing data sharing, co-developed content, and published learning outcome evidence.

Active Enterprise Conversations

SoftBank Robotics

NAO and Pepper robots deployed in 70+ countries for education and hospitality. Word Orb provides 47 languages versus SoftBank’s 20 native language capabilities — a 2.35x coverage advantage. The integration concept: Kelly teaches vocabulary through physical robot interactions, with Word Orb powering the linguistic intelligence behind every conversation.

Anthropic

Claude for Education integration. Kelly + The Daily Lesson is the most Claude-native education platform in existence — every conversation is powered by Claude Haiku, every assessment is structured for Claude’s reasoning capabilities, and the entire system demonstrates responsible AI deployment in education.

  • 5 product packages proposed: Claude for Education Showcase ($2,500/yr), Orb Verified for Claude ($5,000/yr), Daily Lesson Enterprise for Anthropic (50 seats, $5,000/yr), Kelly Language Lab (500 seats, $15,000/yr), Platform Partnership ($50,000/yr)
  • Anchor: MIT Solve co-submission opportunity
  • Demo: thedailylesson.com/for/anthropic

Cloudflare

The entire LOTD platform runs on Cloudflare infrastructure — 80+ Workers, 49+ D1 databases, 20+ R2 buckets. Built by a single founder. Aly Cabral (VP Developer GTM) has provided a personal introduction to the developer relations team. A co-authored blog post about building this scale as a solo developer is in progress for Developer Week.

  • Relationship: Technical partnership + case study
  • Story: Solo founder operates 80+ production Workers — one of the largest non-enterprise Cloudflare deployments

Integration in 5 Minutes

Sign up at wordorb.ai, get an API key, and start querying. The API follows REST conventions with JSON responses and requires only an Authorization header.

# Look up a word
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.wordorb.ai/v1/word/serendipity"

# Search with filters
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.wordorb.ai/v1/search?q=happy&lang=es&difficulty=3-7"

# Get today's lesson
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.wordorb.ai/v1/lesson/today?track=learn&archetype=explorer"

# Translate a word
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.wordorb.ai/v1/translate/serendipity?to=ja,ar,fr"

Distribution

Word Orb and Kelly are available through 19+ distribution channels:

  • Direct API: wordorb.ai (REST + MCP)
  • MCP directories: Anthropic Registry, Smithery.ai, mcp.so, PulseMCP, mcpservers.org, Glama.ai
  • AI platforms: OpenAI GPT Store, Postman API Network, RapidAPI
  • Framework integrations: LangChain (issue #36146), AutoGen (issue #7434), Semantic Kernel (issue #13694), CrewAI, Composio
  • Messaging: Slack App (GoGood, ID A0AK1EQH0P7), Telegram Bot
  • Infrastructure: Cloudflare Worker template (issue #13002)

Get Started

Every enterprise engagement starts with a conversation. Nicolette Rankin, founder and CEO, handles all enterprise relationships directly. No sales team, no handoffs, no runaround.

Email nicolette@lotdpbc.com
Talk to Kelly kellyai.com/chat
API Documentation wordorb.ai
Talk to Kelly kellyai.com/chat
Start a conversation API docs → Technology →