A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"campuspilot-ai": {
"url": "https://campuspilot-ai-6-cooked-but-coding-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"campuspilot-ai": {
"serverUrl": "https://campuspilot-ai-6-cooked-but-coding-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.campuspilot-ai] url = "https://campuspilot-ai-6-cooked-but-coding-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://campuspilot-ai-6-cooked-but-coding-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Retrieve the student's assignment list. Use this tool when the student asks about: assignments, homework, tasks due, pending work, submission deadlines. Returns assignments filtered by status and/or subject. Always call this when the student asks "what assignments are due?" or "show my homework".
Get the student's class schedule for a specific day or today. Use this tool when the student asks: "What classes do I have today?", "Show my timetable", "What's my schedule for Monday?", "Do I have any classes tomorrow?". Returns the complete schedule with period times, subject names, room numbers, and faculty.
Calculate the student's attendance percentage and bunk safety for all subjects or a specific subject. Use this tool when the student asks: "What is my attendance?", "Can I bunk tomorrow?", "How many classes can I skip?", "Am I safe to miss [subject] class?", "What is my attendance in DBMS?". Returns percentage, status (good/borderline/at-risk/danger), and bunk safety prediction.
Summarize the notes and syllabus content for a given subject and optionally a specific unit. Use this tool when the student asks: "Summarize Unit 3 DBMS", "Give me notes for OS", "What are the key points in Networks Unit 2?", "Explain the syllabus for CS501". Returns structured key points, definitions, and topics to study.
Explain a specific topic from the student's syllabus in simple terms with analogies. Use this tool when the student asks: "Explain [topic]", "What is [concept]?", "I don't understand [topic]", "Give me an example of [concept]". Returns a simplified explanation, real-world analogy, and practice questions.
Generate quiz questions for exam preparation or practice. Use this tool when the student asks: "Generate MCQs for DBMS", "Give me viva questions on OS", "Create practice questions for Networks", "Make flashcards for TOC", "Generate 10 interview questions on [topic]". Supports MCQ, viva/short-answer, and flashcard formats.
Get the placement preparation roadmap and company-specific interview guidance. Use this tool when the student asks: "How do I prepare for placements?", "What is the roadmap for TCS?", "How to prepare for Amazon interview?", "DSA roadmap", "Placement tips", "Interview preparation guide", "System design resources". Returns phase-wise roadmap, company-specific tips, and resource recommendations.
Generate a proactive, personalized daily study plan for the student. This is the SMART STUDY COACH — the standout feature of CampusPilot AI. Use this tool when the student asks: "Plan my day", "What should I study today?", "Give me my daily plan", "Morning briefing", "What should I focus on?". This tool autonomously analyzes assignments, attendance, exams, and today's timetable to generate an intelligent, time-blocked study plan. It proactively identifies risks (low attendance, upcoming deadlines) without the student having to ask explicitly.