eu.ansvar/south-korea-law-mcp

South Korean law database — PIPA, ICT network security, credit information with full-text search

0Apache-2.0databases

Install

Config snippet generator goes here (5 client tabs)

README

# South Korean Law MCP Server

**The law.go.kr alternative for the AI age.**

[![npm version](https://badge.fury.io/js/%40ansvar/south-korea-law-mcp.svg)](https://www.npmjs.com/package/@ansvar/south-korea-law-mcp)
[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub stars](https://img.shields.io/github/stars/Ansvar-Systems/South-Korea-law-mcp?style=social)](https://github.com/Ansvar-Systems/South-Korea-law-mcp)
[![CI](https://github.com/Ansvar-Systems/South-Korea-law-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Ansvar-Systems/South-Korea-law-mcp/actions/workflows/ci.yml)

Query **South Korean legislation** -- covering data protection, cybersecurity, corporate law, and more -- directly from Claude, Cursor, or any MCP-compatible client.

If you're building legal tech, compliance tools, or doing South Korean legal research, this is your verified reference database.

Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden

---

## Why This Exists

South Korean legal research is scattered across official government databases, commercial legal platforms, and institutional archives. Whether you're:
- A **lawyer** validating citations in a brief or contract
- A **compliance officer** checking if a statute is still in force
- A **legal tech developer** building tools on South Korean law
- A **researcher** tracing legislative history

...you shouldn't need dozens of browser tabs and manual PDF cross-referencing. Ask Claude. Get the exact provision. With context.

This MCP server makes South Korean law **searchable, cross-referenceable, and AI-readable**.

---

## Quick Start

### Use Remotely (No Install Needed)

> Connect directly to the hosted version -- zero dependencies, nothing to install.

**Endpoint:** `https://south-korea-law-mcp.vercel.app/mcp`

| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add south-korea-law --transport http https://south-korea-law-mcp.vercel.app/mcp` |
| **Claude Desktop** | Add to config (see below) |
| **GitHub Copilot** | Add to VS Code settings (see below) |

**Claude Desktop** -- add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "south-korea-law": {
      "type": "url",
      "url": "https://south-korea-law-mcp.vercel.app/mcp"
    }
  }
}
```

**GitHub Copilot** -- add to VS Code `settings.json`:

```json
{
  "github.copilot.chat.mcp.servers": {
    "south-korea-law": {
      "type": "http",
      "url": "https://south-korea-law-mcp.vercel.app/mcp"
    }
  }
}
```

### Use Locally (npm)

```bash
npx @ansvar/south-korea-law-mcp
```

**Claude Desktop** -- add to `claude_desktop_config.json`:

**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
  "mcpServers": {
    "south-korea-law": {
      "command": "npx",
      "args": ["-y", "@ansvar/south-korea-law-mcp"]
    }
  }
}
```

**Cursor / VS Code:**

```json
{
  "mcp.servers": {
    "south-korea-law": {
      "command": "npx",
      "args": ["-y", "@ansvar/south-korea-law-mcp"]
    }
  }
}
```

---

## Example Queries

Once connected, just ask naturally:

- *"What does the South Korean data protection law say about consent?"*
- *"Search for cybersecurity requirements in South Korean legislation"*
- *"Is this statute still in force?"*
- *"Find provisions about personal data in South Korean law"*
- *"What EU directives does this South Korean law implement?"*
- *"Which South Korean laws implement the GDPR?"*
- *"Validate this legal citation"*
- *"Build a legal stance on data breach notification requirements"*

---

## Laws Covered

| Law | Korean Name | Key Topic |
|-----|------------|-----------|
| **Personal Information Protection Act (PIPA)** | 개인정보 보호법 | Personal data protection (one of world's strictest) |
| **Network Act** | 정보통신망 이용촉진 및 정보보호 등에 관한 법률 | ICT network security, information protection |
| **Credit Information Act** | 신용정보의 이용 및 보호에 관한 법률 | Financial data, MyData, credit information |
| **Electronic Government Act** | 전자정부법 | Digital government services, e-government |
| **Framework Act on Intelligent Informatization** | 지능정보화 기본법 | AI governance, intelligent information services |
| **IT Network Act** | 정보통신망법 | Network infrastructure, cybersecurity |
| **Constitution (selected provisions)** | 대한민국헌법 | Fundamental rights, Article 17 (right to privacy) |

Additionally includes key PIPC guidelines and supplementary materials:

- PIPA Standard Guidelines (개인정보 처리 표준지침)
- PIPC enforcement actions and penalty decisions
- Cross-border transfer standard contractual clauses

---

## Deployment Tiers

| Tier | Content | Database Size | Platform |
|------|---------|---------------|----------|
| **Free** |