alphaportal-mcp

MCPcon attestation
v1.0.0io.github.chrischallMITActualizado hace 4 dnpmGitHub

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

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Build con attestation
Una attestation de procedencia verificada vincula este artefacto al repositorio listado. Nadie ha reclamado todavía el listado: esto demuestra dónde se construyó el código, no quién lo respalda.
224Descargas/sem.
hace 4 dÚltima actualización
Lee estas credenciales
  • ALPHAPORTAL_REFRESH_TOKENApp OAuthopcional

    Optional refresh token; if unset, read from a signed-in tab via the fetchproxy bridge

Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquete
Autorio.github.chrischall
LicenciaMIT
Versión1.0.0
Fuentenpm+mcp-registry
Estado de confianza
A
85/100Fiable
Listado en el índice de Forge+10/10
Identidad verificada · build con attestation+20/20
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
Coincidencia de maintainer en npm+0/5
Publicador: añade el login de GitHub verificado a los maintainers del paquete de npm (npm owner add <login>)
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIdentidad verificada
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia✓ Verificado con Sigstore · 717fdd0
Dependencias✓ 60 resueltas+ · ninguna vulnerable
Superficie de herramientas15 herramientas · 1 privilegiadas
Análisis de seguridad✓ Limpiov0.3.0 · hace 18 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado28 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

15 herramientas · 1 privilegiadas
Extraído estáticamente del paquete publicadov0.3.0 · 18d ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

alphaportal_list_gradesList the district grade levels (id + name).

List the district grade levels (id + name).

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

alphaportal_session_statusCheck 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.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

alphaportal_get_bus_locationGet 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.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

alphaportal_edit_walk_radiusprivilegiadaSet 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.

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.

No se publicó ningún esquema de entrada para esta herramienta.

alphaportal_set_notificationSet 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…

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…

No se publicó ningún esquema de entrada para esta herramienta.

15 de 15 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-09-05: resolución observada, no una declaración del publicador.

60 paquetes resueltos · 5 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.

Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)

Declaradas pero no resueltas

58 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.

+46 más sin listar. Los recuentos por motivo de arriba las incluyen todas.

No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.