EduPage MCP Server
EduPage MCP: timetables, grades, homework, meals, messages, 2FA, multi-school, role-aware.
1 stars584 downloads/wk
Reviews
Write oneNobody has reviewed EduPage MCP Server yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
EduPage MCP Server tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- Live reliabilityremote unreachable: Streamable HTTP error: Error POSTing to endpoint: {"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]} 0/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Findings (1)
- highRemote endpoint did not respond
reliability.unreachableStreamable HTTP error: Error POSTing to endpoint: {"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]}
What the publisher says
From the EduPage MCP Server repository's README, as published. We do not edit it. Read it on GitHub
EduPage MCP Server
<!-- mcp-name: io.github.oliverhruby/edupage-mcp -->
Project
A Model Context Protocol (MCP) server that exposes the full functionality of the edupage-api Python library to AI agents such as opencode, Claude, Cursor and any other MCP client.
EduPage is a school information system used across Europe. This server lets you query and operate a student / teacher / parent EduPage account directly from your agent: timetables, grades, homework, substitutions, meals (including ordering), messages, rosters, parent child-switching and more — including multiple schools (e.g. two children attending different schools).
⚠️ Unofficial API. Like all EduPage MCP servers, this relies on the
community-maintained edupage-api
library, which talks to EduPage's undocumented endpoints. Use read-only
features freely; use the write features (send_message, meal ordering, child
switching) carefully.
Table of Contents
- Why another EduPage MCP server?
- What it provides
- Getting started
- Prerequisites
- 1. Install
- 2. Configure credentials
- 3. Register with your MCP client
- Prompt examples
- Multiple schools (subdomains)
- Tool reference
- Data & safety notes
- Contributing
Why another EduPage MCP server?
Two other EduPage MCP servers already exist:
published on PyPI as edupage-mcp
- mrtineu/edupage-mcp — also
- mhlavac/edupage-mcp
Both are good and I have no affiliation with them — they are simply referenced here for honest comparison. They primarily focus on the read-only surface of the API.
This project deliberately goes further:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http edupage-mcp https://ghcr.io/oliverhruby/edupage-mcp:latest
EduPage MCP Server: common questions
- Is EduPage MCP Server safe?
- With care: it is graded C, so read the findings first (64/100). Read the EduPage MCP Server safety report
- How do I install EduPage MCP Server?
- It runs remotely at ghcr.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does EduPage MCP Server need an API key?
- Yes. The registry entry asks for
EDUPAGE_USERNAME,EDUPAGE_PASSWORD. - Is EduPage MCP Server maintained?
- The last commit was 2 days ago (2026-09-18). The latest release is v0.4.11.
- Is EduPage MCP Server up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.