MCP server for Turkish legislation (Adalet Bakanligi Bedesten API): verifiable citations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server for Turkish legislation (Kanun/laws, KHK/decree-laws, Tuzuk/statutes,
Yonetmelik/regulations, Cumhurbaskanligi Kararnamesi/presidential decrees, Teblig/communiques
and more), served as a keyless JSON API by the Adalet Bakanligi (Ministry of Justice) at
bedesten.adalet.gov.tr/mevzuat. It gives an AI agent legislation text and metadata with a
verifiable citation: a resolvable identifier, a human-readable citation, and a link to the
official source.
Part of the eu-legal-mcp line by MateMatic β one connector per country, the same citation contract everywhere. Turkey is included under this line's broader "Europe" framing (Council of Europe member, EU accession candidate), alongside connectors that map strictly to EU-27 membership.
On ELI. Turkey does not publish native ELI (
/eli/) URIs. To keep the line's contract honest,eli_uricarries the canonical, resolvablemevzuat.gov.trURL instead β e.g.https://www.mevzuat.gov.tr/mevzuat?MevzuatNo=5237&MevzuatTur=1&MevzuatTertip=5β which every Bedesten search record already supplies. The connector never fabricates an/eli/URI and says so in its tool instructions. SeeDISCOVERY.md.On case law. This connector covers legislation only. Yargitay (Court of Cassation) decision search was unreachable (TCP timeout) from the build network, and Anayasa Mahkemesi (Constitutional Court) exposes only a client-rendered SPA with no discovered server API. Neither is wired up here β see
DISCOVERY.mdfor what was actually checked.
| Tool | What it does |
|---|---|
tr_search_legislation(query, mevzuat_turu=None, mevzuat_no=None, baslikta_ara=True) | Search Turkish legislation by title and/or full text, optionally filtered by type and number. |
tr_get_legislation_content(mevzuat_id) | The full text of one document (HTML converted to plain text). |
tr_get_legislation_toc(mevzuat_id) | The article tree (madde agaci / table of contents) of one document. |
tr_list_legislation_types() | Enumerate all legislation types with live document counts (KANUN, KHK, YONETMELIK, ...). |
tr_coverage() | Declare what this connector covers, when each family was captured, and - explicitly - what it does NOT cover. Every gap carries a fallback. |
Every response carries the citation contract:
eli_uri β the canonical, resolvable mevzuat.gov.tr identifier (see the ELI note above).human_readable_citation β the Turkish citation convention: law number + name + Official
Gazette (Resmi Gazete) date/number, e.g. 5237 sayili Turk Ceza Kanunu (Resmi Gazete:
12/10/2004, Sayi: 25611).source_url β the same canonical mevzuat.gov.tr page.Register it with your MCP client (see .mcp.json.example):
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe
and the tr-eli-mcp.exe launcher that pip writes at install time. The python.exe and
py.exe from the python.org installer are signed by the Python Software
Foundation, so running the module through the interpreter works:
pip.exe is blocked for the same reason, so install with python -m pip, not
pip install. If python is not on PATH, use the Windows launcher: py -3 -m tr_eli_mcp.
Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
~/.matematic/audit/tr-eli-mcp.jsonl
(AI Act art. 12 record-keeping).See CONSTITUTION.md (the 4 principles) and DISCOVERY.md (how the source was mapped, and
what was ruled out).
Apache-2.0. The Turkish legislation served is official public data of the Republic of Turkey; this connector adds no rights over it.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tr-eli-mcp)<a href="https://allmcps.com/mcp/tr-eli-mcp"><img src="https://allmcps.com/api/badge/tr-eli-mcp?style=directory" alt="Tr Eli MCP on AllMCPs" /></a>