Spring Boot 기반 Model Context Protocol(MCP) 서버로, 국가법령정보 Open API를 활용한 법령 검색 기능을 제공합니다.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"openlaw": {
"args": [
"run",
"-i",
"--rm",
"-e",
"OPENLAW_OC=your_api_key",
"n0wst4ndup/openlaw-mcp"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Spring Boot 기반 Model Context Protocol(MCP) 서버로 국가법령정보 Open API를 활용한 법령 검색 기능을 제공합니다.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
MCP Security Weekly
Get CVE alerts and security updates for Openlaw Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Spring Boot 기반 Model Context Protocol(MCP) 서버로 국가법령정보 Open API를 활용한 법령 검색 기능을 제공합니다.
참고: 이 서버는 국가법령정보 Open API에 접근하기 위한 인증 키가 필요합니다.
자세한 사항은 https://open.law.go.kr/LSO/information/guide.do 를 참조 해주세요.
law_search
target (string, required): 서비스대상(법령:law/행정규칙:admrul/자치법규:ordin)search (integer, optional): 검색범위(1:법령명/2:본문, default=1)query (string, optional): 검색범위에서 검색을 원하는 질의(e.g. 대한민국헌법)display (integer, optional): 검색 결과 개수(default=20 max=100)page (integer, optional): 검색 결과 페이지(default=1)law_service
Docker: Provider 컨테이너를 올리기 위한 도커Image: 직접 빌드하거나 다운받은 이미지OPENLAW_OC: 국가법령정보 Open API 인증 키# Git Clone
# Image Build
docker build -t n0wst4ndup/openlaw-mcp .
docker pull n0wst4ndup/openlaw-mcp
Host Mcp 설정에 다음을 입력하세요:
{
"mcpServers": {
"openlaw": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OPENLAW_OC=your_api_key",
"n0wst4ndup/openlaw-mcp"
]
}
}
}
{
"mcpServers": {
"openlaw": {
"command": "cmd",
"args": [
"/c",
"docker",
"run",
"-i",
"--rm",
"-e",
"OPENLAW_OC=your_api_key",
"n0wst4ndup/openlaw-mcp"
]
}
}
}