Librus Read-only MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ACCESS_TOKEN | No | Bearer token required for remote Streamable HTTP mode. Must be at least 32 characters. Not needed for stdio mode. | |
| ALLOW_INSECURE_HTTP | No | Set to 'true' to allow insecure HTTP for local testing only. Must not be used in public deployments. | |
| LIBRUS_PORTAL_EMAIL | Yes | Email address of the LIBRUS parent account. | |
| LIBRUS_ATTACHMENT_DIR | No | Directory where message attachments are saved. Used in stdio mode. Defaults to ~/Documents/LibrusAttachments on macOS. | |
| LIBRUS_PORTAL_PASSWORD | Yes | Password for the LIBRUS parent account. | |
| LIBRUS_MAX_ATTACHMENT_BYTES | No | Maximum attachment size in bytes. Default is 10485760 (10 MiB). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_studentsA | Lista wszystkich dzieci powiązanych z Kontem LIBRUS. Nie zwraca tokenów. |
| get_student_profileB | Profil jednego dziecka. |
| get_gradesA | Oceny dziecka w podanym zakresie dat. |
| get_attendanceB | Frekwencja dziecka w podanym zakresie dat. |
| get_timetableA | Plan lekcji dziecka; zakres maksymalnie 31 dni, z zastępstwami zwracanymi przez Librus. |
| get_calendarB | Terminarz i dni wolne dziecka w podanym zakresie dat. |
| get_homeworkC | Zadania domowe i przypisane prace dziecka. |
| get_announcementsB | Ogłoszenia szkolne (oddzielne od wiadomości). |
| list_messagesB | Lista wiadomości dziecka, wyłącznie odczyt. |
| get_messageC | Treść pojedynczej wiadomości, wyłącznie odczyt. |
| download_message_attachmentB | Pobiera załącznik należący do wskazanej wiadomości do prywatnego katalogu lokalnego. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nalancuchu/librus-readonly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server