Skip to main content
Glama
memorise8

law-search-mcp

by memorise8

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LAW_API_OCYeslaw.go.kr OpenAPI 식별자. 발급 신청: https://open.law.go.krcontact

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_precedentsA
한국 법원 판례 목록을 키워드로 검색합니다.

law.go.kr 공식 Open API를 통해 판례를 검색하고 기본 정보 목록을 반환합니다.
검색 결과에는 사건명, 법원 및 선고 정보, 판례일련번호(precSeq)가 포함됩니다.
판례일련번호를 사용하여 get_precedent_detail()로 상세 내용을 조회할 수 있습니다.

Parameters:
    query: 검색 키워드 (예: "손해배상", "계약해제", "부당해고")
    max_results: 최대 결과 수 (기본값: 20, 최대 100)
    page: 페이지 번호 (기본값: 1)
    sort: 정렬 기준 (예: "date" 선고일자순, 기본값: 관련도순)
    org: 법원종류코드 (예: "400201" 대법원, 빈 문자열이면 전체)
    date_range: 선고일자 범위 (형식: YYYYMMDD~YYYYMMDD, 예: "20200101~20231231")

Returns:
    검색된 판례 목록 (사건명, 법원/선고 정보, 판례일련번호 포함)
    판례일련번호로 get_precedent_detail(precedent_id)를 호출하면 상세 내용을 조회할 수 있습니다.
get_precedent_detailA
판례일련번호(precSeq)로 특정 판례의 상세 내용을 조회합니다.

law.go.kr 공식 Open API를 통해 판례 상세 정보를 반환합니다.
판례일련번호는 search_precedents() 검색 결과에서 확인할 수 있습니다.

반환 정보:
- 사건명, 사건번호, 선고일자, 법원 정보
- 판시사항: 법원이 판단한 주요 법률 쟁점
- 판결요지: 판결의 핵심 내용 요약 (없을 수 있음)
- 참조조문: 관련 법령 조문
- 참조판례: 관련 선례 판례
- 판례내용: 판결문 전문

Parameters:
    precedent_id: 판례일련번호 (예: "225429"). search_precedents()로 조회한 번호를 사용합니다.

Returns:
    판례의 상세 정보 (판시사항, 판결요지, 판례내용 등 가용한 모든 섹션 포함)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/memorise8/law-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server