Campuspilot Ai

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

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:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

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
Available Tools
get_assignments

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_timetable

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.

attendance_calculator

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_notes

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_topic

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

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.

placement_roadmap

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.

get_daily_study_plan

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.