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
4.7K

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

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
9.2K
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
8.9K
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
10.7K
4.5 points
M
MCP Server Airbnb
Certified
MCP service for Airbnb listing search and details query
TypeScript
12.5K
4 points
F
Firecrawl MCP Server
The Firecrawl MCP Server is a Model Context Protocol server integrating Firecrawl's web - scraping capabilities, providing rich web - scraping, searching, and content - extraction functions.
TypeScript
65.4K
5 points
R
Rednote MCP
RedNote MCP is a tool that provides services for accessing Xiaohongshu content. It supports functions such as authentication management, keyword - based note search, and command - line initialization, and can access note content via URL.
TypeScript
12.4K
4.5 points
P
Perplexity MCP
Certified
An MCP server based on the Perplexity AI API, providing web search functionality for the Claude desktop client.
Python
15.7K
4.1 points
E
Exa Web Search
Certified
The Exa MCP Server is a server that provides web search capabilities for AI assistants (such as Claude), enabling real-time and secure web information retrieval through the Exa AI Search API.
TypeScript
28.4K
5 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
16.6K
4.3 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
14.8K
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
24.6K
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
44.0K
4.3 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#
19.2K
5 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
44.5K
4.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
14.8K
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
30.3K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase