# io.github.giuliobmb/exam-sheet (npm · @giuliobmb/exam-sheet-mcp)

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

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

## Components

- npm · `@giuliobmb/exam-sheet-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/giuliobmb-exam-sheet/giuliobmb-exam-sheet-mcp.md), [page](https://verifymcp.io/servers/giuliobmb-exam-sheet/giuliobmb-exam-sheet-mcp)

## Channel facts

- Registry: `npm`
- Package: `@giuliobmb/exam-sheet-mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

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. 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-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 39 of 143 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 35/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 150 tokens (~37/item across 4 items; 3 tools + 1 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**: 79/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 38% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add giuliobmb-exam-sheet -- npx -y @giuliobmb/exam-sheet-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add giuliobmb-exam-sheet --command npx --arg -y --arg @giuliobmb/exam-sheet-mcp
```

### Hermes

```yaml
mcp_servers:
  giuliobmb-exam-sheet:
    command: "npx"
    args: ["-y", "@giuliobmb/exam-sheet-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "giuliobmb-exam-sheet": {
      "command": "npx",
      "args": [
        "-y",
        "@giuliobmb/exam-sheet-mcp"
      ]
    }
  }
}
```

## 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-20 (score 62, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-12 (score 58)

First indexed and scored.

## MCP tools (3)

### `generate_exam` (~73 tokens)

Generate exam

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

Input parameters:

- `numQuestions` (integer)
- `timeLimitMinutes`: Time limit in minutes, or null for no limit.
- `topic` (string, required): Subject or topic for the exam.
- `types` (array): Question types to mix.

### `get_exam` (~27 tokens)

Return the most recent exam for the sheet to render.

Input parameters:

- `examId` (string)

### `grade_answer` (~44 tokens)

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

Input parameters:

- `examId` (string)
- `questionIndex` (integer, required)
- `studentAnswer` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/giuliobmb-exam-sheet/giuliobmb-exam-sheet-mcp#diagnostics

## Score history

- 2026-08-20: 62
- 2026-08-19: 58
- 2026-08-18: 58
- 2026-08-17: 58
- 2026-08-16: 58
- 2026-08-15: 58
- 2026-08-14: 58
- 2026-08-13: 58
- 2026-08-12: 58

## Links

- npm package: https://www.npmjs.com/package/@giuliobmb/exam-sheet-mcp
- Socket report: https://socket.dev/npm/package/@giuliobmb/exam-sheet-mcp
- Repository: https://github.com/giuliobmb/exam-sheet-mcp
- Changelog RSS feed: https://verifymcp.io/servers/giuliobmb-exam-sheet/giuliobmb-exam-sheet-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/giuliobmb-exam-sheet/giuliobmb-exam-sheet-mcp.json
- HTML version of this page: https://verifymcp.io/servers/giuliobmb-exam-sheet/giuliobmb-exam-sheet-mcp
