← scarletsync.app
INDIVIDUAL MCP TOOL
get_schedule
Get a specific schedule showing all courses with meeting times, instructors, credit totals, and automatic conflict detection.
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 endpoint
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.scarletsync-app]
url = "https://scarletsync.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scarletsync-app": {
"type": "http",
"url": "https://scarletsync.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scarletsync-app
Remote MCP URL: https://scarletsync.app/api/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": {
"scarletsync-app": {
"url": "https://scarletsync.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scarletsync-app": {
"type": "http",
"url": "https://scarletsync.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scarletsync-app",
"transport": "streamable-http",
"url": "https://scarletsync.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_capabilities— Return connector capabilities, supported semesters/termIds, public tools, authenticated tool coverage, and available campus data sources.find_open_courses— PRIMARY course-discovery tool.search_courses— Search the Rutgers course catalog and return course summaries (no section detail).get_course— Get full details for one course: all sections with meeting times, instructors, buildings, and open/closed status.search_by_professor— Find all courses taught by a professor.get_open_sections— Check real-time open/closed status for specific course sections.search_research_opportunities— Search active Rutgers research opportunities, including faculty-led projects and structured programs like SURF/REU.get_academic_summary— Get the user's academic summary including completed courses, AP credits, and total credits earned.