# YOKATLAS MCP Server

Provide access to Turkish higher education data through a standardized protocol. Enable seamless integration of university and education-related information into applications. Facilitate data retriev…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add emirks/yokatlas-mcp-typescript

# Browse available tools
npx -y @smithery/cli@latest tool list emirks/yokatlas-mcp-typescript

# Get full schema for a tool
npx -y @smithery/cli@latest tool get emirks/yokatlas-mcp-typescript health_check

# Call a tool
npx -y @smithery/cli@latest tool call emirks/yokatlas-mcp-typescript health_check '{}'
```

## Direct MCP Connection

Endpoint: `https://yokatlas-mcp-typescript--emirks.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging

## Tools (5)

- `health_check` — Check the health and capabilities of the YOKATLAS server, including search method and data availability
- `get_associate_degree_atlas_details` — Get comprehensive details for a specific associate degree program from YOKATLAS Atlas
- `get_bachelor_degree_atlas_details` — Get comprehensive details for a specific bachelor's degree program from YOKATLAS Atlas
- `search_bachelor_degree_programs` — Search for bachelor's degree programs using LOCAL DATA with instant results, smart fuzzy matching, and bell curve sampl…
- `search_associate_degree_programs` — Search for associate degree (önlisans) programs using LOCAL DATA with instant results, smart fuzzy matching, and bell c…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get emirks/yokatlas-mcp-typescript <tool-name>
```

---

Source: https://github.com/emirks/yokatlas-mcp-typescript
