KJH Law MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KJH Law MCP근로기준법 제74조 알려줘"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KJH Law MCP - Legal Search MCP Server
This is an MCP server for searching, retrieving, and analyzing South Korean laws. It provides 89 legal tools based on the Ministry of Government Legislation Open API.
Based on korean-law-mcp by chrisryugj (MIT License)
Prerequisites: API Key Issuance
You must first obtain a Ministry of Government Legislation Open API Authentication Key (OC), which is required for all usage methods.
Visit the Ministry of Government Legislation Open API Application Page
Sign up and log in
Click the "Open API Usage Application" button
Fill out the application form and receive your Authentication Key (OC) (e.g.,
honggildong)
Related MCP server: Korean Law MCP Server
Usage
Method 1: Use directly in Claude.ai web (No installation required)
You can use it directly as a connector in Claude Pro/Max/Team/Enterprise plans.
claude.ai → Settings → Connectors → Add Custom Connector
Enter the URL below (replace
honggildongwith your own authentication key):
https://korean-law-mcp.fly.dev/mcp?profile=lite&oc=honggildongSet tools to "Always allow"
Just type "Tell me about Article 74 of the Labor Standards Act" in the chat!
lite vs full: You can use all 89 features even with the lite (14 tools) version. Remove
profile=lite&from the URL for full mode.
Method 2: AI Desktop Apps (Claude Desktop, Cursor, Windsurf, etc.)
Add the following to your configuration file:
App | Config File Location |
Claude Desktop (Win) |
|
Claude Desktop (Mac) |
|
Cursor / Windsurf | Project folder |
{
"mcpServers": {
"korean-law": {
"url": "https://korean-law-mcp.fly.dev/mcp?oc=honggildong"
}
}
}Method 3: Local Installation
npm install -g kjh-law-mcpAI App Settings:
{
"mcpServers": {
"korean-law": {
"command": "korean-law-mcp",
"env": {
"LAW_OC": "honggildong"
}
}
}
}Method 4: CLI Usage
# 인증키 설정
export LAW_OC=honggildong # Mac/Linux
set LAW_OC=honggildong # Windows CMD
$env:LAW_OC="honggildong" # Windows PowerShell
# 사용 예시
korean-law "민법 제1조" # 자연어 조회
korean-law search_law --query "관세법" # 도구 직접 호출
korean-law list # 전체 도구 목록
korean-law help search_law # 도구별 도움말How to provide the API Key
Method | Usage | Purpose |
Include in URL |
| Web client |
HTTP Header |
| Programming integration |
Environment Variable |
| Local installation |
Tool Parameter |
| Specific request |
Usage Examples
"관세법 제38조 알려줘"
→ search_law("관세법") → MST 획득 → get_law_text(mst, jo="003800")
"화관법 최근 개정 비교"
→ "화관법" → "화학물질관리법" 자동 변환 → compare_old_new(mst)
"근로기준법 제74조 해석례"
→ search_interpretations("근로기준법 제74조") → get_interpretation_text(id)
"산업안전보건법 별표1 내용 알려줘"
→ get_annexes(lawName="산업안전보건법 별표1") → HWPX 다운로드 → Markdown 변환Tool List (89 total)
Category | Count | Key Tools |
Search | 11 |
|
Retrieve | 9 |
|
Analysis | 10 |
|
Specialized: Tax/Customs | 4 |
|
Specialized: Const. Court/Admin | 4 |
|
Specialized: Committee Decisions | 8 | KFTC, PIPC, Labor Relations Commission, Board of Audit and Inspection |
Special Administrative Appeals | 4 |
|
Law-Ordinance Linkage | 4 |
|
Treaties | 2 |
|
School/Public Corp Rules | 6 |
|
Knowledge Base | 7 |
|
Chains | 8 |
|
Meta | 2 |
|
Other | 10 | AI search, English laws, historical laws, legal terminology, abbreviations, legal system maps, administrative rule comparison |
Key Features
89 Legal Tools - Statutes, precedents, administrative rules, local ordinances, Constitutional Court decisions, tax tribunal decisions, customs interpretations, treaties, etc.
MCP + CLI - Supports both AI apps and terminal environments
Legal Domain Specialization - Auto-recognition of abbreviations (e.g.,
화관법->Chemical Substances Control Act), article number conversionAnnex/Form Extraction - Automatic download of HWPX/HWP files and conversion to Markdown
8 Chain Tools - Process complex research in a single call
Tool Profiles - Automatic selection between lite (14) / full (89) profiles
Caching - 1-hour TTL for searches, 24-hour TTL for articles
Remote Endpoint - Ready to use without installation
License
Based on korean-law-mcp by chrisryugj (MIT License)
This server cannot be deployed
Maintenance
Related MCP Connectors
Korean fact-verification tools for AI agents: business registration, address, DART, apt prices, laws
LawOracle — 20 legal AI tools: case law search, contracts, EU regulations, citation graph.
- mcpweaveOAuthcom.mcpweave
Korea-native MCP gateway: Korean commerce, payments, messaging, gov & finance APIs for AI agents.
Search U.S. case law, fetch opinions, and ask matter-aware legal questions over your documents.
Related MCP Servers
- FlicenseAqualityBmaintenanceEnables AI systems to search, retrieve, and analyze Korean legal information from the National Law Information API (law.go.kr), including laws, administrative rules, English translations, and law-ordinance linkages.262-
- FlicenseNot gradedqualityDmaintenanceEnables real-time search and analysis of Korean laws, legal precedents, and administrative rules through the National Law Information Center Open API, allowing AI agents to access official legal information for contract review, compliance, and legal research.73-
- AlicenseNot gradedqualityDmaintenanceIntegrates 132 tools from the Korean Ministry of Legislation OPEN API to provide comprehensive access to Korean legal documents, including statutes, precedents, treaties, administrative rules, and local ordinances.9MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search and retrieve Korean laws, regulations, administrative rules, legal interpretations, and precedents via official APIs for legal review workflows.1MIT