paxaver mcp for Grok
io.github.smartoire/paxaver-mcp
MCP adapter for the Paxaver school community platform. Streamable HTTP, OAuth 2.1, capability auth.
client:Grok
transport:streamable-http
tools:26
Install paxaver mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"paxaver-mcp": {
"type": "http",
"url": "https://mcp.paxaver.com/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok can do once it is connected
- get_my_context
- get_my_wallet_balance
- list_my_lunch_orders
- get_lunch_menu
- create_lunch_order_draft
- pay_lunch_order_draft
- update_lunch_order_draft
- discard_lunch_order_draft
- cancel_my_lunch_order
- list_school_events
- create_school_event
- update_school_event
- cancel_school_event
- register_for_event
- list_my_event_registrations
- cancel_my_event_registration
- list_my_volunteer_signups
- cancel_my_volunteer_signup
- sign_up_for_volunteer_shift
- list_school_restaurants
- create_school_restaurant
- list_restaurant_menu_items
- create_restaurant_menu_item
- update_restaurant_menu_item