SchoolPass parent MCP server for Claude — students, arrival/dismissal calendar, pickup changes, drivers, and school info via the SchoolPass REST API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"schoolpass-mcp": {
"command": "npx",
"args": [
"-y",
"chrischall/schoolpass-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add schoolpass-mcp npx -y chrischall/schoolpass-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"schoolpass-mcp": {
"command": "npx",
"args": [
"-y",
"chrischall/schoolpass-mcp"
]
}
}
}
📋 Copy
README Excerpt
MCP server for **SchoolPass** — read AND change your child's school arrival & dismissal from a parent account. Talks to the SchoolPass REST API used by the SchoolPass web and mobile apps, authenticating server-side with your own parent email and password (no browser, no extension). > Developed and maintained by AI (Claude Code). Use at your own discretion.
Tools (15)
SCHOOLPASS_API_HOST SCHOOLPASS_EMAIL SCHOOLPASS_PASSWORD SCHOOLPASS_SCHOOL_CODE schoolpass_cancel_dismissal_change schoolpass_get_calendar schoolpass_get_profile schoolpass_get_school_info schoolpass_healthcheck schoolpass_list_dismissal_locations schoolpass_list_drivers schoolpass_list_pickup_changes schoolpass_list_students schoolpass_submit_dismissal_change schoolpass_whoami
Topics
carpool claude dismissal mcp school schoolpass