Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.giuliobmb/exam-sheet

NPM · @GIULIOBMB/EXAM-SHEET-MCP · SCANNED AUG 20

Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.

+4 this week 62 Trust /100
Trust breakdown (6 categories)

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 →

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
  • 39 of 143 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability35
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 150 tokens (~37/item across 4 items; 3 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage79
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 38% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @giuliobmb/exam-sheet-mcp

# add to Claude Code
claude mcp add giuliobmb-exam-sheet -- npx -y @giuliobmb/exam-sheet-mcp
# add to Codex CLI
codex mcp add giuliobmb-exam-sheet -- npx -y @giuliobmb/exam-sheet-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "giuliobmb-exam-sheet": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@giuliobmb/exam-sheet-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add giuliobmb-exam-sheet --command npx --arg -y --arg @giuliobmb/exam-sheet-mcp
# ~/.hermes/config.yaml
mcp_servers:
  giuliobmb-exam-sheet:
    command: "npx"
    args: ["-y", "@giuliobmb/exam-sheet-mcp"]
// mcp.json
{
  "mcpServers": {
    "giuliobmb-exam-sheet": {
      "command": "npx",
      "args": [
        "-y",
        "@giuliobmb/exam-sheet-mcp"
      ]
    }
  }
}
Changelog

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 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Aug 26 58

    First indexed and scored.

Diagnostics

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 Aug 2026 · Analysed npm/@giuliobmb/exam-sheet-mcp@1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 143 packages
Packages resolved 143
Deprecated 1
Stale 37
No linked repository 1
Tree resolution Complete
MCP tools · 3 exposed · ~144 tokens

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.

Tool Tokens
generate_exam ~73

Generate an exam on a topic and open an interactive exam sheet with a timer.

NameTypeReqDescription
numQuestionsinteger
timeLimitMinutesTime limit in minutes, or null for no limit.
topicstringyesSubject or topic for the exam.
typesarrayQuestion types to mix.

No output schema declared.

No examples provided.

get_exam ~27

Return the most recent exam for the sheet to render.

NameTypeReqDescription
examIdstring

No output schema declared.

No examples provided.

grade_answer ~44

Grade a single open-question answer and return score plus feedback.

NameTypeReqDescription
examIdstring
questionIndexintegeryes
studentAnswerstringyes

No output schema declared.

No examples provided.