Yargıtay MCP
Click on "Install 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., "@Yargıtay MCPson 1 yıldaki işçi alacağı kararlarını getir"
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.
Yargıtay Karar Arama — MCP Sunucusu
karararama.yargitay.gov.tr (kamuya açık Yargıtay karar arama platformu) üzerinde arama yapan ve karar tam metni getiren, uzak (HTTP) MCP sunucusu. Bir kez bulutta barındırılır, claude.ai hesabınıza özel bağlayıcı (custom connector) olarak eklenir ve hesabınızı kullandığınız tüm bilgisayarlarda çalışır.
Araçlar
Araç | İşlev |
| Kelime/ifade, daire, esas–karar no aralığı ve karar tarihi aralığına göre arama. Sayfalama destekli. |
| Arama sonucundaki |
| Geçerli daire/kurul adlarını listeler (Hukuk/Ceza Genel Kurulu, 1–23. Hukuk/Ceza Daireleri vb.). |
Related MCP server: Mevzuat MCP
Önemli teknik notlar (canlı testle doğrulandı — 16.07.2026)
Sitenin resmî/dokümante API'si yoktur; sunucu, sitenin kendi arayüzünün kullandığı
POST /aramadetaylistveGET /getDokumanuç noktalarını kullanır. Site arayüzü değişirse sunucunun güncellenmesi gerekebilir.Site hız sınırı uygular (HTTP 429 "Erişim Sınırı Aşıldı"). Sunucu istekler arasına en az 3 sn koyar ve 429'da 20 sn bekleyip bir kez yeniden dener. Buna rağmen sınır aşılırsa kullanıcıya "1-2 dakika bekleyin" mesajı döner.
Daire filtresinde
"ALL"değeri sitede 0 sonuç döndürür; tüm daireler için alan hiç gönderilmez (sunucu bunu otomatik yönetir).Tarih formatı
GG.AA.YYYY, kesin ifade araması çift tırnakla yapılır:"elektrik piyasası".
Kurulum — Seçenek A: FastMCP Cloud (önerilen, kişisel kullanımda ücretsiz)
github.com'da hesap açın (varsa geçin) ve bu klasörü private repo olarak yükleyin (
server.py,requirements.txtyeterli).https://fastmcp.cloud adresine GitHub ile giriş yapın.
"New Server" → repo'yu seçin → Entrypoint:
server.py:mcp→ Deploy.~1 dk içinde adres alırsınız:
https://<sunucu-adiniz>.fastmcp.app/mcp
Kurulum — Seçenek B: Kendi sunucunuz / Render / Railway (Docker)
docker build -t yargitay-mcp .
docker run -p 8000:8000 yargitay-mcp
# MCP adresi: http://<host>:8000/mcp (HTTPS için ters proxy gerekir)Ortam değişkenleri: PORT (varsayılan 8000), MCP_PATH (varsayılan /mcp),
YARGITAY_MIN_INTERVAL (istekler arası minimum sn, varsayılan 3).
claude.ai'ye bağlama (tüm cihazlarda çalışması için)
claude.ai → Ayarlar → Bağlayıcılar (Connectors) → Özel bağlayıcı ekle.
Ad:
Yargıtay Karar Arama, URL:https://<sunucu-adiniz>.fastmcp.app/mcp.Kaydedin; her sohbette bağlayıcıyı etkinleştirerek kullanın.
Not: Kimlik doğrulaması olmayan bir bağlayıcıda URL'yi bilen herkes sunucuyu kullanabilir. Veriler kamuya açık olduğundan risk düşüktür; yine de URL'yi paylaşmayın. İsterseniz FastMCP Cloud üzerinde OAuth açılabilir.
Yerel test
pip install -r requirements.txt
python test_mock.py # mock upstream ile MCP katmanı testleri
MCP_TRANSPORT=stdio python server.py # stdio modunda (tek makine) çalıştırmaHukuki not
Kararlar Yargıtay'ın kamuya açık platformundan alınır; kişisel veri içerebilen karar metinlerinin işlenmesinde KVKK ve platformun kullanım koşullarına uyum kullanıcının sorumluluğundadır.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides programmatic access to Turkey's Ministry of Justice Legislation Information System (mevzuat.gov.tr), enabling users to search legislation, retrieve article hierarchies, and fetch article contents in Markdown format through natural language.Last updatedMIT
- Alicense-quality-maintenanceProvides programmatic access to the Turkish Ministry of Justice Legislation Information System (mevzuat.gov.tr). It enables searching for legislation, navigating hierarchical article structures, and retrieving article content in Markdown format.Last updated1
- Alicense-qualityCmaintenanceEnables 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.Last updated124MIT
- Alicense-qualityDmaintenanceEnables searching Turkish Court of Cassation (Yargıtay) precedent decisions via a three-tier caching system and Browserless scraping, providing high-quality results through stdio-based MCP protocol.Last updated3MIT
Related MCP Connectors
Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/iturkguler/yargitay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server