Analytics
schoolscope.co
Provides comprehensive California school data and analytics including profiles, comparisons, feeder paths, and district reports.
ENDPOINT 1
https://mcp.schoolscope.co/mcp
MCP server metadata
- Name
- schoolscope
- Version
- 3.4.0
Known tools 7
find_schoolsFind 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).
Inferred read-onlyschool_profileThe 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.
Inferred read-onlyfeeder_pathThe 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.
Inferred read-onlycompare_schoolsCompare 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.
Inferred read-onlydistrict_profileA California district roll-up: average Scope Score and absenteeism across the district plus every scored school ranked by level.
Inferred read-onlysimilar_schoolsSchools 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.
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.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.
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.