infinitecampus-mcp 0.1.2 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,18 +4,25 @@ MCP server for Infinite Campus (Campus Parent portal). Single-account config —
4
4
 
5
5
  ## Tools
6
6
 
7
+ 19 tools across academics, daily life, documents, messaging, and feature discovery.
8
+
7
9
  | Domain | Tools |
8
10
  |---|---|
9
11
  | Districts | `ic_list_districts` |
10
12
  | Students | `ic_list_students` |
11
13
  | Schedule | `ic_get_schedule` |
12
- | Assignments | `ic_list_assignments` (with `missingOnly` filter) |
13
- | Grades | `ic_list_grades` |
14
- | Attendance | `ic_list_attendance` |
15
- | Behavior | `ic_list_behavior` |
16
- | Food service | `ic_list_food_service` |
14
+ | Assignments | `ic_list_assignments` (sectionID server-side; `missingOnly` / date filters client-side) |
15
+ | Grades | `ic_list_grades`, `ic_list_recent_grades` (default 14d window) |
16
+ | School calendar | `ic_list_school_days` |
17
+ | Attendance | `ic_list_attendance` (per-course summary), `ic_list_attendance_events` (individual events with codes + comments) |
18
+ | Behavior | `ic_list_behavior` (FeatureDisabled-aware) |
19
+ | Food service | `ic_list_food_service` (FeatureDisabled-aware) |
17
20
  | Documents | `ic_list_documents`, `ic_download_document` |
18
- | Notifications | `ic_list_messages` (prism notifications), `ic_get_message` (unread count) |
21
+ | Messaging | `ic_list_messages` (3 sources: prism notifications + Messenger 2.0 inbox + portal announcements), `ic_get_message` (fetch parsed HTML body of an inbox message) |
22
+ | Teachers | `ic_list_teachers` (teachers per section + assigned counselors) |
23
+ | Assessments | `ic_list_assessments` (standardized test scores) |
24
+ | Fees | `ic_list_fees` (assignments + surplus balance) |
25
+ | Features | `ic_get_features` (per-enrollment displayOptions flags) |
19
26
 
20
27
  Tools that the harness will gate as write/IO operations: `ic_download_document`.
21
28
 
@@ -31,10 +38,10 @@ IC_PASSWORD=...
31
38
  IC_NAME=Myers Park # optional, defaults to IC_DISTRICT
32
39
  ```
33
40
 
34
- Linked districts (via CUPS SSO) are auto-discovered after login — no extra config needed. If you have truly separate IC instances with different credentials, run two MCP instances.
41
+ Linked districts (via CUPS SSO) are auto-discovered after primary login — a parent with kids in two districts only configures the primary. No extra config needed. If you have truly separate IC instances with different credentials, run two MCP instances.
35
42
 
36
43
  See `.env.example`.
37
44
 
38
45
  ## Status
39
46
 
40
- This project was developed and is maintained by AI (Claude). Use at your own discretion. Unofficial — not affiliated with Infinite Campus.
47
+ Unofficial — not affiliated with Infinite Campus. AI-maintained.