Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

İTÜ MCP

PYPI · ITU-MCP · SCANNED SEP 20

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

Available components

0 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 37 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency35
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2659 tokens (~48/item across 55 items; 55 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 55 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 56 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the İTÜ MCP server?

İTÜ MCP runs locally as a PyPI package, launched with uvx itu-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · itu-mcp

# add to Claude Code
claude mcp add yatuk-itu-mcp -- uvx itu-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "yatuk-itu-mcp": {
      "command": "uvx",
      "args": [
        "itu-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "yatuk-itu-mcp": {
      "command": "uvx",
      "args": [
        "itu-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add yatuk-itu-mcp -- uvx itu-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yatuk-itu-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "itu-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add yatuk-itu-mcp --command uvx --arg itu-mcp
# ~/.hermes/config.yaml
mcp_servers:
  yatuk-itu-mcp:
    command: "uvx"
    args: ["itu-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "yatuk-itu-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "itu-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add yatuk-itu-mcp -t stdio -c uvx -a itu-mcp
// mcp.json
{
  "mcpServers": {
    "yatuk-itu-mcp": {
      "command": "uvx",
      "args": [
        "itu-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/itu-mcp@0.2.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 37 packages
Packages resolved 37
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 55 exposed · ~2,300 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
auth_status ~24

Check whether Ninova credentials are configured and whether a fresh session can be created.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

check_course_conflicts ~59

Check for schedule time conflicts between courses by CRN. Uses the public course schedule to look up session day/time/room.

NameTypeReqDescription
crnsarrayyes
department_codestring
program_typestring

Structured output declared, but exposes no named fields.

No examples provided.

crawl_course ~53

Inventory pages and downloadable resources inside a Ninova course tree.

NameTypeReqDescription
course_urlstringyes
include_downloadsboolean
max_depthinteger
max_pagesinteger

Structured output declared, but exposes no named fields.

No examples provided.

diff_snapshot ~41

Compare the current state of a Ninova page against a previously stored snapshot.

NameTypeReqDescription
label
snapshot_path
urlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

download_resource ~38

Download a Ninova file or other authenticated resource to disk.

NameTypeReqDescription
filename
output_dir
urlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_academic_calendar ~33

Read the İTÜ academic calendar — semester dates, exams, holidays, registration periods (public, no login).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

get_assignment_upload_slots ~59

List the file slots on an assignment's 'Ödevi Yükle / OdevGonder' page, including which slots are already filled and allowed extensions.

NameTypeReqDescription
assignment
course
upload_url

Structured output declared, but exposes no named fields.

No examples provided.

get_cafeteria_menu ~33

Read today's cafeteria menu from the İTÜ Portal (requires login). Shows daily lunch/dinner meals.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

get_course_announcements ~49

Return announcements for a specific Ninova course.

NameTypeReqDescription
compactboolean
coursestringyes
include_full_textboolean
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_course_assignments ~68

Return a course's assignment list. By default also fetches each assignment detail/upload page; set include_details=false for a faster list-only read.

NameTypeReqDescription
compactboolean
coursestringyes
include_detailsboolean
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_course_attendance ~31

Read the Ninova 'Yoklama' page for a course.

NameTypeReqDescription
coursestringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_course_class_files ~60

List files and folders under the Ninova 'Sınıf Dosyaları' section for a course.

NameTypeReqDescription
compactboolean
coursestringyes
max_depthinteger
recursiveboolean

Structured output declared, but exposes no named fields.

No examples provided.

get_course_grades ~30

Read the Ninova 'Notlar' page for a course.

NameTypeReqDescription
coursestringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_course_info ~33

Return structured information from a course's 'Sınıf Bilgileri' page.

NameTypeReqDescription
coursestringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_course_lesson_files ~60

List files and folders under the Ninova 'Ders Dosyaları' section for a course.

NameTypeReqDescription
compactboolean
coursestringyes
max_depthinteger
recursiveboolean

Structured output declared, but exposes no named fields.

No examples provided.

get_course_message_board ~48

Read the Ninova 'Mesaj Panosu' page for a course.

NameTypeReqDescription
coursestringyes
include_thread_detailsboolean
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_course_overview ~77

Return a combined view of a course's sections, announcements, assignments, files, grades, message board, attendance, and remote learning routes.

NameTypeReqDescription
compactboolean
coursestringyes
file_max_depthinteger
include_assignment_detailsboolean
refreshboolean

Structured output declared, but exposes no named fields.

No examples provided.

get_course_remote_learning ~31

Read the Ninova 'Uzaktan Eğitim' page for a course.

NameTypeReqDescription
coursestringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_course_sections ~30

List the direct course routes exposed on the Ninova course home page.

NameTypeReqDescription
coursestringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_courses ~30

Return all courses visible in the Ninova dashboard (alias of list_courses).

NameTypeReqDescription
refreshboolean

Structured output declared, but exposes no named fields.

No examples provided.

get_dashboard ~32

Read the Ninova dashboard and summarize courses, recent announcements, assignments, and messages.

NameTypeReqDescription
compactboolean

Structured output declared, but exposes no named fields.

No examples provided.

get_dashboard_announcements ~40

Return the announcements listed under the Ninova dashboard's aggregated announcements page.

NameTypeReqDescription
include_full_textboolean
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_dashboard_assignments ~50

Return the assignments listed under the Ninova dashboard's aggregated assignments page. Set include_details=false for a faster list-only read.

NameTypeReqDescription
include_detailsboolean
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

get_public_course_prerequisites ~62

Read prerequisite details from a course's public OBS DersBilgi page. No login required. Returns structured prerequisite list with codes, names, groups, and types.

NameTypeReqDescription
brans_kodustringyes
ders_nostringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_public_course_schedule ~79

Read the public OBS course schedule for a department. No login required — reads the open DersProgram page. Returns structured course list with CRN, instructor, sessions (day/time/room), capacity, enrolled count, and prerequisite links.

NameTypeReqDescription
crn
department_codestringyes
program_typestringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_upcoming_deadlines ~39

Return assignments whose submission deadline is approaching based on the stored tracking snapshot.

NameTypeReqDescription
daysinteger
refreshboolean

Structured output declared, but exposes no named fields.

No examples provided.

get_updates ~39

Read the stored Ninova tracking history and return recent detected changes.

NameTypeReqDescription
course
entity_type
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

list_courses ~29

List all discovered Ninova courses from the dashboard (TTL-cached).

NameTypeReqDescription
refreshboolean

Structured output declared, but exposes no named fields.

No examples provided.

obs_auth_status ~25

Check whether an OBS JWT can be obtained with the configured İTÜ credentials.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_calculate_gpa ~53

Calculate GPA/GANO from OBS registered courses. Supports projected grades for what-if scenarios. Uses İTÜ 4.00-scale letter grade conversion.

NameTypeReqDescription
projected_grades
semester

Structured output declared, but exposes no named fields.

No examples provided.

obs_download_transcript ~35

Download OBS transcript preview PDF to the local state downloads folder.

NameTypeReqDescription
englishboolean
output_dir

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_advisor ~17

Read academic advisor information from OBS.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_attendance ~59

Read attendance for an OBS class. Includes computed absence-risk summary by default.

NameTypeReqDescription
class_id
course
include_summaryboolean
max_absence_rationumber
semester

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_campus_card ~24

Read campus card balance and recent transactions from OBS (requires login).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_cloud_quota ~31

Read İTÜ Mail and İTÜ Bulut storage quota from the Portal (requires login).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_contacts ~31

Read contact records from OBS (phones/emails redacted by default).

NameTypeReqDescription
include_sensitiveboolean

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_course_grades ~64

Read midterm and/or letter grades for an OBS class (by sinifId or course code).

NameTypeReqDescription
class_id
course
include_letterboolean
include_midtermsboolean
semester

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_course_prerequisites ~61

Query prerequisite and postrequisite relationships for a course from the OBS public catalog. Supports chain queries up to 10 levels deep.

NameTypeReqDescription
course_codestringyes
directionstring
max_depthinteger

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_graduation_remaining ~37

Read 'mezuniyetime ne kaldı', academic status, and debts for a program.

NameTypeReqDescription
program_id

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_help_tickets ~23

Read İTÜ Portal help desk tickets (requires login).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_internships ~17

Read internship records from OBS.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_notifications ~19

Read İTÜ Portal notifications (requires login).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_profile ~33

Read OBS personal/program profile. Sensitive fields are redacted unless include_sensitive=true.

NameTypeReqDescription
include_sensitiveboolean

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_registration_status ~22

Read OBS registration and course-registration status (active/class level).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_get_schedule ~26

Read weekly class schedule and final exam calendar for a semester.

NameTypeReqDescription
semester

Structured output declared, but exposes no named fields.

No examples provided.

obs_list_programs ~23

List the student's OBS academic programs (e.g. undergraduate major).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_list_registered_courses ~28

List courses registered in OBS for a semester (default: latest).

NameTypeReqDescription
semester

Structured output declared, but exposes no named fields.

No examples provided.

obs_list_semesters ~20

List academic semesters available in OBS for the student.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

obs_search_courses ~38

Search the public OBS course catalog by code or name (no auth required).

NameTypeReqDescription
limitinteger
querystringyes

Structured output declared, but exposes no named fields.

No examples provided.

read_page ~60

Fetch any Ninova page and return a structured summary of text, headings, links, tables, and attachments.

NameTypeReqDescription
compactboolean
include_textboolean
link_limitinteger
urlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the İTÜ MCP server?

İTÜ MCP is listed in the public MCP registry as io.github.yatuk/itu-mcp. İTÜ Ninova LMS ve OBS öğrenci portalı, dersler, notlar, yoklama, yemekhane, kampüs kart, GPA. This page covers its PyPI package (itu-mcp).

Is the İTÜ MCP server safe to use?

İTÜ MCP scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the İTÜ MCP server expose?

İTÜ MCP exposes 55 tools: auth_status, refresh_session, get_dashboard, list_courses, get_courses, and 50 more. Their descriptions and schemas cost roughly 2,300 tokens of context every time the server is loaded.

Is the İTÜ MCP server still maintained?

İTÜ MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.