Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables searching and retrieving Korean Constitutional Court decisions using the official Open API, with search filters and full-text retrieval.

README.md

헌재결정례 MCP Server

법제처 헌재결정례 Open API를 Claude에서 사용할 수 있게 해주는 MCP 서버입니다.

<img width="1024" height="559" alt="image" src="https://github.com/user-attachments/assets/fab40b9e-6525-4e32-bddc-e8eb6ec295e6" />

사용 전 주의사항

이 MCP 서버를 사용하려면 반드시 법제처 Open API 사용자 등록이 필요합니다 .

API 사용자 등록 방법

  1. 국가법령정보 Open API 접속
  2. 회원가입 후 로그인
  3. 오픈API 오픈API 신청 메뉴에서 사용 신청
  4. 승인 후 발급받은 이메일 계정 ID (OC 값)를 환경 변수에 설정

미등록 상태로 API를 호출하면 인증 오류 또는 데이터가 반환되지 않습니다.

사용자 경고사항

  • 무단 크롤링 금지 : 이 서버는 법제처가 공식 제공하는 Open API만 사용합니다. API 외 방식으로

데이터를 수집하는 것은 이용약관 위반입니다.

  • API 호출 한도 : 법제처 Open API는 일일 호출 횟수 제한이 있을 수 있습니다. 과도한 반복 호출을

삼가주세요.

  • 데이터 재배포 주의 : 조회된 결정문 원문은 법제처의 저작권 정책에 따르며, 상업적 재배포 시 별도

확인이 필요합니다.

  • 정확성 책임 : 이 도구는 정보 조회 보조 목적으로 제공됩니다. 법률 판단이나 소송 등 중요한

의사결정에는 반드시 원문을 직접 확인하고 전문가 조언을 받으시기 바랍니다.

설치

pip install -e .

환경 설정

cp .env.example .env
# .env 파일의 OC 값을 법제처 계정 이메일 ID로 변경

실행

mcp run server.py

Claude Desktop 연동

claude_desktop_config.json에 추가 (경로는 실제 설치 경로로 변경):

{
  "mcpServers": {
    "constitutional-court": {
      "command": "python",
      "args": ["/path/to/Constitutional-Court-decision-mcp/server.py"],
      "env": {
        "OC": "your-email-id"
      }
    }
  }
}

제공 도구

search_decisions — 헌재결정례 목록 검색

| 파라미터 | 타입 | 설명 | |---------|------|------| | query | string | 검색 키워드 | | page | int | 페이지 번호 (기본값: 1) | | display | int | 결과 수 (기본값: 20, 최대: 100) | | sort | string | 정렬: lasc/ldes/dasc/ddes/nasc/ndes/efasc/efdes | | date | int | 종국일자 YYYYMMDD | | date_range | string | 기간 검색 (예: "20200101~20231231") | | search | int | 1=사건명(기본), 2=본문 | | case_number | int | 사건번호 |

get_decision — 헌재결정례 본문 조회

| 파라미터 | 타입 | 설명 | |---------|------|------| | decision_id | string | 헌재결정례일련번호 (search_decisions 결과의 일련번호) |

데이터 출처

국가법령정보센터 — 법제처 Open API

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.