LIVE ENDPOINT
https://soschecklist.net/mcp
Connect to this endpoint to inspect the live schema for run_student_safety_checklist and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.start_student_protection_readiness_assessment— Returns the full set of 12 readiness questions grouped by category, with answer options (1-4 scale).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.get_student_protection_next_steps— Returns personalized next-step recommendations based on a score and/or score band.submit_student_protection_lead_request— Submits the parent's contact information and assessment results so they can receive follow-up support.