KJH Law MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.261
- 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.71
- 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 gradedqualityCmaintenanceProvides 17 tools for accessing Korean statutes, precedents, and administrative rules via the National Law Information Center API, with LLM hallucination prevention, citation verification, impact graphs, and time-travel diff.5,292MIT
Related MCP Connectors
Resolve, search and verify legal citations against the official sources, with provenance.
Korean business record validation and workflow safety gates for AI agents.
Connect AI to millions of laws and court cases with the Lawstronaut MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ramhori/kjh-law-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server