StudioMeyer Academy
NPM · MCP-ACADEMY · 2 COMPONENTS · SCANNED SEP 20
The Academy curriculum as an offline MCP library. Hosted course connector adds progress.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 35 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 39 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1034 tokens (~86/item across 12 items; 12 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 71% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the StudioMeyer Academy MCP server?
StudioMeyer Academy runs locally as an npm package, launched with npx -y mcp-academy. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · mcp-academy
claude mcp add io-studiomeyer-academy -- npx -y mcp-academy
{
"mcpServers": {
"io-studiomeyer-academy": {
"command": "npx",
"args": [
"-y",
"mcp-academy"
]
}
}
} {
"servers": {
"io-studiomeyer-academy": {
"command": "npx",
"args": [
"-y",
"mcp-academy"
]
}
}
} codex mcp add io-studiomeyer-academy -- npx -y mcp-academy
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"io-studiomeyer-academy": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-academy"
],
"enabled": true
}
}
} openclaw mcp add io-studiomeyer-academy --command npx --arg -y --arg mcp-academy
mcp_servers:
io-studiomeyer-academy:
command: "npx"
args: ["-y", "mcp-academy"] {
"McpServers": {
"io-studiomeyer-academy": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"mcp-academy"
]
}
}
} assistant mcp add io-studiomeyer-academy -t stdio -c npx -a -y mcp-academy
{
"mcpServers": {
"io-studiomeyer-academy": {
"command": "npx",
"args": [
"-y",
"mcp-academy"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 18 Sept 26 −3
- Stability: pass → 0.80 functional
- 17 Sept 26 +1
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −3
- Stability: pass → 0.80 functional
- 10 Sept 26 +1
- Stability: 0.97 → pass security
- 9 Sept 26 −1
- Stability: pass → 0.97 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/mcp-academy@0.4.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 110 packages
| Packages resolved | 110 |
|---|---|
| Stale | 35 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
academy_lesson ~106
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.
| Name | Type | Req | Description |
|---|---|---|---|
| level | number | yes | – |
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
| slug | string | yes | Lesson slug, e.g. "01-was-ist-ai" (from academy_lessons) |
No output schema declared.
No examples provided.
academy_lessons ~69
List all lessons in a level (titles, descriptions, duration). No body — call academy_lesson for the full text.
| Name | Type | Req | Description |
|---|---|---|---|
| level | number | yes | Level 1-6 |
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
No output schema declared.
No examples provided.
academy_levels ~61
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.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
No output schema declared.
No examples provided.
academy_playbook ~50
Get the full text of one playbook by slug.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
| slug | string | yes | – |
No output schema declared.
No examples provided.
academy_playbooks ~75
List hands-on playbooks (short, practical how-tos for Claude Code, MCP, memory, agents). Optional category filter.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Optional, e.g. "build", "use" |
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
No output schema declared.
No examples provided.
academy_recipe ~34
Get the full text of one build recipe by slug. English-only — recipes are not translated.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | – |
No output schema declared.
No examples provided.
academy_recipes ~75
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. Recipes are English-only (no locale parameter); lessons and playbooks exist in de/en/es.
| Name | Type | Req | Description |
|---|---|---|---|
| phase | number | – | Optional phase number 1-16 |
No output schema declared.
No examples provided.
academy_search ~87
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | – |
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
| query | string | yes | Search keywords |
No output schema declared.
No examples provided.
academy_tutor_context ~104
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).
| Name | Type | Req | Description |
|---|---|---|---|
| level | number | yes | – |
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
| slug | string | yes | – |
No output schema declared.
No examples provided.
academy_welcome ~112
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.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | – | Language. de=German, en=English, es=Spanish. Default en. |
No output schema declared.
No examples provided.
fetch ~43
Fetch the full text of one Academy item (lesson, playbook or recipe) by the id returned from `search`.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Item id from search results |
No output schema declared.
No examples provided.
search ~44
Search StudioMeyer Academy course material. Returns a list of matching lessons, playbooks and recipes with ids you can pass to `fetch`.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
No output schema declared.
No examples provided.
What is the StudioMeyer Academy MCP server?
StudioMeyer Academy is an MCP server listed in the public MCP registry as io.studiomeyer/academy. The Academy curriculum as an offline MCP library. Hosted course connector adds progress. This page covers its npm package (mcp-academy).
Is the StudioMeyer Academy MCP server safe to use?
StudioMeyer Academy scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the StudioMeyer Academy MCP server expose?
StudioMeyer Academy exposes 12 tools: academy_welcome, academy_levels, academy_lessons, academy_lesson, academy_playbooks, and 7 more. Their descriptions and schemas cost roughly 860 tokens of context every time the server is loaded.
Is the StudioMeyer Academy MCP server still maintained?
StudioMeyer Academy is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the StudioMeyer Academy MCP server under?
StudioMeyer Academy declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.