# Student Protection Readiness Checklist | Safety Over Silence (remote · soschecklist.net)

A 2-minute assessment to help parents understand and respond to student safety concerns with clarity

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

## Components

- remote · `soschecklist.net`: 70/100 (this document), [markdown](https://verifymcp.io/servers/janoliverautomation-stack-soschecklist-net/soschecklist.md), [page](https://verifymcp.io/servers/janoliverautomation-stack-soschecklist-net/soschecklist)

## Channel facts

- Endpoint: `https://soschecklist.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-20.

- **Endpoint Security**: 57/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 6 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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 80/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 808 tokens (~134/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 53/100
  - Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### How do I install the Student Protection Readiness Checklist | Safety Over Silence MCP server?

Student Protection Readiness Checklist | Safety Over Silence is a hosted endpoint at https://soschecklist.net/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http janoliverautomation-stack-soschecklist-net 'https://soschecklist.net/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "janoliverautomation-stack-soschecklist-net": {
      "url": "https://soschecklist.net/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "janoliverautomation-stack-soschecklist-net": {
      "type": "http",
      "url": "https://soschecklist.net/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.janoliverautomation-stack-soschecklist-net]
url = "https://soschecklist.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "janoliverautomation-stack-soschecklist-net": {
      "type": "remote",
      "url": "https://soschecklist.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add janoliverautomation-stack-soschecklist-net --url 'https://soschecklist.net/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  janoliverautomation-stack-soschecklist-net:
    url: "https://soschecklist.net/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "janoliverautomation-stack-soschecklist-net": {
      "Transport": "http",
      "Url": "https://soschecklist.net/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add janoliverautomation-stack-soschecklist-net -t streamable-http -u 'https://soschecklist.net/mcp'
```

### Other

```json
{
  "mcpServers": {
    "janoliverautomation-stack-soschecklist-net": {
      "type": "http",
      "url": "https://soschecklist.net/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-09-19 (score 70, +1)

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

### 2026-09-17 (score 69, +1)

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

### 2026-09-15 (score 68, +1)

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

### 2026-09-12 (score 67, +1)

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

### 2026-09-10 (score 66, +1)

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

### 2026-09-08 (score 65, +1)

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

### 2026-09-06 (score 64, +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-09-05 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

## MCP tools (6)

### `run_student_safety_checklist` (~237 tokens)

PRIMARY TOOL. Run the Student Protection Readiness Checklist end-to-end. Accepts the 12 answers (q1-q12, each an integer 1-4) and returns the canonical result: a normalized readiness score (0-100), the score band/category, key findings (top protection gaps), a plain-language interpretation, per-category scores, a recommended next step, and safety limitations. This is the single canonical tool shared by the browser WebMCP, REST API, and this MCP server, so all interfaces return substantively identical output. Decision support only — it does not diagnose bullying, abuse, or mental health conditions and does not replace emergency services or professionals.

Input parameters:

- `answers` (object, required): Answers to the 12 readiness questions. Keys are q1 through q12, values are integers 1 (lowest readiness) to 4 (highest readiness). Categories: Warning Sign Awareness (q1,q3,q5,q6), Communication Safe…

### `get_student_protection_readiness_info` (~98 tokens)

Returns a summary of what the Student Protection Readiness Assessment is, what it measures, who it is for, and the 5 readiness categories. Call this when a user asks what this tool does, what readiness means, or wants to understand the framework before starting. Also call when the user expresses general uncertainty about their child's school experience — behavioral changes, suspected bullying, feeling dismissed by the school, or sensing something is off.

### `start_student_protection_readiness_assessment` (~84 tokens)

Returns the full set of 12 readiness questions grouped by category, with answer options (1-4 scale). Call this when the user is ready to begin the assessment. Walk the user through each question conversationally — do NOT dump all 12 at once. Acknowledge their concern first, then ask one question or one category at a time.

### `run_student_protection_readiness_assessment` (~131 tokens)

Accepts the 12 answers (q1-q12, each scored 1-4) and returns: normalized score (0-100), score band, top 3 protection gaps, per-category scores, interpretation, and recommendation. Call this after collecting all 12 answers from the user. Present results with empathy — a low score means a lack of structure, not a lack of love.

Input parameters:

- `answers` (object, required): Answers to the 12 readiness questions. Keys are q1 through q12, values are integers 1 (lowest readiness) to 4 (highest readiness).

### `get_student_protection_next_steps` (~101 tokens)

Returns personalized next-step recommendations based on a score and/or score band. Call this after presenting assessment results, or when the user asks what to do next. Provides specific actions for each gap category and a consultation booking link.

Input parameters:

- `score` (integer, required): The normalized readiness score (0-100) from the assessment.
- `score_band` (string): The score band classification.
- `top_gaps` (array): Top protection gap areas identified.

### `submit_student_protection_lead_request` (~157 tokens)

Submits the parent's contact information and assessment results so they can receive follow-up support. ONLY call this if the user explicitly consents to sharing their information. Never call silently. Always confirm: "Would you like me to share your contact info so the Safety Over Silence team can follow up with you?" Requires at minimum a first name and email.

Input parameters:

- `email` (string, required): Parent's email address.
- `first_name` (string, required): Parent's first name.
- `phone` (string): Parent's phone number (optional).
- `score` (integer): The readiness score from the assessment.
- `score_band` (string): The score band from the assessment.
- `top_gaps` (array): Top gaps identified.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/janoliverautomation-stack-soschecklist-net/soschecklist#diagnostics

## Score history

- 2026-09-20: 70
- 2026-09-19: 70
- 2026-09-18: 69
- 2026-09-17: 69
- 2026-09-16: 68
- 2026-09-15: 68
- 2026-09-14: 67
- 2026-09-13: 67
- 2026-09-12: 67
- 2026-09-11: 66
- 2026-09-10: 66
- 2026-09-09: 65
- 2026-09-08: 65
- 2026-09-07: 64
- 2026-09-06: 64
- 2026-09-05: 63
- 2026-09-04: 63

## Common questions

### What is the Student Protection Readiness Checklist | Safety Over Silence MCP server?

Student Protection Readiness Checklist | Safety Over Silence is an MCP server listed in the public MCP registry as io.github.janoliverautomation-stack/soschecklist-net. A 2-minute assessment to help parents understand and respond to student safety concerns with clarity. This page covers its hosted endpoint (https://soschecklist.net/mcp).

### Is the Student Protection Readiness Checklist | Safety Over Silence MCP server safe to use?

Student Protection Readiness Checklist | Safety Over Silence scores 70 out of 100 on VerifyMCP. 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 Student Protection Readiness Checklist | Safety Over Silence MCP server expose?

Student Protection Readiness Checklist | Safety Over Silence exposes 6 tools: run_student_safety_checklist, get_student_protection_readiness_info, start_student_protection_readiness_assessment, run_student_protection_readiness_assessment, get_student_protection_next_steps, submit_student_protection_lead_request. Their descriptions and schemas cost roughly 808 tokens of context every time the server is loaded.

### Does the Student Protection Readiness Checklist | Safety Over Silence MCP server require authentication?

No. We connected to Student Protection Readiness Checklist | Safety Over Silence without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Student Protection Readiness Checklist | Safety Over Silence MCP server still maintained?

Student Protection Readiness Checklist | Safety Over Silence 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.

## Links

- Remote endpoint: https://soschecklist.net/mcp
- Website: https://soschecklist.net/
- Changelog RSS feed: https://verifymcp.io/servers/janoliverautomation-stack-soschecklist-net/soschecklist.xml
- Changelog JSON feed: https://verifymcp.io/servers/janoliverautomation-stack-soschecklist-net/soschecklist.json
- HTML version of this page: https://verifymcp.io/servers/janoliverautomation-stack-soschecklist-net/soschecklist
