İ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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 70 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
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
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
claude mcp add yatuk-itu-mcp -- uvx itu-mcp
{
"mcpServers": {
"yatuk-itu-mcp": {
"command": "uvx",
"args": [
"itu-mcp"
]
}
}
} {
"servers": {
"yatuk-itu-mcp": {
"command": "uvx",
"args": [
"itu-mcp"
]
}
}
} codex mcp add yatuk-itu-mcp -- uvx itu-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"yatuk-itu-mcp": {
"type": "local",
"command": [
"uvx",
"itu-mcp"
],
"enabled": true
}
}
} openclaw mcp add yatuk-itu-mcp --command uvx --arg itu-mcp
mcp_servers:
yatuk-itu-mcp:
command: "uvx"
args: ["itu-mcp"] {
"McpServers": {
"yatuk-itu-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"itu-mcp"
]
}
}
} assistant mcp add yatuk-itu-mcp -t stdio -c uvx -a itu-mcp
{
"mcpServers": {
"yatuk-itu-mcp": {
"command": "uvx",
"args": [
"itu-mcp"
]
}
}
} 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.
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 →
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 →
auth_status Authentication 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| crns | array | yes | – |
| department_code | string | – | – |
| program_type | string | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
crawl_course Crawl Course ~53
Inventory pages and downloadable resources inside a Ninova course tree.
| Name | Type | Req | Description |
|---|---|---|---|
| course_url | string | yes | – |
| include_downloads | boolean | – | – |
| max_depth | integer | – | – |
| max_pages | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
diff_snapshot Diff Snapshot ~41
Compare the current state of a Ninova page against a previously stored snapshot.
| Name | Type | Req | Description |
|---|---|---|---|
| label | – | – | – |
| snapshot_path | – | – | – |
| url | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
download_resource Download Resource ~38
Download a Ninova file or other authenticated resource to disk.
| Name | Type | Req | Description |
|---|---|---|---|
| filename | – | – | – |
| output_dir | – | – | – |
| url | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_academic_calendar 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| assignment | – | – | – |
| course | – | – | – |
| upload_url | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_cafeteria_menu 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 Get Course Announcements ~49
Return announcements for a specific Ninova course.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
| course | string | yes | – |
| include_full_text | boolean | – | – |
| limit | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_assignments 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.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
| course | string | yes | – |
| include_details | boolean | – | – |
| limit | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_attendance Get Course Attendance ~31
Read the Ninova 'Yoklama' page for a course.
| Name | Type | Req | Description |
|---|---|---|---|
| course | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_class_files Get Course Class Files ~60
List files and folders under the Ninova 'Sınıf Dosyaları' section for a course.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
| course | string | yes | – |
| max_depth | integer | – | – |
| recursive | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_grades Get Course Grades ~30
Read the Ninova 'Notlar' page for a course.
| Name | Type | Req | Description |
|---|---|---|---|
| course | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_info Get Course Info ~33
Return structured information from a course's 'Sınıf Bilgileri' page.
| Name | Type | Req | Description |
|---|---|---|---|
| course | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_lesson_files Get Course Lesson Files ~60
List files and folders under the Ninova 'Ders Dosyaları' section for a course.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
| course | string | yes | – |
| max_depth | integer | – | – |
| recursive | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_message_board Get Course Message Board ~48
Read the Ninova 'Mesaj Panosu' page for a course.
| Name | Type | Req | Description |
|---|---|---|---|
| course | string | yes | – |
| include_thread_details | boolean | – | – |
| limit | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_overview Get Course Overview ~77
Return a combined view of a course's sections, announcements, assignments, files, grades, message board, attendance, and remote learning routes.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
| course | string | yes | – |
| file_max_depth | integer | – | – |
| include_assignment_details | boolean | – | – |
| refresh | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_remote_learning Get Course Remote Learning ~31
Read the Ninova 'Uzaktan Eğitim' page for a course.
| Name | Type | Req | Description |
|---|---|---|---|
| course | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_course_sections Get Course Sections ~30
List the direct course routes exposed on the Ninova course home page.
| Name | Type | Req | Description |
|---|---|---|---|
| course | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_courses Get Courses ~30
Return all courses visible in the Ninova dashboard (alias of list_courses).
| Name | Type | Req | Description |
|---|---|---|---|
| refresh | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_dashboard Get Dashboard ~32
Read the Ninova dashboard and summarize courses, recent announcements, assignments, and messages.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_dashboard_announcements Get Dashboard Announcements ~40
Return the announcements listed under the Ninova dashboard's aggregated announcements page.
| Name | Type | Req | Description |
|---|---|---|---|
| include_full_text | boolean | – | – |
| limit | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_dashboard_assignments 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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_details | boolean | – | – |
| limit | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_public_course_prerequisites 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.
| Name | Type | Req | Description |
|---|---|---|---|
| brans_kodu | string | yes | – |
| ders_no | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_public_course_schedule 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.
| Name | Type | Req | Description |
|---|---|---|---|
| crn | – | – | – |
| department_code | string | yes | – |
| program_type | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_upcoming_deadlines Get Upcoming Deadlines ~39
Return assignments whose submission deadline is approaching based on the stored tracking snapshot.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | – |
| refresh | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_updates Get Tracked Updates ~39
Read the stored Ninova tracking history and return recent detected changes.
| Name | Type | Req | Description |
|---|---|---|---|
| course | – | – | – |
| entity_type | – | – | – |
| limit | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
list_courses List Courses ~29
List all discovered Ninova courses from the dashboard (TTL-cached).
| Name | Type | Req | Description |
|---|---|---|---|
| refresh | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_auth_status 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| projected_grades | – | – | – |
| semester | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_download_transcript OBS Transcript PDF ~35
Download OBS transcript preview PDF to the local state downloads folder.
| Name | Type | Req | Description |
|---|---|---|---|
| english | boolean | – | – |
| output_dir | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_get_advisor OBS 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 OBS Attendance ~59
Read attendance for an OBS class. Includes computed absence-risk summary by default.
| Name | Type | Req | Description |
|---|---|---|---|
| class_id | – | – | – |
| course | – | – | – |
| include_summary | boolean | – | – |
| max_absence_ratio | number | – | – |
| semester | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_get_campus_card OBS 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 Cloud & Mail 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 OBS Contacts ~31
Read contact records from OBS (phones/emails redacted by default).
| Name | Type | Req | Description |
|---|---|---|---|
| include_sensitive | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_get_course_grades OBS Course Grades ~64
Read midterm and/or letter grades for an OBS class (by sinifId or course code).
| Name | Type | Req | Description |
|---|---|---|---|
| class_id | – | – | – |
| course | – | – | – |
| include_letter | boolean | – | – |
| include_midterms | boolean | – | – |
| semester | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_get_course_prerequisites OBS Course Prerequisites ~61
Query prerequisite and postrequisite relationships for a course from the OBS public catalog. Supports chain queries up to 10 levels deep.
| Name | Type | Req | Description |
|---|---|---|---|
| course_code | string | yes | – |
| direction | string | – | – |
| max_depth | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_get_graduation_remaining OBS Graduation Remaining ~37
Read 'mezuniyetime ne kaldı', academic status, and debts for a program.
| Name | Type | Req | Description |
|---|---|---|---|
| program_id | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_get_help_tickets Portal 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 OBS 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 Portal 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 OBS Profile ~33
Read OBS personal/program profile. Sensitive fields are redacted unless include_sensitive=true.
| Name | Type | Req | Description |
|---|---|---|---|
| include_sensitive | boolean | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_get_registration_status OBS 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 OBS Schedule ~26
Read weekly class schedule and final exam calendar for a semester.
| Name | Type | Req | Description |
|---|---|---|---|
| semester | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_list_programs OBS 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 OBS Registered Courses ~28
List courses registered in OBS for a semester (default: latest).
| Name | Type | Req | Description |
|---|---|---|---|
| semester | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
obs_list_semesters OBS 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 OBS Search Courses ~38
Search the public OBS course catalog by code or name (no auth required).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| query | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
read_page Read Ninova Page ~60
Fetch any Ninova page and return a structured summary of text, headings, links, tables, and attachments.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
| include_text | boolean | – | – |
| link_limit | integer | – | – |
| url | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
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.