home / mcp / south korean law mcp server
Queries South Korean statutes and EU cross-references from MCP clients with search, retrieval, and currency checks.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-south-korea-law-mcp": {
"url": "https://south-korea-law-mcp.vercel.app/mcp"
}
}
}You can query South Korean legislation directly from MCP-compatible clients to search, retrieve exact provisions, verify currency, and build legal analyses. This MCP server makes Korean statutes searchable, cross-referenceable, and AI-readable, covering data protection, cybersecurity, corporate law, and more for quick, precise legal research.
Connect your MCP client to the server endpoints provided. You can use the hosted remote endpoint for quick start or run a local MCP instance to keep data on your side. Once connected, you can search for specific provisions, retrieve exact text by statute and section, verify whether a law is currently in force, and aggregate citations across sources to build legal arguments.
Prerequisites: you need Node.js and npm installed on your system. Choose your preferred deployment method: run remotely without installing anything or run locally with npm.
Use Remotely (no install required) Connect to the hosted MCP endpoint directly from your client. The remote MCP URL is https://south-korea-law-mcp.vercel.app/mcp.
Use Locally (npm) Install and run the MCP server locally with npm. The standard local runtime uses npx to execute the MCP package.
Connection options include a remote HTTP endpoint and local stdio runtimes. The remote endpoint is the primary default method. For local usage, you can run the MCP server with npx and an optional -y flag to confirm installation prompts.
Configuration snippets are provided for common clients. The Claude Desktop and coding editor integrations show how to wire an MCP server by URL or by running the local command. When using local runs, the standard command is to execute npx with the package name or with -y to streamline prompts.
This MCP server emphasizes verifiable, non-LM-based access to statute text and cross-references. It avoids processing statute text through large language models and returns exact, unchanged provisions from a local database where possible. Be mindful of sensitive or privileged information when using on-premise deployments.
The server sources official South Korean legal databases and provides core statutes, translations, and EU cross-references. It highlights key laws such as the Personal Information Protection Act, Network Act, Credit Information Act, Electronic Government Act, and others, along with PIPC guidelines and enforcement resources.
Full-text search across all provisions with BM25 ranking.
Retrieve a specific provision by statute with chapter and section.
Check if a statute is in force, amended, or repealed.
Validate a citation against the database to reduce errors.
Aggregate citations from multiple statutes for a chosen topic.
Format citations according to Korean legal conventions.
List all available statutes with metadata.
Provide server information, capabilities, and coverage.
Retrieve EU directives or regulations relevant to a Korean statute.
Find Korean laws that implement an EU act.
Search EU documents with counts of Korean implementations.
Get EU law references for a specific provision.
Check the compliance status of EU directives in Korea.