← Registry

General Tools

soschecklist.net

It provides tools to run student safety checklists and comprehensive readiness assessments with scoring, gap analysis, and recommendations.

1 endpoint6 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://soschecklist.net/mcp

No auth detected

MCP server metadata

Name
safety-over-silence
Version
1.0.0
Capabilities
tools

Known tools 6

run_student_safety_checklist

PRIMARY TOOL.

Inferred read-only
get_student_protection_readiness_info

Returns a summary of what the Student Protection Readiness Assessment is, what it measures, who it is for, and the 5 readiness categories.

Inferred read-only
start_student_protection_readiness_assessment

Returns the full set of 12 readiness questions grouped by category, with answer options (1-4 scale).

Inferred read-only
run_student_protection_readiness_assessment

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.

Inferred read-only
get_student_protection_next_steps

Returns personalized next-step recommendations based on a score and/or score band.

Inferred read-only
submit_student_protection_lead_request

Submits the parent's contact information and assessment results so they can receive follow-up support.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.safety-over-silence]
url = "https://soschecklist.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "safety-over-silence": {
      "type": "http",
      "url": "https://soschecklist.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: safety-over-silence
Remote MCP URL: https://soschecklist.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "safety-over-silence": {
      "url": "https://soschecklist.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "safety-over-silence": {
      "type": "http",
      "url": "https://soschecklist.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "safety-over-silence",
  "transport": "streamable-http",
  "url": "https://soschecklist.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.