Hukuk 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., "@Hukuk MCPİş Kanunu'nda fazla mesai ücreti nasıl hesaplanır?"
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.
Hukuk MCP
Türk hukuk metinleri üzerinde arama yapan bir Model Context Protocol (MCP) sunucusudur.
Bu proje, yerel PDF kütüphanesindeki hukuki metinleri ayrıştırır, chunk'lara böler ve Chroma DB üzerinde arama yapılabilir hale getirir.
Özellikler
PDF klasöründen metin çıkarma
ChromaDB ile vektör tabanlı arama
Claude Desktop için MCP sunucu desteği
Hukuki kaynaklara dayalı sonuç döndürme
Related MCP server: legal-rag-toolkit
Gereksinimler
Python 3.11+
Git
Kurulum
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txtPDF İndeksleme
python fihrist.pyBu komut, pdf_kulliyati/ klasöründeki PDF’leri işler ve Chroma veritabanına ekler.
MCP Sunucusunu Çalıştırma
python mcp_sunucusu.pyClaude Desktop için config örneği
Aşağıdaki JSON örneğini kendi bilgisayarınızın gerçek yolu ile düzenleyin:
{
"mcpServers": {
"hukuk_kutuphanesi": {
"command": "/absolute/path/to/your/python",
"args": [
"/absolute/path/to/your/project/mcp_sunucusu.py"
]
}
}
}Örnek:
{
"mcpServers": {
"hukuk_kutuphanesi": {
"command": "/Users/yourname/projects/hukuk-mcp/.venv/bin/python",
"args": [
"/Users/yourname/projects/hukuk-mcp/mcp_sunucusu.py"
]
}
}
}Dikkat: Bu dosyada kullanıcıya ait mutlak path yazılmalıdır. GitHub’a push ederken bu path’i sabit olarak commit etmeyin.
Yeni PDF Ekleme
Yeni PDF’yi
pdf_kulliyati/klasörüne koyun.Ardından indexleme komutunu yeniden çalıştırın:
python fihrist.pyNotlar
Veritabanı klasörü
hukuk_vektor_arsivi/kişisel yerel veritabanıdır.Büyük dosya ve veritabanı içerikleri GitHub’a eklenmemelidir.
Lisans
Bu proje kişisel kullanım ve geliştirme için tasarlanmıştı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
- Flicense-qualityCmaintenanceMCP server enabling Claude Desktop to answer questions from local Word and PDF documents by searching a vector index built from their contents.
- Flicense-qualityDmaintenanceEnables semantic search over Turkish legal contracts and emails via an MCP server integrated with Claude Desktop and Claude Code, providing tools for document ingestion, hybrid vector search, and full-text retrieval.
- AlicenseAqualityAmaintenanceAn MCP server for accessing Turkish legislation (laws, regulations, decrees) via the Adalet Bakanligi API, providing search, full-text retrieval, and structured citations.4Apache 2.0
- Alicense-qualityBmaintenanceA Türk hukuk MCP sunucusu that enables searching and retrieving Turkish legal decisions (Yargıtay, Danıştay, etc.) with semantic search via NVIDIA embeddings and a Turkish chat tool powered by Llama 3.3 70B.MIT
Related MCP Connectors
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
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/avkaanaydin/hukuk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server