# Korean Law Search

Search and retrieve Korean statutes and administrative rules with precise filters. Access English translations and drill down to articles, paragraphs, and sub-items. Explore linkages with local ordin…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add rabqatab/lexlink-ko-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list rabqatab/lexlink-ko-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rabqatab/lexlink-ko-mcp eflaw_search

# Call a tool
npx -y @smithery/cli@latest tool call rabqatab/lexlink-ko-mcp eflaw_search '{}'
```

## Direct MCP Connection

Endpoint: `https://lexlink-ko-mcp--rabqatab.run.tools`

## Tools (54)

- `eflaw_search`
- `law_search`
- `eflaw_service`
- `law_service`
- `eflaw_josub`
- `law_josub`
- `elaw_search`
- `elaw_service`
- `admrul_search`
- `admrul_service`
- `lnkLs_search`
- `lnkLsOrdJo_search`
- `lnkDep_search`
- `drlaw_search`
- `lsDelegated_service`
- `prec_search`
- `prec_service`
- `detc_search`
- `detc_service`
- `expc_search`
- `expc_service`
- `decc_search`
- `decc_service`
- `article_citation`
- `aiSearch`
- `aiRltLs_search`
- `ordin_search`
- `ordin_service`
- `ordinLsCon_search`
- `trty_search`
- `trty_service`
- `lstrm_ai_search`
- `dlytrm_search`
- `lstrm_rlt_search`
- `dlytrm_rlt_search`
- `lstrm_rlt_jo_search`
- `jo_rlt_lstrm_search`
- `ls_rlt_search`
- `committee_search`
- `committee_service`
- `cgm_expc_search`
- `cgm_expc_service`
- `special_decc_search`
- `special_decc_service`
- `check_precedent_odds`
- `legal_resolver`
- `simplify_article`
- `law_amendment_summary`
- `article_amendment_diff`
- `chain_full_research`
- `chain_amendment_track`
- `chain_dispute_prep`
- `chain_law_system`
- `cache_stats`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rabqatab/lexlink-ko-mcp <tool-name>
```

## Resources

- `lexlink://laws/frequently-used` — Cached mapping of frequently-used Korean law names to their stable 법령ID codes. Use these IDs directly with eflaw_servic…

## Prompts (9)

- `search-korean-law` (law_name) — Search for a Korean law by name or keyword and provide a summary
- `get-law-article` (law_id, article_number) — Retrieve and explain a specific article from a Korean law
- `get-article-with-citations` (law_name, article_number) — Retrieve a law article AND all its citations (referenced laws)
- `analyze-law-citations` (law_name, articles) — Search a law and automatically analyze citations for specified articles
- `search-admin-rules` (keyword) — Search Korean administrative rules (행정규칙) by keyword
- `tool-selection-guide` — Guidance on which search tool to use based on query clarity
- `analyze-legal-situation` (situation) — Describe a legal situation in plain Korean → get applicable laws, rights, and action steps
- `explain-legal-document` (document_text) — Paste a legal document → get plain Korean explanation
- `check-legal-precedent` (question) — Ask a yes/no legal question → get precedent-backed answer with success rate

---

Source: https://github.com/rabqatab/LexLink-ko-mcp
