General Tools
soschecklist.net
It provides tools to run student safety checklists and comprehensive readiness assessments with scoring, gap analysis, and recommendations.
ENDPOINT 1
https://soschecklist.net/mcp
MCP server metadata
- Name
- safety-over-silence
- Version
- 1.0.0
Known tools 6
get_student_protection_readiness_infoReturns a summary of what the Student Protection Readiness Assessment is, what it measures, who it is for, and the 5 readiness categories.
Inferred read-onlystart_student_protection_readiness_assessmentReturns the full set of 12 readiness questions grouped by category, with answer options (1-4 scale).
Inferred read-onlyrun_student_protection_readiness_assessmentAccepts 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-onlyget_student_protection_next_stepsReturns personalized next-step recommendations based on a score and/or score band.
Inferred read-onlysubmit_student_protection_lead_requestSubmits the parent's contact information and assessment results so they can receive follow-up support.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.