vsuet-timetable-api-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., "@vsuet-timetable-api-mcpwhat's the schedule for group И-123?"
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.
VSUET Timetable API и MCP
Клиентская библиотека и MCP-сервер для получения расписания ВГУИТ с сайта timetable.vsuet.ru.
Библиотека vsuet отвечает за HTTP-запросы, разбор HTML и нормализацию расписания. mcp_server.py предоставляет эти возможности через MCP-инструменты.
Возможности
расписание групп, преподавателей и аудиторий;
списки групп, преподавателей и аудиторий;
фильтры по неделе, дню и типу занятия;
JSON- и текстовый вывод;
прямые обращения к API через
VsuetClient.
Related MCP server: Ida-Untis
Запуск
uv venv .venv
uv pip install --python .venv/Scripts/python.exe -r requirements.txt
.venv/Scripts/python.exe mcp_server.pyДля Linux используйте .venv/bin/python.
Инструменты
vsuet_list_groups(contains="")vsuet_list_teachers(contains="")vsuet_list_rooms(contains="")vsuet_find_teacher(name)vsuet_lesson_types()vsuet_get_schedule(value, kind, week, weekday, lesson_type, output)vsuet_get_group_schedule(group, ...)vsuet_get_teacher_schedule(teacher, ...)vsuet_get_room_schedule(room, ...)vsuet_today(value, kind, week, output)
kind: group, teacher или room.
output: json или text.
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.
MCP tools for TON Sites, TON DNS and TON Storage.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceUnofficial MCP tools for LettuceMeet to create polls, view responses, and find meeting overlaps via CLI or MCP server.-
- FlicenseNot gradedqualityBmaintenanceMCP server for accessing WebUntis timetable data, providing tools to query timetables, absences, and substitutions for a configured class.-
- AlicenseCqualityCmaintenanceMCP server that reads Korean school class and teacher timetables from Comci's public schedules, detects schedule changes, and exposes structured data via CLI, local REST, and MCP stdio.81Academic Free v1.1
- AlicenseNot gradedqualityBmaintenanceProvides LLM clients with real-time access to BSUIR class schedules, academic weeks, student groups, and teachers through a read-only MCP interface, enabling natural-language queries about lessons and timetable information.MIT