Public Official Asset Disclosure (공직자 재산공개)
NPM · PUBLIC-OFFICIAL-MCP-SERVER · SCANNED AUG 3
Korean public official asset disclosure data (공직자 재산공개) - search and retrieve assets
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 130 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability57
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 978 tokens (~326/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · public-official-mcp-server
claude mcp add yujiseok-public-official-mcp-server -- npx -y public-official-mcp-server
codex mcp add yujiseok-public-official-mcp-server -- npx -y public-official-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"yujiseok-public-official-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"public-official-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add yujiseok-public-official-mcp-server --command npx --arg -y --arg public-official-mcp-server
mcp_servers:
yujiseok-public-official-mcp-server:
command: "npx"
args: ["-y", "public-official-mcp-server"] {
"mcpServers": {
"yujiseok-public-official-mcp-server": {
"command": "npx",
"args": [
"-y",
"public-official-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +47
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Dependency health: unverified → partial ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 36
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 108 packages
108 packages in the resolved dependency tree · 108 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
pety_get_asset_detail 공직자 재산 상세 조회 ~406
공직자의 재산 상세 내역을 관보 원본에서 추출합니다. 개별 부동산 주소, 주식 종목명/수량, 예금 금융기관별 잔액, 채무 내역, 가상자산 등 기사에서 볼 수 있는 수준의 상세 정보를 제공합니다. 데이터 소스: - auto (기본): DocumentCloud 우선, 실패 시 gwanbo.go.kr 직접 조회 - documentcloud: DocumentCloud API만 사용 - gwanbo: 관보 사이트에서 직접 추출 (agent-browser 필요, 최신 데이터) Args: - name (string): 공직자 이름 - year (string, optional): 연도 (미지정 시 최신) - source ('auto' | 'documentcloud' | 'gwanbo'): 데이터 소스 - document_id (number, optional): DocumentCloud 문서 ID - pages (number[], optional): 페이지 번호 배열 - format ('markdown' | 'json'): 출력 형식 Returns: 관보 원본 기반 재산 상세 (토지/건물 주소, 주식 종목별 수량, 예금 기관별 잔액 등)
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | integer | — | DocumentCloud 문서 ID (직접 지정 시 빠름) |
| format | string | — | 출력 형식: 'markdown' 또는 'json' |
| name | string | yes | 공직자 이름 (예: '오세훈', '이재명') |
| pages | array | — | 페이지 번호 배열 (직접 지정 시 빠름) |
| source | string | — | 데이터 소스: 'auto' (DocumentCloud 우선, 실패 시 gwanbo), 'documentcloud', 'gwanbo' (관보 직접 조회, agent-browser 필요) |
| year | string | — | 조회할 연도 (예: '2025'). 미지정 시 최신 연도 |
No output schema declared.
No examples provided.
pety_search_assets 재산공개 관보 검색 ~341
공직자 재산공개 관보 공고를 검색합니다. 공공데이터포털(data.go.kr) API를 사용합니다. 개인별 재산 조회는 pety_search_person 또는 pety_get_asset_detail을 사용하세요. Args: - query (string, optional): 검색 키워드 (기본값: '재산공개') - year (string, optional): 연도 필터 (YYYY) - organization (string, optional): 발행기관 필터 - page_no (number): 페이지 번호 (기본값: 1) - page_size (number): 페이지당 결과 수 (기본값: 10, 최대: 100) - format ('markdown' | 'json'): 출력 형식 Returns: 관보 공고 목록 (제목, 발행기관, 발행일자, 근거법령) + 페이지네이션 정보
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | 출력 형식: 'markdown' 또는 'json' |
| organization | string | — | 발행기관 필터 (예: '인사혁신처', '중앙선거관리위원회') |
| page_no | integer | — | 페이지 번호 (기본값: 1) |
| page_size | integer | — | 페이지당 결과 수 (기본값: 10, 최대: 100) |
| query | string | — | 검색 키워드 (예: '재산공개', '재산변동'). 기본값: '재산공개' |
| year | string | — | 연도 필터 (예: '2025') |
No output schema declared.
No examples provided.
pety_search_person 공직자 이름 검색 ~231
공직자 이름으로 재산공개 대상자를 검색합니다. DocumentCloud에 업로드된 관보 원본 전문 검색을 사용합니다. 동명이인이 여러 기관에 있을 수 있으며, 검색 결과에서 소속 기관과 직위를 확인하세요. 상세 재산 내역은 pety_get_asset_detail 도구에 document_id와 pages를 전달하여 조회합니다. Args: - name (string): 공직자 이름 (최소 2자) - year (string, optional): 연도 (미지정 시 최신) - format ('markdown' | 'json'): 출력 형식 Returns: 검색된 인물 목록 (이름, 소속, 직위, 관보 문서 ID, 페이지 번호)
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | 출력 형식: 'markdown' 또는 'json' |
| name | string | yes | 검색할 공직자 이름 (예: '이재명', '오세훈') |
| year | string | — | 검색할 연도 (예: '2025'). 미지정 시 최신 연도 |
No output schema declared.
No examples provided.