IFMIB KFU 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., "@IFMIB KFU MCPКакое расписание у группы 123456?"
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.
IFMIB KFU MCP
MCP-сервер для получения информации об Институте фундаментальной медицины и биологии КФУ и расписании учебных групп.
Что умеет
искать информацию об ИФМиБ КФУ;
получать расписание группы;
использовать OpenRouter для понимания вопроса пользователя;
вызывать MCP-инструменты автоматически.
Related MCP server: MCP UJI Academic Server
Запуск
Нужен Python 3.12+.
1. Создать виртуальное окружение
py -m venv .venv
.venv\Scripts\Activate.ps12. Установить зависимости
.venv\Scripts\python.exe -m pip install -r requirements.txt3. Создать .env
Скопировать .env.example в .env и указать OpenRouter API key:
REQUEST_TIMEOUT=20
MAX_CRAWL_PAGES=40
OPENROUTER_API_KEY=твой_ключ
OPENROUTER_MODEL=openai/gpt-4o-mini4. Запустить FastAPI
В первом окне PowerShell:
.venv\Scripts\python.exe -m uvicorn app.api:app --reloadSwagger:
5. Запустить AI-агента
Во втором окне PowerShell:
.venv\Scripts\python.exe -m app.agent "Кто директор ИФМиБ КФУ?"Можно задавать другие вопросы:
.venv\Scripts\python.exe -m app.agent "Какие кафедры есть в ИФМиБ?".venv\Scripts\python.exe -m app.agent "Какое расписание у группы 123456?"Структура
app/
├── agent.py # OpenRouter + MCP
├── api.py # FastAPI
├── mcp_server.py # MCP tools
├── config.py
├── http.py
└── sources/
├── institute.py # поиск информации об институте
└── schedule.py # расписание
skills/
├── institute-info/
└── schedule/Related MCP Connectors
Web search, scraping, RAG answers with citations, and translation as MCP tools.
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
- uNotesOAuthnet.unotes
Search university course materials, your flashcards, quizzes, streak and quota. All tools read-only.
OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables querying University of Caen (Unicaen) schedule data to find next classes for professors, students, or rooms and check room availability. Integrates with ADE scheduling system to provide real-time schedule information through natural language queries.-
- AlicenseNot gradedqualityDmaintenanceEnables querying academic data such as subjects, degrees, locations, and schedules from Universitat Jaume I via MCP tools.MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that connects AI assistants to T-Bank Education, enabling access to courses, timetable, deadlines, and user profile via tools like get_timetable, get_my_courses, and get_deadlines.-
- FlicenseNot gradedqualityCmaintenanceA Personal Knowledge-Base MCP Server that provides semantic search over a student-owned document collection using MCP, Gemini embeddings, and Qdrant. It exposes tools for searching notes, retrieving full documents, and listing indexed sources.-