
Epivo Course Catalog
Read-only access to Epivo's live course catalogue for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Read-only access to Epivo's live course catalogue for AI agents.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| list_courses | List Epivo's public course catalogue, grouped by curriculum source. Args: audience: optional filter, "k12" or "adult". language: optional filter, e.g. "English", "Swedish", "Greek", "Arabic" (display name, matching the "language" field of each result). Returns the same shape as GET /api/v1/public/courses -- no fields are added or removed, since this tool applies the filters to the response of that endpoint rather than deriving its own query. |
| get_course_detail | Get the individual courses within one curriculum source. Args: slug: the curriculum source's slug, as returned by list_courses. Returns the same shape as GET /api/v1/public/courses-detail/<slug>. |
| get_catalog_stats | Get aggregate catalogue counts (courses, curricula, languages, knowledge components). Returns the same shape as GET /api/v1/public/stats. |