INDIVIDUAL MCP TOOL
list_courses
Все курсы школы, включая черновики: название, опубликован ли, сколько модулей и уроков.
LIVE ENDPOINT
https://mcp.anyskills.ru
Connect to this endpoint to inspect the live schema for list_courses and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.anyskills]
url = "https://mcp.anyskills.ru"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anyskills": {
"type": "http",
"url": "https://mcp.anyskills.ru"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anyskills
Remote MCP URL: https://mcp.anyskills.ru
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"anyskills": {
"url": "https://mcp.anyskills.ru"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anyskills": {
"type": "http",
"url": "https://mcp.anyskills.ru"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anyskills",
"transport": "streamable-http",
"url": "https://mcp.anyskills.ru"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_school_summary— Название школы, тариф, сколько курсов и из них опубликовано, сколько учеников и потоков, и что можно этому ключу.create_course— Заводит курс-черновик: ученикам он не виден, пока не опубликован через `publish_course`.get_course— Один курс целиком: модули по порядку, в каждом — уроки по порядку с типом (`lecture`, `practice`, `webinar`, `test`, `survey`), длительностью и признаком обязательности.get_lesson— Документ урока в формате Editor.update_lesson— Меняет название и/или документ урока.get_test— Тест целиком: порог зачёта, число попыток и вопросы по порядку.create_module— Модуль встаёт в конец курса.create_lesson— Урок встаёт в конец модуля.