Orb Platform
https://mcp.thedailylesson.com/mcpskills: {'id': 'lookup_word', 'name': 'lookup_word', 'description': 'Look up any English word - returns IPA, definition, etymology, and translations in 47 dictionary languages for verified agent output.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_words', 'name': 'search_words', 'description': 'Search the dictionary by prefix, fuzzy match, or definition content. Find words matching a pattern or meaning.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_related_words', 'name': 'get_related_words', 'description': 'Find semantic neighbors, rhymes, same-root words, and knowledge graph connections for any word.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'word_of_the_day', 'name': 'word_of_the_day', 'description': 'Get the deterministic word of the day. Same word for all users on a given date. No auth required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_lesson', 'name': 'get_lesson', 'description': 'Structured 5-phase lesson (hook->story->wonder->action->wisdom). 365 days x 4 tracks x 3 age groups.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_quiz', 'name': 'get_quiz', 'description': 'Assessment questions from lesson content. 6 question types for formative evaluation.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'generate_text', 'name': 'generate_text', 'description': 'Write, summarize, compliance-check, retrieve, negotiate, translate, or define text with policy enforcement.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_compliance', 'name': 'check_compliance', 'description': 'Check text for PII, profanity, reading level (Flesch-Kincaid), brand voice violations, GDPR/COPPA markers.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 918.4ms; conformance: pass
How to connect
https://mcp.thedailylesson.com/mcp
curl -X POST https://mcp.thedailylesson.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'