🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

public-official-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

public-official-mcp-server

MCP server for Korean public official asset disclosure data (공직자 재산공개)

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

public-official-mcp-server

한국 공직자 재산공개 데이터를 조회하는 MCP (Model Context Protocol) 서버입니다.

공직자 이름만 입력하면 관보 원본에서 부동산 주소, 주식 종목/수량, 예금 기관별 잔액, 가상자산 내역까지 추출합니다.

기능

도구설명
pety_search_person이름으로 공직자 검색
pety_get_asset_detail종목별 재산 상세 조회 (주식, 부동산, 예금, 가상자산)
pety_search_assets재산공개 관보 공고 검색

사용 예시

"오세훈 자산 알려줘"
→ MicroStrategy 371주, 엔비디아 1,100주, 아이온큐 2,500주...

"이재명 재산"
→ 분당구 수내동 아파트 7.28억, 예금 15.8억, 채권 7억...

"이준석 가상자산"
→ 비트코인, 루나 등 40종 전량 매각

설치

별도 설치 없이 npx로 바로 실행할 수 있습니다.

npx -y public-official-mcp-server

Claude Desktop 설정

claude_desktop_config.json에 추가:

{
  "mcpServers": {
    "public-official-mcp-server": {
      "command": "npx",
      "args": ["-y", "public-official-mcp-server"],
      "env": {
        "DATA_GO_KR_SERVICE_KEY": "<your-key>"
      }
    }
  }
}

Claude Code 설정

claude mcp add public-official-mcp-server -- npx -y public-official-mcp-server

환경변수

변수필수설명
DATA_GO_KR_SERVICE_KEY선택공공데이터포털 서비스 키. 관보 공고 검색에 사용. 없어도 인물 검색은 동작

데이터 소스

소스용도인증
DocumentCloud인물 검색 + 관보 텍스트 추출불필요
공공데이터포털관보 공고 목록 검색서비스 키
전자관보 ezpdf최신 관보 직접 조회 (폴백)불필요 (agent-browser 필요)

개발

git clone https://github.com/yujiseok/public-official-mcp.git
cd public-official-mcp
bun install
bun run dev

라이선스

MIT

Keywords

mcp

FAQs

Package last updated on 25 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts