Learning Resources
istegelis.com
Provides access to public course and instructor information from İşteGeliş, including course search, details, and session listings.
ENDPOINT 1
https://istegelis.com/mcp
MCP server metadata
- Name
- istegelis-public-catalog
- Version
- 1.0.0
Yalnız public ve salt-okunur eğitim, yaklaşan oturum ve eğitmen keşfi sunulur. Kayıt, quiz, kişisel veri, firma verisi ve yönetim işlemleri desteklenmez.
Known tools 4
list_course_sessionsBir public eğitimin yalnız yaklaşan ve yayınlanmış oturumlarını tarih sırasıyla listeler.
Inferred read-onlyget_instructor_profileUUID veya ad ile eşleşen aktif ve public İşteGeliş eğitmen profilini getirir.
Inferred read-onlysearch_coursesYayındaki public İşteGeliş eğitimlerini başlık veya slug üzerinden arar.
Inferred read-onlyget_course_detailsBir public eğitimin açıklamasını, kategorilerini, eğitmenini ve yaklaşan yayınlanmış oturumlarını getirir.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.istegelis-public-catalog]
url = "https://istegelis.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"istegelis-public-catalog": {
"type": "http",
"url": "https://istegelis.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: istegelis-public-catalog
Remote MCP URL: https://istegelis.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"istegelis-public-catalog": {
"url": "https://istegelis.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"istegelis-public-catalog": {
"type": "http",
"url": "https://istegelis.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "istegelis-public-catalog",
"transport": "streamable-http",
"url": "https://istegelis.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.