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/alphaportal-mcp

NPM · ALPHAPORTAL-MCP · SCANNED SEP 21

AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications

Available components

+4 this week 93 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 9 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/alphaportal-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 Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 864 tokens (~57/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 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/alphaportal-mcp server?

io.github.chrischall/alphaportal-mcp runs locally as an npm package, launched with npx -y alphaportal-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 · alphaportal-mcp

# add to Claude Code
claude mcp add chrischall-alphaportal-mcp -- npx -y alphaportal-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-alphaportal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alphaportal-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-alphaportal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alphaportal-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-alphaportal-mcp -- npx -y alphaportal-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-alphaportal-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "alphaportal-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-alphaportal-mcp --command npx --arg -y --arg alphaportal-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-alphaportal-mcp:
    command: "npx"
    args: ["-y", "alphaportal-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-alphaportal-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "alphaportal-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-alphaportal-mcp -t stdio -c npx -a -y alphaportal-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-alphaportal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alphaportal-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 +12
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 1.00 functional
  • 20 Sept 26 −11
    • Known CVEs: pass → unverified security
    • Dependency health: 1.00 → unverified functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 0.4.0 → 1.0.0 functional
  • 18 Sept 26 +1
    • Tool safety: pass → unverified security
    • Stability: 0.67 → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.87 → 1.00 functional
    • First check of Schema quality: unverified functional
    • Package version: 0.3.2 → 0.4.0 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 −14
    • Malware scan: pass → unverified security
    • Package version: 0.3.1 → 0.3.2 functional
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
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/alphaportal-mcp@1.0.0

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/alphaportal-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/alphaportal-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2893921883
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:627b3b5ace2394028aa9fa282b35e30ce323730968cae0dbf851786909b4e785d7fa44978a0afab0f2ea3cd0a6ff5893340e0656545a4845960a870a2

Background: How many MCP packages publish verified provenance →

Dependencies 9 packages
Packages resolved 9
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~864 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
alphaportal_edit_walk_radius ~111

Set a student's walk-zone radius, in meters. This can affect transportation eligibility, so it is confirm-gated: without confirm:true it returns a dry-run of the exact payload. Verified required fields: studentId, radius.

NameTypeReqDescription
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
radiusMetersintegeryesWalk-zone radius in meters (the API stores the base-unit distance).
studentIdintegeryesThe numeric studentId.

No output schema declared.

No examples provided.

alphaportal_get_account ~35

Get the account (school district) info — name, timezone, date/phone formats — and the current server date.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_get_bus_location ~96

Get the live GPS location of a student's bus for the selected run (AM or PM): latitude, longitude, speed, and the vehicle id. Returns the last known position; empty when the bus is not currently running.

NameTypeReqDescription
shiftstringyesWhich run to track: AM (to school) or PM (home).
studentIdintegeryesThe numeric studentId (from alphaportal_list_students).

No output schema declared.

No examples provided.

alphaportal_get_profile ~26

Get the signed-in user profile (name, email, role, account).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_get_report_link ~58

Get a one-time PDF download link for a student's transportation report (stops, schedule). Returns a URL to open in a browser.

NameTypeReqDescription
studentIdintegeryesThe numeric studentId (from alphaportal_list_students).

No output schema declared.

No examples provided.

alphaportal_get_settings ~30

Get the portal feature/visibility settings (which notification types and features are enabled for this district).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_get_student ~49

Get a student's full transportation detail: assigned school plus morning and afternoon stops with times and calendars.

NameTypeReqDescription
studentIdintegeryesThe numeric studentId (from alphaportal_list_students).

No output schema declared.

No examples provided.

alphaportal_get_student_stops ~61

Get a student's assigned bus stops — stop name, scheduled time, days of the week, and stop location (lat/lng) for each.

NameTypeReqDescription
studentIdintegeryesThe numeric studentId (from alphaportal_list_students).

No output schema declared.

No examples provided.

alphaportal_list_grades ~22

List the district grade levels (id + name).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_list_notifications ~44

List the account's transportation notifications — arrival/departure alerts (e.g. "arrived at school") with title, body, the student, and timestamp.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_list_requests ~26

List the transportation requests submitted on this account, with tracking numbers and status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_list_schools ~36

List all schools in the district with names and coordinates (lat/lng). Useful for resolving a school by name.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_list_students ~40

List the students (children) on the signed-in account, with grade, school, and transportation flags. Start here to get each studentId.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_session_status ~62

Check whether the server can authenticate to AlphaPortal: it resolves the refresh token (from ALPHAPORTAL_REFRESH_TOKEN, the saved session, or a signed-in browser tab via the bridge) and tries to mint an access token. Returns no credentials.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

alphaportal_set_notification ~168

Set a student's transportation notification preferences (push/email, per AM/PM run) across the categories the district enables: stopRadiusEntry, studentScan, backupBus, schoolArrival, stopServiced. Confirm-gated: without confirm:true it returns a dry-run of the exact payload. NOTE: the portal sends the whole preference set at once; categories you omit may be left unchanged or reset by the server — review the dry-run first.

NameTypeReqDescription
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
preferencesobjectyesPer-category push/email toggles.
studentIdintegeryesThe numeric studentId.
studentOriginalIdstringThe student's originalId (from alphaportal_list_students), if known.

No output schema declared.

No examples provided.

Common questions

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

io.github.chrischall/alphaportal-mcp is listed in the public MCP registry as io.github.chrischall/alphaportal-mcp. AlphaPortal school-bus transportation for Claude, students, stops, live bus location, notifications. This page covers its npm package (alphaportal-mcp).

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

io.github.chrischall/alphaportal-mcp scores 93 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/alphaportal-mcp server expose?

io.github.chrischall/alphaportal-mcp exposes 15 tools: alphaportal_list_students, alphaportal_get_student, alphaportal_get_student_stops, alphaportal_get_bus_location, alphaportal_get_report_link, and 10 more. Their descriptions and schemas cost roughly 864 tokens of context every time the server is loaded.

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

io.github.chrischall/alphaportal-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/alphaportal-mcp server under?

io.github.chrischall/alphaportal-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.