Mevzuat MCP
M

Mevzuat MCP

This project provides FastMCP server support for the regulation information system of the Turkish Ministry of Justice, enabling functions such as regulation search, obtaining the list of articles, and extracting article content in Markdown format, facilitating use by LLM applications and other clients.
2.5 points
6.9K

Installation

Copy the following command to your Client for configuration
Note: Your key is sensitive information, do not share it with anyone.

🚀 Mevzuat MCP: MCP Server for the Ministry of Justice Legal Information System

This project creates a FastMCP server that simplifies access to the Ministry of Justice's Legal Information System (mevzuat.gov.tr). As a result, operations such as searching for legal texts, retrieving article lists, and obtaining article contents in Markdown format from the Legal Information System can be used as tools by LLM (Large Language Model) applications supporting the Model Context Protocol (MCP) (e.g., Claude Desktop or 5ire) and other clients.

✨ Features

  • A standard MCP interface for programmatic access to the Ministry of Justice Legal Information System.
  • The following capabilities:
    • Detailed Legal Text Search: Search for legal texts based on various filters such as legal text name/content, legal text number, Official Gazette number, legal text type, and sorting criteria.
    • List Article Tree: Retrieve the table of contents (sections, article titles, etc.) of a specific legal text in a hierarchical structure.
    • Get Article Content: Obtain the full text content of a specific article in a processed and cleaned Markdown format.
  • Conversion of legal text from HTML to Markdown for easier processing by LLMs.
  • Easy integration with the Claude Desktop application.
  • Mevzuat MCP also supports MCP clients other than Claude Desktop, such as 5ire.

📦 Installation

🚀 Easy Installation for Non-Claude Models (e.g., for 5ire)

This section is for those who want to use the Mevzuat MCP tool with MCP clients other than Claude Desktop, such as 5ire.

  • Python Installation: Python 3.11 or higher must be installed on your system. Don't forget to check the "Add Python to PATH" option during installation. You can download it here.
  • Git Installation (Windows): Download and install the git software on your computer. You should download the "Git for Windows/x64 Setup" option.
  • uv Installation:
    • Windows Users (PowerShell): Open a CMD window and run this code: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    • Mac/Linux Users (Terminal): Open a Terminal window and run this code: curl -LsSf https://astral.sh/uv/install.sh | sh
  • Microsoft Visual C++ Redistributable (Windows): It is required for some Python packages to work correctly. Download and install it here.
  • Download and install the 5ire MCP client suitable for your operating system.
  • Open 5ire. Enter the API key of the LLM service you want to use from the Workspace -> Providers menu.
  • Go to the Tools menu. Click the button labeled +Local or New.
    • Tool Key: mevzuatmcp
    • Name: Mevzuat MCP
    • Command:
      uvx mevzuat-mcp
      
    • Click the Save button to save.
  • Now you should see Mevzuat MCP under Tools. Hover over it and click the button that appears on the right to enable it (the green light should turn on).
  • You can now communicate with Mevzuat MCP.

⚙️ Manual Installation for Claude Desktop

  1. Prerequisites: Make sure Python, uv, and (for Windows) Microsoft Visual C++ Redistributable are installed on your system. You can refer to the relevant steps in the "Installation for 5ire" section above for detailed information.

  2. In Claude Desktop, go to Settings -> Developer -> Edit Config.

  3. Add the following to the opened claude_desktop_config.json file under mcpServers:

    {
      "mcpServers": {
        // ... (your other servers if any) ...
        "Mevzuat MCP": {
          "command": "uvx",
          "args": [
            "mevzuat-mcp"
          ]
        }
      }
    }
    
  4. Close and restart Claude Desktop.

💻 Usage Examples

🛠️ Available Tools (MCP Tools)

This FastMCP server provides the following tools for LLM models:

  • search_mevzuat: Performs a search in the Legal Information System using various detailed criteria.

    • Parameters: mevzuat_adi, mevzuat_no, resmi_gazete_sayisi, search_in_title, mevzuat_turleri, page_number, page_size, sort_field, sort_direction.
    • Return Value: MevzuatSearchResult (includes a paginated list of legal texts, the total number of results, etc.)
  • get_mevzuat_article_tree: Lists the articles and sections of a specific legal text in a hierarchical tree structure.

    • Parameters: mevzuat_id (the legal text ID obtained from the search result).
    • Return Value: List[MevzuatArticleNode] (a list of nested articles and headings)
  • get_mevzuat_article_content: Retrieves the full text of a specific legal text article in a cleaned Markdown format.

    • Parameters: mevzuat_id, madde_id (the article ID obtained from the article tree).
    • Return Value: MevzuatArticleContent (includes the Markdown content of the article, metadata, etc.)

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

Alternatives

P
Paperbanana
Python
6.8K
5 points
F
Finlab Ai
FinLab AI is a quantitative financial analysis platform that helps users discover excess returns (alpha) in investment strategies through AI technology. It provides a rich dataset, backtesting framework, and strategy examples, supporting automated installation and integration into mainstream AI programming assistants.
7.3K
4 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
6.6K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
10.4K
5 points
M
Maverick MCP
MaverickMCP is a personal stock analysis server based on FastMCP 2.0, providing professional level financial data analysis, technical indicator calculation, and investment portfolio optimization tools for MCP clients such as Claude Desktop. It comes pre-set with 520 S&P 500 stock data, supports multiple technical analysis strategies and parallel processing, and can run locally without complex authentication.
Python
11.2K
4 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
21.1K
5 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
15.7K
5 points
A
Apple Health MCP
An MCP server for querying Apple Health data via SQL, implemented based on DuckDB for efficient analysis, supporting natural language queries and automatic report generation.
TypeScript
12.9K
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.6K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
34.8K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
73.5K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
26.0K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
65.4K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
31.7K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
22.2K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
49.8K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase