egov-law-mcp
@codeagentjp/egov-law-mcp
e-Gov 법령 검색에서 일본 법령을 검색하고 조문 텍스트를 가져오기 위한 로컬 stdio MCP 서버입니다.
이 서버는 LLM을 호출하지 않습니다. 오직 출처가 명시된 법령 데이터와 e-Gov URL만을 반환하므로, MCP 클라이언트(Claude Desktop, Claude Code, Cursor 또는 기타 에이전트)가 원본 출처를 인용할 수 있습니다.
설계 선택은 디지털청이 오픈 소스로 공개한 Lawsy-Custom-BQ(2026년 4월 24일 '겐나이(Gennai)' 정부 AI OSS 릴리스의 일부로 공개)를 참고했습니다. 설계 노트는 codeagent.jp에서 확인하십시오.
왜 또 다른 e-Gov MCP인가
npm에는 이미 다른 작성자가 만든 egov-law-mcp가 존재합니다. 이 패키지는 다음 세 가지 측면에서 차별화됩니다.
find_related_laws— 특정 기본 법령명에 대한 시행령 및 시행규칙을 조회합니다. Lawsy-Custom-BQ도 서버 측에서 동일한 단계를 수행합니다. 정의나 위임된 규칙이 상위 법령 외부에 존재하는 경우가 많기 때문에 유용합니다.모든 도구 결과에 출처 명시 — 모든 응답에는 법령명, 법령 ID, 조 번호, 표준 e-Gov URL이 포함되어 있어 호출하는 LLM이 인용을 누락할 수 없습니다.
단일 파일
.mjs, 빌드 단계 없음 —bin/egov-law-mcp.mjs는 Node 20+ 환경에서 직접 실행됩니다. 감사하기 쉽고 설치 용량이 작습니다.
Related MCP server: Ask Google MCP Server
상태
MVP 버전입니다. API 인터페이스는 의도적으로 작게 유지되었습니다:
search_laws— 키워드로 현재 일본 법령 검색.get_article— 법령 ID 또는 법령 번호로 특정 법령의 조문 검색.get_article— 법령의 기본 메타데이터 및 텍스트 미리보기 검색.find_related_laws— 관련 가능성이 있는 시행령 및 시행규칙 검색.
요구 사항
Node.js 20 이상
https://laws.e-gov.go.jp에 대한 네트워크 접근 권한
설치
npm 사용:
{
"mcpServers": {
"egov-law": {
"command": "npx",
"args": ["-y", "@codeagentjp/egov-law-mcp"]
}
}
}개발을 위한 소스 설치:
git clone https://github.com/SHAYOUWORLD/egov-law-mcp.git
cd egov-law-mcp
node bin/egov-law-mcp.mjs{
"mcpServers": {
"egov-law": {
"command": "node",
"args": ["/absolute/path/to/egov-law-mcp/bin/egov-law-mcp.mjs"]
}
}
}도구
search_laws
e-Gov 법령 목록을 검색합니다.
{
"keyword": "個人情報",
"limit": 10
}get_article
조문 텍스트를 가져옵니다. lawId 또는 lawNum 중 하나를 제공하십시오.
{
"lawId": "503AC0000000035",
"article": "2"
}get_law
법령의 기본 메타데이터와 일반 텍스트 미리보기를 가져옵니다.
{
"lawId": "503AC0000000035",
"previewChars": 3000
}find_related_laws
시행령 및 시행규칙을 포함하여 기본 법령명과 관련이 있어 보이는 법령을 검색합니다.
{
"lawName": "個人情報の保護に関する法律",
"limit": 10
}데이터 출처 및 저작자 표시
이 패키지는 e-Gov 법령 검색 API를 사용합니다:
e-Gov 법령 검색: https://laws.e-gov.go.jp/
법령 API 문서: https://laws.e-gov.go.jp/docs/law-data-basic/8529371-law-api-v1/
e-Gov 이용 약관: https://developer.e-gov.go.jp/contents/terms
MCP stdio 전송: https://modelcontextprotocol.io/specification/2025-06-18/basic/transports
도구 결과에는 출처 정보가 포함됩니다. 이 패키지를 기반으로 결과물을 게시하거나 재배포할 때는 적절한 e-Gov 출처를 명시하십시오.
권장 출처 표기:
출처: e-Gov法令検索(https://laws.e-gov.go.jp/)
안전 주의사항
이 패키지는 법령 참조 도구이며, 법률 자문이 아닙니다. 중요한 법적 결론은 공식 e-Gov 페이지를 통해 확인하고, 필요한 경우 자격을 갖춘 전문가와 상담하십시오.
셸 명령을 실행하지 않습니다.
JSON-RPC 메시지는 stdout으로만 출력하며, 로그는 stderr로만 기록합니다.
e-Gov 법령 검색 엔드포인트만 호출합니다.
관련 자료
겐나이(Gennai) OSS 릴리스 배경: 政府AI「源内」のソースコードが商用利用可能な形で公開 (codeagent.jp)
참고한 참조 구현: digital-go-jp/genai-ai-api/google-cloud/lawsy-custom-bq
라이선스
MIT © codeagent.jp
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceLightweight MCP server that exposes tools for system information and weather lookup, designed for agent integration via stdio.1
- AlicenseAqualityAmaintenanceA stdio MCP server that provides a single tool to query Gemini with Google Search grounding for current web information, returning synthesized answers with source links.12141MIT
- AlicenseNot gradedqualityBmaintenanceA lightweight, stdio-based MCP server enabling AI assistants to perform local file system operations like reading, writing, searching, and executing commands.5,309MIT
- AlicenseNot gradedqualityBmaintenanceA local stdio MCP server that exposes xAI-compatible server-side search through a Responses API relay, providing web and X search tools with citation and cost reporting.38MIT
Related MCP Connectors
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions.
MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SHAYOUWORLD/egov-law-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server