Back to Browse

Itu MCP Server

by Yatuk
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA

About

İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA

Security Report

4.2
Use Caution4.2High Risk

İ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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

İTÜ e-posta adresi (ad.soyad@itu.edu.tr)Optional

Environment variable: NINOVA_USERNAME

İTÜ şifresiRequired

Environment variable: NINOVA_PASSWORD

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!