S
SchoolScope
/find_schools
Find California 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
liveunknown~5s typical
mcpschoolscope
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-schoolscope-mcp /find_schools for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free text: school, city or district name, e.g. 'lowell', 'palo alto unified' |
| zip | string | 5-digit California zip code, e.g. '94110' |
| near | string | A point to search around: 'lat,lng' (e.g. '37.4299,-122.1285'), a 5-digit zip, or a Califo |
| radius_miles | number | Radius for `near`, in miles. Default 5. Ignored unless `near` is set. default 5 |
| level | string (elementary | middle | high) | Restrict to one level. Elementary, middle and high are scored on separate scales and are n |
| tk | boolean | true limits results to schools with active transitional kindergarten (TK) enrollment. |
| limit | integer | default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-co-schoolscope-mcp","endpoint":"/find_schools","input":{"radius_miles":5,"limit":10}}'cli
npx cracked-ai run -p mcp-co-schoolscope-mcp -e /find_schools -i '{"radius_miles":5,"limit":10}'mcp
run_tool({ provider: "mcp-co-schoolscope-mcp", endpoint: "/find_schools", input: {"radius_miles":5,"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.