Server data from the Official MCP Registry
İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA
İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA
İTÜ MCP is a well-intentioned educational MCP server that connects to Turkish university systems (Ninova LMS and OBS student portal). The codebase demonstrates good security awareness with local-first credential handling and proper scope documentation. However, the analysis is limited by incomplete source code submission (only README, pyproject.toml, and a jQuery bundle provided). Key concerns include reliance on environment variables for credential storage without explicit encryption, broad HTTP network access, and potential session persistence to disk. These are reasonable for the server's purpose but warrant user awareness. No malicious patterns, hardcoded secrets, or dangerous code was detected in available files. Supply chain analysis found 14 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 19 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: NINOVA_USERNAME
Environment variable: NINOVA_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-yatuk-itu-mcp": {
"env": {
"NINOVA_PASSWORD": "your-ninova-password-here",
"NINOVA_USERNAME": "your-ninova-username-here"
},
"args": [
"itu-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.