FREE MCP v4.0.4

korean-law-mcp

법제처 42개 API → 17개 MCP 도구. 법령·판례·조례·조약 + LLM 환각 방지 인용 검증 + 조문 영향 그래프(impact_map) + 시점 비교(time_travel) + 시민 가이드(action_plan) + 국세청 해석례(nts)

View on npm Source

Install

# CLI install
npm install -g korean-law-mcp

MCP client config

{
  "command": "npx",
  "args": ["-y", "korean-law-mcp"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
korean-law-mcp
Version
4.0.4
Author
chrisryugj
Published
2026-05-19
Keywords
mcp, mcp-server, korean-law, 법령, 판례, 법제처, claude, model-context-protocol

Related MCPs

Browse all MCPs →