Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/infinitecampus-mcp

NPM · INFINITECAMPUS-MCP · SCANNED SEP 21

Infinite Campus (Campus Parent) for Claude — grades, attendance, assignments, messages

Available components

+16 this week 90 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 20 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/infinitecampus-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3419 tokens (~170/item across 20 items; 20 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 59% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 20 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/infinitecampus-mcp server?

io.github.chrischall/infinitecampus-mcp runs locally as an npm package, launched with npx -y infinitecampus-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · infinitecampus-mcp

# add to Claude Code
claude mcp add chrischall-infinitecampus-mcp -- npx -y infinitecampus-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-infinitecampus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "infinitecampus-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-infinitecampus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "infinitecampus-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-infinitecampus-mcp -- npx -y infinitecampus-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-infinitecampus-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "infinitecampus-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-infinitecampus-mcp --command npx --arg -y --arg infinitecampus-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-infinitecampus-mcp:
    command: "npx"
    args: ["-y", "infinitecampus-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-infinitecampus-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "infinitecampus-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-infinitecampus-mcp -t stdio -c npx -a -y infinitecampus-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-infinitecampus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "infinitecampus-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 0
    • Package version: 3.1.0 → 3.1.1 functional
  • 20 Sept 26 −2
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Stability: pass → 0.80 functional
    • Package version: 3.0.0 → 3.1.0 functional
  • 19 Sept 26 0
    • Stability: 0.97 → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.97 → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.88 → 1.00 functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.8.5 → 3.0.0 functional
  • 18 Sept 26 +1
    • Package version: 2.4.4 → 2.8.5 functional
  • 17 Sept 26 +15
    • Malware scan: unverified → pass security
    • Security disclosure: unverified → fail functional
  • 16 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 +1
    • Malware scan: unverified → pass security
    • Package version: 2.8.4 → 2.8.5 functional
  • 14 Sept 26 −15
    • Stability: 0.80 → unverified security
    • Malware scan: pass → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.8.3 → 2.8.4 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/infinitecampus-mcp@3.1.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/infinitecampus-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/infinitecampus-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2904927136
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:39f0aa6c2c73e2d62bfc39065b25e42845821b49144d879ff786e95a03e2cb7350727ac6da5981de1440ee19efd745121bc10b1472a5d162ebd6cceb9

Background: How many MCP packages publish verified provenance →

Dependencies 20 packages
Packages resolved 20
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 20 exposed · ~3,419 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ic_download_document ~89

Download a student's document (PDF) to disk. documentId is the url field returned by ic_list_documents. Returns FeatureDisabled if the district has the module turned off.

NameTypeReqDescription
destinationPathstringyesAbsolute path where the PDF should be written
districtstringyes
documentIdstringyesThe url field returned by ic_list_documents
overwriteboolean

No output schema declared.

No examples provided.

ic_get_features ~217

List the district's displayOptions feature-flag allow-list for each of a student's enrollments. Each enrollment's `features` object is a map of ~90 flag names (attendance, behavior, assessment, documents, grades, schedule, etc.) to booleans. A `false` value means the district has that feature disabled for this enrollment; `true` or missing means it's available. Used internally by other tools to short-circuit disabled features, but exposed here so the LLM can answer capability questions directly.

NameTypeReqDescription
districtstringyes
studentIdstringyesStudent personID from ic_list_students
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_get_message ~267

Fetch the HTML body of an inbox message and return it parsed into { subject, date, body, url }. Takes a `messageUrl` which is the `url` field from an item returned by ic_list_messages' inbox section (e.g. 'portal/messageView.xsl?x=messenger.MessengerEngine-getMessageRecipientView&messageID=...'). Relative and /campus/-prefixed URLs are both accepted. Note: fetching the HTML body may mark the message as read on some district configurations; probe against an empty inbox could not confirm the side effect.

NameTypeReqDescription
districtstringyes
messageUrlstringyesThe `url` field from an inbox item returned by ic_list_messages (e.g. 'portal/messageView.xsl?x=...&messageID=...'). Accepts relative or /campus/-prefixed paths.
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_get_schedule ~163

Get a student's class schedule for a given date (default: today).

NameTypeReqDescription
datestringYYYY-MM-DD; defaults to today
districtstringyesDistrict name from ic_list_districts
studentIdstringyesStudent personID from ic_list_students
termFilterstringTerm name or ID; optional
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_healthcheck ~100

Resolves the credential the way real tools do, then makes one authenticated request to your Infinite Campus portal. Reports which source supplied the credential, whether your Infinite Campus portal accepted it, the round-trip time, and a plain-English hint distinguishing 'no credential' from 'credential rejected' from 'a your Infinite Campus portal-side problem'. Read-only; never returns the credential itself. Call this when a real tool fails and you want to know which hop broke.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ic_list_assessments ~167

List a student's standardized test scores (state, national, district tests). Auto-resolves calendarID from each of the student's enrollments and returns one entry per enrollment. The shape of individual test records varies by district and test type — fields are passed through unchanged.

NameTypeReqDescription
districtstringyes
studentIdstringyesStudent personID from ic_list_students
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_assignments ~234

List a student's assignments. The IC endpoint returns the full term history (~hundreds of items); date and missing filters are applied client-side. For a single course, pass courseId (the sectionID from ic_get_schedule).

NameTypeReqDescription
courseIdstringsectionID (optional, from ic_get_schedule). The endpoint supports server-side filtering by sectionID only.
districtstringyes
missingOnlybooleanOnly return assignments flagged missing by the teacher
sincestringYYYY-MM-DD; filters dueDate >= since (client-side)
studentIdstringyes
untilstringYYYY-MM-DD; filters dueDate <= until (client-side)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_attendance ~153

List a student's absences and tardies (per-course summary grouped by term). Auto-resolves enrollmentID from the student record.

NameTypeReqDescription
districtstringyes
sincestringYYYY-MM-DD
studentIdstringyes
untilstringYYYY-MM-DD
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_attendance_events ~233

List individual attendance events (absences, tardies, early releases) for a student. Each event has a code, description, excuse reason, and optional human-readable comments. Auto-resolves enrollmentID from the student record. Use since/until to filter by date and excusedOnly to show only excused events.

NameTypeReqDescription
districtstringyes
excusedOnlybooleanOnly include events with excuse=E
sincestringYYYY-MM-DD; include only events on or after this date
studentIdstringyesStudent personID from ic_list_students
untilstringYYYY-MM-DD; include only events on or before this date
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_behavior ~153

List a student's behavior events / referrals. Returns FeatureDisabled if the district has the behavior module turned off (detected via displayOptions or a 404 backstop).

NameTypeReqDescription
districtstringyes
sincestring
studentIdstringyes
untilstring
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_districts ~112

List Infinite Campus districts configured for this MCP server. Returns names + base URLs (no credentials).

NameTypeReqDescription
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_documents ~144

List a student's available documents (report cards, transcripts, schedules). Returns metadata only — use ic_download_document to fetch the file. Returns FeatureDisabled if the district has the module turned off.

NameTypeReqDescription
districtstringyes
studentIdstringyes
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_fees ~176

List a student's fee assignments (charges owed) and running balance/surplus. Combines two endpoints: fee assignments and totalSurplus. Returns FeatureDisabled only if both endpoints 404; if only one works, returns that side with warning: 'PartialSuccess' and an issues[] explaining which endpoint failed.

NameTypeReqDescription
districtstringyes
studentIdstringyesStudent personID from ic_list_students
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_food_service ~156

List a student's lunch balance and recent food-service transactions. Returns FeatureDisabled if the district has the module turned off (detected via displayOptions or a 404 backstop).

NameTypeReqDescription
districtstringyes
sincestring
studentIdstringyes
untilstring
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_grades ~126

List a student's term grades and in-progress course grades.

NameTypeReqDescription
districtstringyes
studentIdstringyes
termIdstring
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_messages ~258

List all parent-visible messages from three IC sources combined: (1) prism notifications (assignment alerts, grade postings, attendance alerts), (2) Messenger 2.0 inbox (teacher messages, district announcements with newMessage/actionRequired flags), and (3) portal userNotice announcements. Each section has its own count and items; if any source errors, that section contains an error field and the others still return normally. The `limit` arg caps the prism notifications only (the high-volume source). Note: listing inbox messages does not mark them as read in normal portal behavior, but some district configurations may update read-tracking; use ic_get_message for the full HTML body.

NameTypeReqDescription
districtstringyes
limitintegerNumber of prism notifications to retrieve (default 20). Does not affect inbox or announcements.
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_recent_grades ~173

List recently-graded assignments for a student. Server-side filtered by scoreModifiedDate. Pass since=YYYY-MM-DD to set the cutoff; defaults to 14 days ago.

NameTypeReqDescription
districtstringyes
sincestringYYYY-MM-DD; defaults to 14 days ago. Passed to the endpoint as an ISO timestamp (modifiedDate filter).
studentIdstringyes
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_school_days ~214

List a student's school days (instructional calendar) grouped by term. Returns one entry per enrollment, with term boundaries (Q1-Q4 start/end dates) and the school days inside each term — including comments like 'Teacher Workday' or 'Spring Break'. Use since/until to narrow the range.

NameTypeReqDescription
districtstringyes
sincestringYYYY-MM-DD; include only days on or after this date
studentIdstringyesStudent personID from ic_list_students
untilstringYYYY-MM-DD; include only days on or before this date
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_students ~118

List students enrolled under the parent account for a given district.

NameTypeReqDescription
districtstringyesDistrict name from ic_list_districts
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

ic_list_teachers ~166

List a student's teachers (per enrolled section) and assigned counselor(s). Combines two endpoints (section/contacts and studentCounselor/byUser). Response field shapes may vary slightly by district — core fields (firstName, lastName, email) are consistent; additional fields are passed through.

NameTypeReqDescription
districtstringyes
studentIdstringyes
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/infinitecampus-mcp server?

io.github.chrischall/infinitecampus-mcp is listed in the public MCP registry as io.github.chrischall/infinitecampus-mcp. Infinite Campus (Campus Parent) for Claude, grades, attendance, assignments, messages. This page covers its npm package (infinitecampus-mcp).

Is the io.github.chrischall/infinitecampus-mcp server safe to use?

io.github.chrischall/infinitecampus-mcp scores 90 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/infinitecampus-mcp server expose?

io.github.chrischall/infinitecampus-mcp exposes 20 tools: ic_healthcheck, ic_list_districts, ic_list_students, ic_get_schedule, ic_list_assignments, and 15 more. Their descriptions and schemas cost roughly 3,419 tokens of context every time the server is loaded.

Is the io.github.chrischall/infinitecampus-mcp server still maintained?

io.github.chrischall/infinitecampus-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/infinitecampus-mcp server under?

io.github.chrischall/infinitecampus-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.