# StudioMeyer Academy (remote · mcp.studiomeyer.academy)

Free Memory-First AI Operator course as an MCP server. Bundled curriculum, no account needed.

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

## Components

- remote · `mcp.studiomeyer.academy`: 66/100 (this document), [markdown](https://verifymcp.io/servers/io-studiomeyer-academy/mcp.md), [page](https://verifymcp.io/servers/io-studiomeyer-academy/mcp)
- npm · `mcp-academy`: 65/100, [markdown](https://verifymcp.io/servers/io-studiomeyer-academy/mcp-academy.md), [page](https://verifymcp.io/servers/io-studiomeyer-academy/mcp-academy)

## Channel facts

- Endpoint: `https://mcp.studiomeyer.academy/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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**: 63/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 12 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 is enforced; there's no plaintext access path.
  - 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**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1007 tokens (~83/item across 12 items; 12 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-studiomeyer-academy https://mcp.studiomeyer.academy/mcp
```

### Codex

```toml
[mcp_servers.io-studiomeyer-academy]
url = "https://mcp.studiomeyer.academy/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-studiomeyer-academy": {
      "type": "remote",
      "url": "https://mcp.studiomeyer.academy/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-studiomeyer-academy --url https://mcp.studiomeyer.academy/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-studiomeyer-academy:
    url: "https://mcp.studiomeyer.academy/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-studiomeyer-academy": {
      "type": "http",
      "url": "https://mcp.studiomeyer.academy/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 66, +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 65, +2)

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

### 2026-07-30 (score 63, 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 63, +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-28 (score 62, +1)

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

### 2026-07-27 (score 61, 0)

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

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

First indexed and scored.

## MCP tools (12)

### `academy_welcome` (~112 tokens)

ALWAYS call this first when a user connects or asks what this is. Returns a short orientation for StudioMeyer Academy — a free 6-level 'Memory-First AI Operator' curriculum (Levels 1-3 fundamentals, 4-6 memory/MCP/multi-agent), plus playbooks and build recipes. Read it back to the user in their language and offer to start at their level.

Input parameters:

- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.

### `academy_levels` (~61 tokens)

List the 6 curriculum levels with title, subtitle and lesson count. Use to show the user the learning path and ask where they want to start.

Input parameters:

- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.

### `academy_lessons` (~69 tokens)

List all lessons in a level (titles, descriptions, duration). No body — call academy_lesson for the full text.

Input parameters:

- `level` (number, required): Level 1-6
- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.

### `academy_lesson` (~106 tokens)

Get the FULL text of one lesson. Teach it to the user: explain it in your own words, answer questions, give examples. This is how a user 'takes the course' with you as tutor.

Input parameters:

- `level` (number, required)
- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.
- `slug` (string, required): Lesson slug, e.g. "01-was-ist-ai" (from academy_lessons)

### `academy_playbooks` (~75 tokens)

List hands-on playbooks (short, practical how-tos for Claude Code, MCP, memory, agents). Optional category filter.

Input parameters:

- `category` (string): Optional, e.g. "build", "use"
- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.

### `academy_playbook` (~50 tokens)

Get the full text of one playbook by slug.

Input parameters:

- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.
- `slug` (string, required)

### `academy_recipes` (~56 tokens)

List build recipes — step-by-step guides to build, deploy and ship real MCP servers and agent systems, organised by phase (1-16). Optional phase filter.

Input parameters:

- `phase` (number): Optional phase number 1-16

### `academy_recipe` (~26 tokens)

Get the full text of one build recipe by slug.

Input parameters:

- `slug` (string, required)

### `academy_search` (~87 tokens)

Search the whole curriculum (lessons + playbooks + recipes) by keyword. Returns ranked matches with snippets and ids. Use when the user asks about a topic and you want the most relevant material.

Input parameters:

- `limit` (number)
- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.
- `query` (string, required): Search keywords

### `academy_tutor_context` (~104 tokens)

Get a lesson packaged as a tutoring brief: the full lesson text plus its learning goals and the level context. Call this when the user wants to be *taught* a lesson — then YOU act as their tutor using this material (no Academy account needed, you are the tutor).

Input parameters:

- `level` (number, required)
- `locale` (string): Language. de=German, en=English, es=Spanish. Default en.
- `slug` (string, required)

### `search` (~44 tokens)

Search StudioMeyer Academy course material. Returns a list of matching lessons, playbooks and recipes with ids you can pass to `fetch`.

Input parameters:

- `query` (string, required): Search query

### `fetch` (~43 tokens)

Fetch the full text of one Academy item (lesson, playbook or recipe) by the id returned from `search`.

Input parameters:

- `id` (string, required): Item id from search results

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 61

## Links

- Remote endpoint: https://mcp.studiomeyer.academy/mcp
- Repository: https://github.com/studiomeyer-io/mcp-academy
- Changelog RSS feed: https://verifymcp.io/servers/io-studiomeyer-academy/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-studiomeyer-academy/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-studiomeyer-academy/mcp
