MCP Catalogs
Homekorean-law-mcp screenshot

korean-law-mcp

by chrisryugj·1,732·Score 56

Korean legal MCP server transforming 41 government APIs into 17 tools with citation verification, impact mapping, and time comparison.

ai-llmknowledge-graphdeveloper-tools
328
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

This is a production-ready MCP server that provides access to Korean legal information through the Korean Law Information Service API. It transforms 41 government APIs into 17 specialized tools that enable legal professionals, researchers, and citizens to search laws, precedents, ordinances, and treaties. The server includes advanced features like citation verification to prevent AI hallucinations, impact mapping to visualize legal clause effects, time travel for automatic diff between legal versions at different dates, and a 5-step citizen action guide. The implementation is in TypeScript and offers both HTTP and CLI interfaces for seamless integration with AI assistants like Claude Desktop, Cursor, Windsurf, and Zed.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Legal research professionals verifying AI-generated citations against official Korean law databases
you:Citizens seeking step-by-step guidance for legal issues like rental deposit disputes
you:Policy analysts comparing legal changes across different time periods to understand impacts
you:How many legal APIs does this server cover?
you:Can I use this with Claude AI?
you:How does the citation verification feature work?

When to choose this

Choose this server if you need Korean legal information and analysis in AI applications, particularly when working with Korean law, verifying legal citations, or understanding legal impacts across time periods.

When NOT to choose this

Don't choose this if you need legal information for countries other than South Korea, require write access to legal databases, or need authentication beyond the API key model.

Tools this server exposes

12 tools extracted from the README
  • impact_map

    Generate a graph showing the impact of a specific article, referencing related court decisions, constitutional court rulings, and administrative regulations.

  • time_travel

    Compare two versions of a law at different points in time, showing added(+), removed(-), and changed(△) articles.

  • action_plan

    Create a 5-step actionable guide for citizens facing legal issues, identifying applicable laws, precedents, and necessary documents.

  • verify_citations

    Verify legal citations in text against the official law database to detect hallucinations or non-existent articles.

  • search_law

    Search for Korean laws by name, keyword, or article number with automatic alias resolution.

  • get_law_text

    Retrieve the full text of a specific law, including amendments and historical changes.

  • search_decisions

    Search for court decisions, constitutional court rulings, or administrative appeals across 17 domains.

  • get_decision_text

    Retrieve the full text of a specific court decision, with options for abbreviated or full versions.

  • get_law_system_tree

    Show the hierarchical structure of a law, including related administrative regulations and local ordinances.

  • get_annexes

    Retrieve appendices, forms, and reference tables related to specific laws or regulations.

  • track_amendment_history

    Track the amendment history of a specific law article and map related precedents over time.

  • check_ordinance_compliance

    Check if a local ordinance complies with higher-level laws by comparing with unconstitutional decisions and administrative cases.

Comparable tools

legal-mcpkorean-law-apilawsearchlaw-mcp-server

Installation

Installation

npm

npm install -g korean-law-mcp

Claude Desktop

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "korean-law": {
      "command": "npx",
      "args": ["korean-law-mcp"]
    }
  }
}

Docker

docker run -p 8080:8080 chrisryugj/korean-law-mcp

Direct API

curl https://korean-law-mcp.fly.dev/mcp

FAQ

How many legal APIs does this server cover?
The server covers 41 Korean government APIs, transformed into 17 MCP tools for easier access and functionality.
Can I use this with Claude AI?
Yes, it works with Claude Desktop, Claude.ai, and other compatible AI assistants through the MCP protocol.
How does the citation verification feature work?
It extracts legal citations from user input, cross-references them with the official Korean Law Information Service database, and flags non-existent or incorrect citations.

Compare korean-law-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.