/ 디렉터리 / 플레이그라운드 / korean-law-mcp
● 커뮤니티 chrisryugj ⚡ 바로 사용

korean-law-mcp

제작: chrisryugj · chrisryugj/korean-law-mcp

41 Korean legal APIs (법제처) condensed to 15 MCP tools — statutes, case law, amendments, treaties, legal interpretations.

chrisryugj/korean-law-mcp wraps the Korean Legislative Council (법제처) open API surface into MCP tools. Useful for lawyers, compliance officers, and researchers working with Korean statutory and case law. Chain tools compose common investigations.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

korean-law.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "korean-law": {
      "command": "npx",
      "args": [
        "-y",
        "korean-law-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "korean-law": {
      "command": "npx",
      "args": [
        "-y",
        "korean-law-mcp"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "korean-law": {
      "command": "npx",
      "args": [
        "-y",
        "korean-law-mcp"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "korean-law": {
      "command": "npx",
      "args": [
        "-y",
        "korean-law-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "korean-law",
      "command": "npx",
      "args": [
        "-y",
        "korean-law-mcp"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "korean-law": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "korean-law-mcp"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add korean-law -- npx -y korean-law-mcp

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: korean-law-mcp

How to research a Korean statute and its case law in one session

👤 Korean legal researchers, compliance officers ⏱ ~30 min intermediate

언제 쓸까: You need the statute text, recent amendments, and relevant court interpretations.

사전 조건
  • Node 18+ — nvm install 20
  • Install: npx korean-law-mcp setup — Adds config to your MCP client
흐름
  1. Run chain research
    chain_full_research on 개인정보 보호법 — statute, amendments in last 3 years, related decisions.✓ 복사됨
    → Structured report
  2. Drill into a clause
    get_law_text for article 17 of that act.✓ 복사됨
    → Full clause text
  3. Find dispute precedents
    search_decisions on article 17 disputes at the Constitutional Court level.✓ 복사됨
    → Decision list

결과: A research memo that a junior associate could follow up on.

함정
  • Translations can mislead — this tool returns Korean originals — For bilingual output, pair with a translation MCP; don't trust unofficial translations in court filings
함께 쓰기: google-workspace

How to prepare for a dispute with chain_dispute_prep

👤 Korean litigation teams ⏱ ~25 min advanced

언제 쓸까: You're drafting a brief and need precedent quickly.

흐름
  1. Frame the issue
    chain_dispute_prep for a contract dispute over unfair clauses under 약관의 규제에 관한 법률.✓ 복사됨
    → Statute + relevant precedents + annexes
  2. Get key decision texts
    get_decision_text on the top 3 decisions returned.✓ 복사됨
    → Full opinions

결과: A precedent-backed starting draft.

함정
  • Don't cite machine-translated text in filings — Use original Korean in filings; English is for internal discussion

How to track amendments to a law over time

👤 Compliance officers, policy analysts ⏱ ~15 min intermediate

언제 쓸까: You need to know what changed and when.

흐름
  1. Run chain_amendment_track
    chain_amendment_track on 자본시장법 in the last 5 years.✓ 복사됨
    → Diff-oriented amendment log

결과: A timeline of changes with articles affected.

조합

다른 MCP와 조합해 10배 효율

korean-law + google-workspace

Produce research memos directly into Google Docs

Run chain_full_research on 공정거래법 and write the result as a new Google Doc 'Antitrust Research 2026-04'.✓ 복사됨
korean-law + notion

Maintain a compliance knowledge base

Every Monday, run chain_amendment_track on our watchlist laws and create a Notion page with changes.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
chain_full_research topic: str Broad first pass multiple API calls
chain_law_system domain: str Understand a legal area multiple calls
chain_action_basis action: str Find basis for an administrative action multiple calls
chain_dispute_prep issue: str Draft prep multiple calls
chain_amendment_track law_name, since?: str Change tracking multiple calls
search_law query Find a specific act 1 API call
get_law_text law_id, article? Retrieve clauses 1 API call
get_annexes law_id Attachments + schedules 1 API call
search_decisions query, court? Case law search 1 API call
get_decision_text decision_id Read a ruling 1 API call
discover_tools query? Find an API not covered by chain tools free
execute_tool tool_name, args Call any underlying API 1 API call

비용 및 제한

운영 비용

API 쿼터
법제처 public API has generous limits but no published SLA — be considerate
호출당 토큰
Statute texts: 2k-20k tokens; keep article-scoped queries
금액
Free — public API
Use chain tools instead of manually stitching many execute_tool calls — faster + fewer tokens.

보안

권한, 시크릿, 파급범위

최소 스코프: None — public API
자격 증명 저장: No API key required
데이터 외부 송신: 법제처 Open API endpoints
절대 부여 금지: Nothing — read-only public data

문제 해결

자주 발생하는 오류와 해결

Empty results for a common law

Try the official Korean name rather than English. search_law supports fuzzy Korean matching.

chain_* tool times out

Narrow the scope (single law or single year). Chain tools make many underlying calls.

Annexes return .hwp files that don't open

.hwp is Hangul Word Processor — install Hancom HWP viewer or convert via Hancom Docs.

대안

korean-law-mcp 다른 것과 비교

대안언제 쓰나단점/장점
법제처 site directlyYou only need occasional lookupNo AI orchestration

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기