# alphaportal-mcp

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

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 1.0.0
- **Author:** io.github.chrischall
- **License:** MIT
- **npm:** alphaportal-mcp
- **Source:** https://github.com/chrischall/alphaportal-mcp
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 18 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-05T22:52:01.738Z
- **Version scanned:** 0.3.0
- **CVEs:** none found by OSV at scan time

## Tools

15 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `alphaportal_list_notifications` — List the account's transportation notifications — arrival/departure alerts (e.g. "arrived at school") with title, body, the student, and timestamp.
- `alphaportal_get_profile` — Get the signed-in user profile (name, email, role, account).
- `alphaportal_get_account` — Get the account (school district) info — name, timezone, date/phone formats — and the current server date.
- `alphaportal_get_settings` — Get the portal feature/visibility settings (which notification types and features are enabled for this district).
- `alphaportal_list_schools` — List all schools in the district with names and coordinates (lat/lng). Useful for resolving a school by name.
- `alphaportal_list_grades` — List the district grade levels (id + name).
- `alphaportal_list_requests` — List the transportation requests submitted on this account, with tracking numbers and status.
- `alphaportal_session_status` — Check whether the server can authenticate to AlphaPortal: it resolves the refresh token (from ALPHAPORTAL_REFRESH_TOKEN, the saved session, or a signed-in brows
- `alphaportal_list_students` — List the students (children) on the signed-in account, with grade, school, and transportation flags. Start here to get each studentId.
- `alphaportal_get_student` — Get a student's full transportation detail: assigned school plus morning and afternoon stops with times and calendars.
- `alphaportal_get_student_stops` — Get a student's assigned bus stops — stop name, scheduled time, days of the week, and stop location (lat/lng) for each.
- `alphaportal_get_bus_location` — 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; e
- `alphaportal_get_report_link` — Get a one-time PDF download link for a student's transportation report (stops, schedule). Returns a URL to open in a browser.
- `alphaportal_edit_walk_radius` — 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 th
- `alphaportal_set_notification` — Set a student's transportation notification preferences (push/email, per AM/PM run) across the categories the district enables: stopRadiusEntry, studentScan, ba

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"alphaportal\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"alphaportal-mcp\"\n      ],\n      \"env\": {\n        \"ALPHAPORTAL_REFRESH_TOKEN\": \"<YOUR_ALPHAPORTAL_REFRESH_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `ALPHAPORTAL_REFRESH_TOKEN` — Alphaportal Refresh Token (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — mutates data; holds an oauth grant.
- Floor 51, ceiling 51 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/alphaportal-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/alphaportal-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/alphaportal-mcp
- HTML page: https://forgeregistry.com/registry/alphaportal-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
