Infinite Campus (Campus Parent) for Claude — grades, attendance, assignments, messages
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
infinitecampus-mcp · npm · 2.4.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.chrischall/infinitecampus-mcp",
"description": "Infinite Campus (Campus Parent) for Claude — grades, attendance, assignments, messages",
"repository": {
"url": "https://github.com/chrischall/infinitecampus-mcp",
"source": "github"
},
"version": "2.4.5",
"packages": [
{
"registryType": "npm",
"identifier": "infinitecampus-mcp",
"version": "2.4.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Campus Parent portal base URL, e.g. https://campus.district.k12.example.us",
"isRequired": true,
"format": "string",
"name": "IC_BASE_URL"
},
{
"description": "Infinite Campus district app name (appName path segment from the portal URL)",
"isRequired": true,
"format": "string",
"name": "IC_DISTRICT"
},
{
"description": "Campus Parent portal username. Optional: leave unset to use the fetchproxy browser-extension fallback.",
"format": "string",
"name": "IC_USERNAME"
},
{
"description": "Campus Parent portal password. Required only when IC_USERNAME is set.",
"format": "string",
"isSecret": true,
"name": "IC_PASSWORD"
},
{
"description": "Friendly name for the district (defaults to district appname)",
"format": "string",
"name": "IC_NAME"
},
{
"description": "Set to 1 to skip the fetchproxy browser-extension fallback (missing creds become a hard error — useful in headless CI).",
"format": "string",
"name": "IC_DISABLE_FETCHPROXY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-06T00:42:19.20685Z",
"publishedAt": "2026-08-06T00:42:19.20685Z",
"updatedAt": "2026-08-06T00:42:19.20685Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.4.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.