# Orb Platform (remote · mcp.thedailylesson.com)

162K English words, 74K lessons, knowledge graph, semantic reverse-dictionary search.

- Trust score: 58/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.thedailylesson.com`: 58/100 (this document), [markdown](https://verifymcp.io/servers/nicoletterankin-orb-platform/mcp.md), [page](https://verifymcp.io/servers/nicoletterankin-orb-platform/mcp)

## Channel facts

- Endpoint: `https://mcp.thedailylesson.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `6.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 51/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 694 tokens (~53/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http nicoletterankin-orb-platform https://mcp.thedailylesson.com/mcp
```

### Codex

```toml
[mcp_servers.nicoletterankin-orb-platform]
url = "https://mcp.thedailylesson.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nicoletterankin-orb-platform": {
      "type": "remote",
      "url": "https://mcp.thedailylesson.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nicoletterankin-orb-platform --url https://mcp.thedailylesson.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nicoletterankin-orb-platform:
    url: "https://mcp.thedailylesson.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "nicoletterankin-orb-platform": {
      "type": "http",
      "url": "https://mcp.thedailylesson.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 57, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 57, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 55)

First indexed and scored.

## MCP tools (13)

### `lookup_word` (~46 tokens)

Look up any English word  -  returns IPA, definition, etymology, and translations in 47 dictionary languages for verified agent output.

Input parameters:

- `word` (string, required): English word

### `search_words` (~75 tokens)

Search the dictionary by prefix, fuzzy match, or definition content. Find words matching a pattern or meaning.

Input parameters:

- `field` (string): Search field
- `fuzzy` (boolean): Enable fuzzy matching
- `limit` (integer): Max results (1-50)
- `q` (string, required): Search query (min 2 chars)

### `get_related_words` (~41 tokens)

Find semantic neighbors, rhymes, same-root words, and knowledge graph connections for any word.

Input parameters:

- `word` (string, required): English word to find relations for

### `word_of_the_day` (~49 tokens)

Get the deterministic word of the day. Same word for all users on a given date. No auth required.

Input parameters:

- `date` (string): ISO date (YYYY-MM-DD). Defaults to today.

### `get_lesson` (~60 tokens)

Structured 5-phase lesson (hook->story->wonder->action->wisdom). 365 days x 4 tracks x 3 age groups.

Input parameters:

- `age` (string)
- `day` (integer)
- `track` (string)

### `get_quiz` (~37 tokens)

Assessment questions from lesson content. 6 question types for formative evaluation.

Input parameters:

- `day` (integer)
- `track` (string)

### `generate_text` (~42 tokens)

Write, summarize, compliance-check, retrieve, negotiate, translate, or define text with policy enforcement.

Input parameters:

- `input` (string, required)
- `task` (string, required)

### `check_compliance` (~69 tokens)

Check text for PII, profanity, reading level (Flesch-Kincaid), brand voice violations, GDPR/COPPA markers.

Input parameters:

- `input` (string, required): Text to check
- `policy` (object): Optional: {brand_voice: {tone, banned_words}, max_grade_level}

### `translate_word` (~65 tokens)

Translate a word or phrase. Single words use 47-language dictionary (instant). Sentences use AI translation.

Input parameters:

- `input` (string, required): Word or text to translate
- `target_lang` (string): ISO language code (es, fr, de, zh, ja, etc.)

### `define_term` (~51 tokens)

Get an age-calibrated definition for any term. Known words use dictionary data; unknown terms use AI.

Input parameters:

- `age_group` (string): Target age group
- `term` (string, required): Term to define

### `explore_graph` (~39 tokens)

Trace a word through the knowledge graph to find connected lessons, themes, and related words.

Input parameters:

- `word` (string, required): Word to trace through the graph

### `get_word_image` (~41 tokens)

Get all available images for a word  -  universal, culture-specific, and age-specific variants.

Input parameters:

- `word` (string, required): Word to get images for

### `search_by_meaning` (~79 tokens)

Find an English word given a description of its meaning. Use when the user describes a concept but doesn't know the word. Returns words ranked by semantic similarity across 162,000 English words.

Input parameters:

- `limit` (integer): Max results (1-25)
- `query` (string, required): Natural-language description of the concept (min 2 chars)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/nicoletterankin-orb-platform/mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 57
- 2026-07-29: 57
- 2026-07-28: 56
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://mcp.thedailylesson.com/mcp
- Repository: https://github.com/nicoletterankin/word-orb
- Changelog RSS feed: https://verifymcp.io/servers/nicoletterankin-orb-platform/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nicoletterankin-orb-platform/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nicoletterankin-orb-platform/mcp
