Turkish Law · AI
AI for lawyers: legislation and case law, from the official source

Law and case law,
not from memory.
Straight from the official source.

A Turkish-law skill collection for Claude Code, OpenAI Codex and Google Gemini, plus two MCP servers that pull statute text live from mevzuat.gov.tr and court decisions from the Court of Cassation / Council of State / Constitutional Court. Citations are structured, sources verifiable. With MCP active the model cannot invent a case number; still, verify every output against the in-force text.

What it does

Two layers: how to reason and the official text.

The skills give a lawyer's method: facts → norm → subsumption → conclusion, with the correct statute articles. The MCP servers connect the model to the official source: it no longer pulls text from memory, but from mevzuat.gov.tr and the official decision banks.

Agent Skills

81 areas of law · 1000+ skills · fully Turkish

Civil, obligations, criminal, labour, administrative, tax, enforcement-bankruptcy, IP, data protection (KVKK) and more. The same content across all three tools. What matters is not the count but a structured method in every field.

MCP Servers

mevzuat-mcp · ictihat-mcp

Statute & article text (mevzuat.gov.tr) and court decisions (UYAP Emsal, Council of State, Constitutional Court), with their citation, source, live. It works as long as the official sources remain reachable.

Install

Whichever tool you use.

MCP servers (terminal tools)

They run in terminal tools like Claude Code, OpenAI Codex and Gemini CLI. The Python packages are on PyPI; with uv, no separate install needed. (Claude Cowork runs in the cloud and does not run local MCP; there the skills are enough.)

# Claude Code
claude mcp add turk-hukuku-mevzuat -- uvx --from turk-hukuku-mevzuat-mcp turk-hukuku-mevzuat
claude mcp add turk-hukuku-ictihat -- uvx --from turk-hukuku-ictihat-mcp turk-hukuku-ictihat

# or with pip
pip install turk-hukuku-mevzuat-mcp turk-hukuku-ictihat-mcp

Claude Code (terminal): skills

You type the commands straight into Claude Code's command line.

/plugin marketplace add https://gitlab.com/aydincan/turk-hukuku-ve-claude
/plugin install borclar-hukuku-genel@turk-hukuku-skills

Claude Cowork (visual): skills

Cowork has no terminal; you add the marketplace from the interface:

# Customize → Plugins → Personal plugins → "+" → Add marketplace → Add from a repository
https://gitlab.com/aydincan/turk-hukuku-ve-claude
# then: Browse plugins → Install the area you want

Important: Cowork is the easiest path, but it runs without MCP: the cloud environment does not run local MCP servers, only the skills are enabled. The live official-source link, which is the real protection against hallucination, works only in terminal tools (Claude Code / Codex / Gemini CLI). The skills-only path is instruction-based; the model can break the instruction and invent a citation, so its guarantee is weaker.

OpenAI Codex: skills

git clone https://gitlab.com/aydincan/turk-hukuku-ve-codex
# .agents/skills/ is auto-discovered by Codex

Google Gemini CLI: skills

git clone https://gitlab.com/aydincan/turk-hukuku-ve-gemini
# loaded as an extension via gemini-extension.json at the root

Note: the repositories will also move to GitHub; the short form /plugin marketplace add aydincan/turk-hukuku-ve-claude and automatic gallery discovery will then apply.

Examples

Ask, get an answer from the source.

"What is Article 49 of the Code of Obligations (TBK)?"
→ The in-force text on tort liability + a verification source (mevzuat.gov.tr). You verify the text yourself.
"Find a Court of Cassation decision on lease eviction."
→ Real decisions; each with court + chamber + case/decision number + date (UYAP Emsal).
"Get a Council of State decision on the annulment of a zoning plan."
→ Administrative-court decisions, with their citation (Council of State case search).
"Property-rights violation, Constitutional Court individual application."
→ Constitutional Court decisions; application no. + decision date + outcome (violation / none).
"Review this lease agreement under KVKK and the Code of Obligations."
→ The relevant skill engages: facts → norm → subsumption → risks and a concrete next step.
Source & packages

Open source. Try it, critique it, contribute.

License: MIT / Apache-2.0.
This is not legal advice; outputs must be verified against the legislation in force and confirmed case law.