Skip to main content
Glama

YOKATLAS API MCP Server

by saidsurucu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_associate_degree_atlas_details

Get comprehensive details for a specific associate degree program from YOKATLAS Atlas.

Parameters:

  • yop_kodu (str): Program YÖP code (e.g., '120910060')
  • year (int): Data year (e.g., 2024, 2023)

Returns detailed information including:

  • General program information and statistics
  • Quota, placement, and score data
  • Student demographics and distribution
  • Academic staff and facility information
  • Historical placement trends
get_bachelor_degree_atlas_details

Get comprehensive details for a specific bachelor's degree program from YOKATLAS Atlas.

Parameters:

  • yop_kodu (str): Program YÖP code (e.g., '102210277')
  • year (int): Data year (e.g., 2024, 2023)

Returns detailed information including:

  • General program information and statistics
  • Quota, placement, and score data
  • Student demographics and distribution
  • Academic staff and facility information
  • Historical placement trends
search_bachelor_degree_programs

Search for bachelor's degree programs with smart fuzzy matching and user-friendly parameters.

Smart Features:

  • Fuzzy university name matching (e.g., "boğaziçi" → "BOĞAZİÇİ ÜNİVERSİTESİ")
  • Partial program name matching (e.g., "bilgisayar" finds all computer programs)
  • Intelligent parameter normalization
  • Type-safe validation

Parameters:

  • university: University name (fuzzy matching supported)
  • program: Program/department name (partial matching supported)
  • city: City name
  • score_type: Score type (SAY, EA, SOZ, DIL)
  • university_type: Type of university (Devlet, Vakıf, etc.)
  • fee_type: Fee/scholarship information
  • education_type: Type of education (Örgün, İkinci, etc.)
  • results_limit: Maximum number of results to return
search_associate_degree_programs

Search for associate degree (önlisans) programs with smart fuzzy matching and user-friendly parameters.

Smart Features:

  • Fuzzy university name matching (e.g., "anadolu" → "ANADOLU ÜNİVERSİTESİ")
  • Partial program name matching (e.g., "turizm" finds all tourism programs)
  • Intelligent parameter normalization
  • Type-safe validation

Parameters:

  • university: University name (fuzzy matching supported)
  • program: Program/department name (partial matching supported)
  • city: City name
  • university_type: Type of university (Devlet, Vakıf, etc.)
  • fee_type: Fee/scholarship information
  • education_type: Type of education (Örgün, İkinci, etc.)
  • results_limit: Maximum number of results to return

Note: Associate degree programs use TYT scores, not SAY/EA/SOZ/DIL like bachelor programs.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saidsurucu/yokatlas-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server