# @paxaver/mcp

Paxaver MCP server — AI-facing adapter over the Paxaver school community operating system. Streamable HTTP, OAuth 2.1, capability-first authorization.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 2.4.1
- **Author:** Vahid Ghafarpour
- **License:** Apache-2.0
- **npm:** @paxaver/mcp
- **Endpoints:** streamable-http https://mcp.paxaver.com/mcp
- **Source:** https://github.com/Smartoire/paxaver-mcp
- **Endpoint health:** reachable (last checked 2026-09-14T12:48:00.486Z, 1 sample) — uptime is not a security property and is not part of the trust score
- **Compatible clients:** claude-code, cursor, copilot, chatgpt, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-16T05:58:32.918Z
- **Version scanned:** 2.4.1
- **CVEs:** none found by OSV at scan time

## Tools

30 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `get_user_info` — Returns the authenticated Paxaver user context: their first name, active school, students they are a guardian for, and available roles. ALWAYS call this first b
- `get_wallet_balance` — Returns the current wallet balance for the authenticated user at their active school. Read-only. Use this to check funds before ordering lunch.
- `get_wallet_status` — Returns the wallet balance plus recent transactions and pending deposits. Read-only. Use this for a wallet overview.
- `order_lunch` — Places a lunch order for a student the authenticated user is a guardian of. Requires menu_item_id (from get_daily_menu) and menu_date (YYYY-MM-DD). Optionally s
- `get_orders` — Returns recent lunch orders for the authenticated user's students. Read-only. Optionally filter by student_id.
- `get_daily_menu` — Returns the daily lunch menu for the user's active school. Accepts either "date" (YYYY-MM-DD) or "month" (YYYY-MM). If neither is given, returns today's menu. R
- `get_daily_orders` — ADMIN: Returns all orders for the active school on a given date. Requires pac_cordinator or lunch_cordinator role. Read-only.
- `get_monthly_orders` — Returns a monthly summary of orders. Optionally filter by month (YYYY-MM) and student. Read-only.
- `create_draft_order` — Creates a draft lunch order for a student. Requires student_id, school_slug, menu_date, and items array. Each item needs menu_item_id, menu_item_name, price_cen
- `finalize_order` — Finalizes a draft order, deducting payment from the wallet. Optionally include tip_cents (donated to the school's PAC). This is a FINANCIAL + WRITE operation - 
- `cancel_order` — Cancels a finalized order if labels have not been sent yet. Refunds the wallet. This is a DESTRUCTIVE operation - always confirm with the user before cancelling
- `get_upcoming_events` — Returns upcoming events for the user's active school. Optionally filter by date range (start_date / end_date, YYYY-MM-DD). Read-only.
- `create_event` — ADMIN: Creates a school event. Requires pac_cordinator or event_cordinator role. This is a WRITE operation - confirm details with the user before creating. Do n
- `update_event` — ADMIN: Updates an existing school event. Requires pac_cordinator or event_cordinator role. WRITE operation - confirm changes with the user.
- `cancel_event` — ADMIN: Cancels a school event. Requires pac_cordinator or event_cordinator role. This is a DESTRUCTIVE operation - always confirm with the user before cancellin
- `register_event` — Registers the authenticated user for a school event. Requires event_id. Optionally specify quantity (default 1). This is a WRITE operation - confirm with the us
- `sign_up_to_volunteer` — Signs up the authenticated user as a volunteer for a specific shift. Requires shift_id (from get_upcoming_events or event detail). This is a WRITE operation - c
- `list_school_restaurants` — ADMIN: Lists restaurants for the active school. Requires pac_cordinator, pac_member, or lunch_cordinator role. Read-only.
- `create_restaurant` — ADMIN: Creates a restaurant for the active school. Requires pac_cordinator role. WRITE operation - confirm with the user.
- `list_menu_items` — ADMIN: Lists menu items for a restaurant. Requires pac_cordinator or lunch_cordinator role. Read-only.
- `create_menu_item` — ADMIN: Creates a menu item for a restaurant. Requires pac_cordinator or lunch_cordinator role. WRITE operation.
- `update_menu_item` — ADMIN: Updates a menu item. Requires pac_cordinator or lunch_cordinator role. WRITE operation.
- `set_menu_item_price` — ADMIN: Sets the price of a menu item. Requires pac_cordinator or lunch_cordinator role. FINANCIAL + WRITE operation - confirm the new price with the user.
- `delete_menu_item` — ADMIN: Soft-deletes a menu item. Requires pac_cordinator or lunch_cordinator role. DESTRUCTIVE operation - confirm with the user.
- `set_daily_menu` — ADMIN: Sets the daily menu (assigns a menu item to a date with available quantity). Requires pac_cordinator or lunch_cordinator role. WRITE operation.
- `daily_lunch_menu` — Show today lunch menu for the school.
- `wallet_balance` — Check the current wallet balance.
- `upcoming_events` — List upcoming events at the school.
- `order_lunch_helper` — Guide the user through ordering lunch for a student.
- `student_name` — The student name to order lunch for.

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@paxaver/mcp\"\n      ]\n    }\n  }\n}"
```

## Blast radius

Extensive to critical — no credential declaration found, from the publisher, the upstream registry, or the README. Known so far: deletes data; runs locally and hosted.
- Floor 39, ceiling 63 (tier: unknown)
- `unknown` means the floor and ceiling land in different bands — not measured enough to name one. It does not mean low.
- 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/%40paxaver%2Fmcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40paxaver%2Fmcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40paxaver%2Fmcp
- HTML page: https://forgeregistry.com/registry/%40paxaver%2Fmcp
- 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.
