YOKATLAS MCP Server
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., "@YOKATLAS MCP Serversearch for computer engineering bachelor's programs in Istanbul"
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.
YOKATLAS MCP Server
🚀 Live Deployment on Smithery | 🌐 Tercihify Website
TypeScript MCP wrapper for the yokatlas-py package, providing access to Turkish higher education data through Model Context Protocol.
Features
Bachelor's Degree Search - Smart fuzzy search for 4-year university programs
Associate Degree Search - Search for 2-year college programs
Program Details - Get comprehensive information for specific programs
Health Check - Server status and availability monitoring
Related MCP server: İhale MCP
Requirements
Node.js 18+ (handled by Smithery runtime)
Python 3.8+ (automatically installed during deployment)
npm (for local development)
Setup
Local Development
Install dependencies:
npm ci pip install -r requirements.txt
Smithery Deployment
Uses Custom Deploy with a custom Dockerfile for full control over the build environment. Dependencies are automatically installed during Docker build - no manual setup required!
Development:
npm run devDeploy:
npm run deploy
MCP Tools
search_bachelor_degree_programs
Search 4-year university programs with fuzzy matching.
Parameters:
universite- University name (fuzzy matching)program- Program/department namesehir- City namepuan_turu- Score type: SAY, EA, SOZ, DILuniversite_turu- University type: Devlet, Vakıf, KKTC, Yurt Dışıucret- Fee status: Ücretsiz, Ücretli, Burslu, etc.ogretim_turu- Education type: Örgün, İkinci, Açıköğretim, Uzaktan
search_associate_degree_programs
Search 2-year college programs.
Parameters:
university- University name (fuzzy matching)program- Program namecity- City nameuniversity_type- University typefee_type- Fee statuseducation_type- Education type
get_bachelor_degree_atlas_details
Get detailed information for a specific bachelor's program.
Parameters:
yop_kodu- Program YÖP code (e.g., "102210277")year- Data year (e.g., 2024)
get_associate_degree_atlas_details
Get detailed information for a specific associate degree program.
Parameters:
yop_kodu- Program YÖP code (e.g., "120910060")year- Data year (e.g., 2024)
health_check
Verify server status and yokatlas-py availability.
Tech Stack
TypeScript - MCP server implementation
Python - yokatlas-py package runner
Smithery SDK - MCP TypeScript framework
Zod - Schema validation
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Turkey & EU business data: validation, sanctions screening, parsing, FX and fuel price history
Universities MCP — Hipolabs Universities API (free, no auth)
Compare 488 Korean universities on 17 official disclosure indicators (대학알리미). No API key.
Higher education data: tuition, graduation rates, and earnings
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides an MCP interface for accessing YOKATLAS (Turkish Higher Education Council Atlas) data, enabling LLM applications like Claude to search and retrieve details about undergraduate and associate degree programs in Turkey.471MIT
- AlicenseAqualityBmaintenanceEnables users to search and access Turkish public procurement data from EKAP v2 portal. Provides comprehensive tender search, detailed tender information, announcements, and authority/classification code lookups through natural language interactions.12102MIT
- AlicenseAqualityFmaintenanceEnables searching the YÖK National Thesis Center and retrieving thesis contents in Markdown format for LLM applications. It allows users to perform detailed searches based on criteria like author, university, and subject while providing programmatic access to thesis metadata and PDF content.6130MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search and retrieve data from Indonesia's higher education database (PDDIKTI), including universities, lecturers, study programs, and students.MIT