Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LAWYER_MCP_HEADLESSNoSet to '0' to show browser window for debugging1
LAWYER_MCP_CAPTCHA_DIRNoDirectory path to save CAPTCHA imagescurrent working directory

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
auction_case_searchA

법원경매 '사건'을 사건번호로 조회한다(경매사건검색).

날짜 필터가 없어 진행 중·미종국·취하·종국 사건까지 바로 조회된다. 사건 기본정보·물건목록·당사자·목록(소재지)을 함께 반환한다. 특정 사건번호 조회에는 auction_search_by_case 보다 이 툴을 우선 사용한다.

Args: case_no: 사건번호 (예: '2025타경602'). court: 법원명. 지원은 짧은 이름(예: '순천지원'), 본원은 '서울중앙지방법원'.

Returns: 사건 종합 정보. 사건을 찾지 못하면 None.

auction_search_by_caseA

법원경매 '진행 중 매각물건'을 사건번호로 검색한다(물건상세검색).

매각기일이 설정된 부동산 물건만 나온다. 미종국/취하 등 진행물건이 없는 사건은 빈 리스트가 된다(그 경우 auction_case_search 를 사용).

Args: case_no: 사건번호 (예: '2024타경12345'). court: 관할 법원명 (선택, 예: '서울중앙지방법원').

Returns: 물건 요약 정보 리스트. 결과가 없으면 빈 리스트.

auction_item_detailA

법원경매 물건의 상세 정보(감정가/최저가/기일 내역)를 조회한다.

Args: case_no: 사건번호 (예: '2024타경12345'). item_no: 물건번호 (선택). 미지정 시 첫 번째 물건. court: 관할 법원명 (선택).

Returns: 물건 상세 정보. 없으면 None.

case_search_captchaA

[1단계] 나의 사건검색을 시작하고 CAPTCHA 이미지를 반환한다.

CAPTCHA 는 자동 인식할 수 없으므로, 반환된 이미지 파일을 사용자가 직접 읽고 case_search_submit 으로 값을 전달해야 한다.

Args: court: 법원명 (예: '여수시법원'). 사이트 select 옵션과 정확히 일치해야 함. case_no: 사건번호 (예: '25자10010'). 사건구분은 여기서 자동 파싱. party_name: 당사자명. ssgo 사건검색은 당사자명이 필수입력이다.

Returns: session_id 와 captcha_image_path 를 담은 객체.

case_search_submitA

[2단계] CAPTCHA 값을 입력해 사건 조회를 완료한다.

Args: session_id: case_search_captcha 가 반환한 세션 ID. captcha_text: 사용자가 이미지에서 읽은 문자.

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/kingtousick/HwangsLawyerMCP'

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