INDIVIDUAL MCP TOOL
district_profile
A California district roll-up: average Scope Score and absenteeism across the district plus every scored school ranked by level.
LIVE ENDPOINT
https://mcp.schoolscope.co/mcp
Connect to this endpoint to inspect the live schema for district_profile 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.schoolscope]
url = "https://mcp.schoolscope.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"schoolscope": {
"type": "http",
"url": "https://mcp.schoolscope.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: schoolscope
Remote MCP URL: https://mcp.schoolscope.co/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": {
"schoolscope": {
"url": "https://mcp.schoolscope.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"schoolscope": {
"type": "http",
"url": "https://mcp.schoolscope.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "schoolscope",
"transport": "streamable-http",
"url": "https://mcp.schoolscope.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_schools— Find California schools four ways, whichever fits the question: free text over school/city/district names (`query`), inside a zip code (`zip`), within a radius of a place or coordinate (`near`), or the top-ranked schools at one level (`level` alone).school_profile— The full SchoolScope profile for one school by slug: verdict and archetype, Scope Score with band and percentile per level, CAASPP exceeded/met split, cohort growth (the same students two years apart, in SBAC scale-score points, reported as a 0-100 index centred on the state average), climate (absenteeism, suspension, ELPAC), equity gaps by student group, teacher stability, and — for high schools — graduation, college destinations, UC admissions history, AP courses, and IB programmes.feeder_path— The K-12 feeder path for a school: which schools students typically arrive from, where they go next, and — for elementary/middle schools — the endpoint high school with its graduation and college-going outcomes.compare_schools— Compare 2-4 public schools side by side: band, Scope Score, exceeded/met split, cohort growth (same students across the grade span, as a 0-100 index centred on the state average), climate.similar_schools— Schools serving a similar student population to a given school — same level, comparable free/reduced-lunch share and enrollment size — with the subject's standing among them.my_watchlist— Return the schools the authenticated user has saved on SchoolScope.