iServ MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iServ MCPDo I have any unread parent letters?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iServ MCP
Unofficial, standalone Model Context Protocol server for iServ school portals. It retrieves parent letters, their full text and attachments, and can explicitly mark letters as read. Timetable tools from the HAiServ client are included as well.
This project is not affiliated with or endorsed by IServ GmbH. iServ instances can differ; test against your school installation before relying on it.
MCP tools
Tool | Purpose | Writes to iServ? |
| List parent letters and unread state | No |
| Read full text, metadata and attachment names | No |
| Save all attachments locally | No |
| Mark a letter as read; requires | Yes |
| List children available for guardian sick notes | No |
| Preview or submit a per-child sick note; requires | Yes |
| Read the current or next timetable week | No |
| Read one timetable day | No |
A single attachment is limited to 25 MiB. Downloads are accepted only from the
configured HTTPS origin and below /iserv/. Directories use mode 0700; files
use 0600.
Related MCP server: librus-mcp
Install
Python 3.11 or newer is required.
git clone <repository-url> iserv-mcp
cd iserv-mcp
python -m venv .venv
.venv/bin/pip install .For development and tests:
.venv/bin/pip install -e '.[test]'
.venv/bin/pytestCredentials
Copy the included example to your private configuration directory:
mkdir -p ~/.config/iserv-mcp
cp credentials.example.json ~/.config/iserv-mcp/credentials.json
chmod 600 ~/.config/iserv-mcp/credentials.jsonThen edit ~/.config/iserv-mcp/credentials.json:
{
"url": "https://school.example/iserv/",
"username": "your-username",
"password": "your-password"
}The launcher rejects credential files readable by group or others. Passwords, session cookies and response bodies are not intentionally logged. Never commit the credential file.
Run
After installation:
iserv-mcpOr directly from a checkout:
.venv/bin/python -m iserv_mcpOptional flags:
--credentials PATH use another mode-0600 credential file
--download-dir PATH choose where attachments are storedThe default download directory is
~/.local/share/iserv-mcp/attachments.
Hermes configuration
Hermes can launch the installed stdio server directly:
mcp_servers:
iserv:
command: "/absolute/path/to/iserv-mcp/.venv/bin/iserv-mcp"
args: []
timeout: 120
connect_timeout: 30
sampling:
enabled: falseRestart Hermes after changing config.yaml. Tools are registered with names
such as mcp_iserv_get_parentletters.
For multiple agents or hosts, install the package separately on each host and create a separate local credential file there. This avoids exposing the MCP server or credentials over the LAN. A shared HTTP deployment would need its own authentication and is therefore deliberately not the default.
Design notes
Authentication uses a normal iServ web session and automatically renews an expired session for supported requests.
Reading a letter does not automatically mark it as read.
mark_parentletter_readis separated from read tools and requires an explicit confirmation argument.Attachments remain on the MCP host and are never uploaded automatically.
Sick notes use the verified DieSchulApp guardian API. The server validates the selected child against the live guardian child list and defaults to preview-only.
Attribution and license
Parts of the iServ client and parsers are derived from
HAiServ by jjoswig. See NOTICE.
The project is licensed under the MIT License; see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Control your Discord community: send/read messages, manage channels and forums, and handle webhook…
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Unofficial NTNU course data: search, timetables, grades, course info, and exam logistics.
- SeggWatOAuthcom.seggwat
Manage feedback, ratings, surveys, changelogs, and review tasks in your SeggWat projects.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables accessing IServ school platform features such as timetable, exercises, messenger, and more via natural language, without exposing credentials to agents.1MIT
- FlicenseAqualityCmaintenanceEnables read-only access to a Librus Portal account, letting users list linked Synergia accounts and retrieve grades, attendance, timetable, homework, notices, and school information.3-
- AlicenseNot gradedqualityBmaintenanceLets AI agents log in as a parent to ForældreIntra (SkoleIntra) and read news, messages, weekly plans, homework, documents, photos, contacts, and sign-ups as callable MCP tools. The server is read-only unless write tools are explicitly enabled.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to query and manage EduPage school accounts, including timetables, grades, homework, meals, messages, multi-school discovery, role-aware student switching, and 2FA login.29613 PyPI1MIT