lawtutor-mcp

seung23/lawtutor-mcp
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
Korean Administrative Law & Constitutional Law RAG MCP Server for 7급 공무원시험
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lawtutor-mcp": {
      "command": "uvx",
      "args": [
        "lawtutor-mcp"
      ]
    }
  }
}

Or install with pip: pip install lawtutor-mcp

README Excerpt

한국 7급 공무원시험(행정직) 행정법/헌법 학습을 위한 **RAG MCP 서버**. 국가법령정보센터 OPEN API에서 수집한 **94만 건의 법령·판례·결정례** 데이터를 벡터 DB에 인덱싱하고, Claude Pro 등 MCP 호환 클라이언트에서 정확하게 검색할 수 있도록 6개 도구를 제공한다. - **할루시네이션 차단**: 국가법령정보센터 OPEN API 단일 소스 기반 RAG. 존재하지 않는 조문·판례 생성 방지 - **하이브리드 검색**: BGE-M3 dense(1024차원) + sparse(lexical) 벡터를 RRF(Reciprocal Rank Fusion)로 융합

Tools (6)

fetch_article_by_numberfetch_case_by_numbersearch_constitutional_decisionsearch_lawsearch_legal_interpretationsearch_precedent