kr.eocpa/mydart
name:kr.eocpa/mydart
Powerful OpenDART API-based Korean corporate disclosure tools for accounting professionals
- transport:
- remote
- credential class:
- self-provisionable
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- download_documentshallow
MyDART MCP의 download_document 도구는 공시 원문 본문을 마크다운으로 읽습니다(heading·표 구조 보존). 사업보고서 ZIP 안의 감사보고서 선택 포함. [Purpose] - 공시 텍스트 전문이 필요할 때. 감사의견·KAM 등 감사 내용의 "분석"은 get_audit_report 가 더 적합합니다. - 비상장 미제출사의 재무제표·주석은 F 감사보고서 rcept 를 이 도구로 여는 것이 정식 경로입니다. - 본문이 아니라 HWP·PDF 첨부나 형제문서(정관·영업보고서·내부회계 운영실태보고서)가 목적이면 get_attachments 로, 재무수치를 XBRL 로 받으려면 get_xbrl 로 갑니다. [Usage] 1. "이 사업보고서 원문 읽어줘" → rcept_no="20260310002820" 2. "연결 감사보고서 본문" → check documents[] for role=consolidated_audit, then doc_index=that index 3. "본문이 잘렸어, 전체로" → rcept_no="…", truncate_at=2000000 [Response] - role: main_body / separate_audit(별도 감사보고서) / consolidated_audit(연결) / internal_control / other - documents[]: metadata only — it carries content ONLY with all_docs=true [Rules] - A 사업보고서 ZIP holds MULTIPLE documents — 감사의견·KAM·내부회계 live in the 별도(_00760)/연결(_00761) sub-docs, not in index 0. Check documents[].role first, then re-call with doc_index (or all_docs=true). - If truncated=true, compare char_count and raise truncate_at.
- find_corp_codeshallow
MyDART MCP의 find_corp_code 도구는 회사명·종목코드로 DART 법인 식별자(corp_code)의 후보를 확인합니다. [Purpose] - 중요: corp_code 를 모르는 기업 조회 시 이 도구를 먼저 사용합니다. - 같은 이름의 회사가 여럿이라 어느 법인인지 모호할 때 후보 확인에도 사용합니다. - 식별자 확인 전용이라, 업종·데이터 위치까지 봐야 하면 get_company_profile, 기간·유형별 공시 목록이 필요하면 search_disclosures 로 넘어갑니다. [Usage] 1. "카카오" → corp_code 획득 → 재무제표 조회(get_financials) 2. "삼성전자" → corp_code 획득 → 임원 현황 조회(get_periodic_report) 3. "'동양' 들어가는 회사 후보 보여줘" → query="동양", limit=20 4. "005930이 어느 회사야?" → query="005930" [Response] - stock_code: 6-digit present = listed (common shares); empty/absent = unlisted. - count = rows returned (capped by `limit`), not the total match count. 0 hits adds a `hint`. [Rules] - `results` is a similarity-ranked candidate array — do not assume the first item is the answer. - corp_code identifies the DART LEGAL ENTITY CODE, not the listing ticker. 우선주/ETF/ETN codes have no mapping (보통주 codes only). - Common names may overflow the default `limit` — raise it when candidates look truncated.
- get_attachmentsshallow
MyDART MCP의 get_attachments 도구는 공시의 첨부파일(HWP/PDF/DOCX/XLSX)과 형제문서를 목록·추출·이미지로 다룹니다. [Purpose] - 첨부 원본용. 본문 텍스트는 download_document 가 구조 보존이 낫습니다. - 자금부정통제(「횡령 등 자금 부정위험 대응 내부통제 활동」) 붙임·경영진 운영실태보고서가 이 도구 몫입니다(mode=text=본문·표, 붙임=attachment_links[].retrieve). - 스캔으로만 있는 내용(스캔 서식·도장·서명)은 mode=images 가 유일한 경로입니다. [Usage] 1. 정관·영업보고서·운영실태보고서 본문 → list 로 dcm_no 확보 → dcm_no, mode="text" [Response] - format: hwpx/hwp/pdf/docx/doc/xlsx/xls/zip/html/unknown - text_quality: PDF 전용 — 타 포맷은 null(품질 문제 아니라 미해당) [Rules] - supported:false 면 unsupported_reason·suggestion·note·retrieve·next_step 이 완성형 대체 경로다 — 인자 추측 없이 그대로 따른다. - 여러 공시 연속 순회 금지 — 뷰어 대량 호출은 DART IP 차단을 부른다. - markdown 신뢰는 needs_ocr 하나가 아니라 계층으로: ① is_image_based·char_count 0=진성 스캔, images 만이 경로. ② high_pua 등 비-low_text=글자 깨짐이라 markdown 이 차 있어도 오류 가능, images 로 대조. ③ low_text 단독인데 markdown 이 실하면 markdown 이 정본(서버가 오탐 자동 기각), 빈약하면 ocr_candidate_pages 로 images. ④ needs_ocr=false 여도 image_only_pages 확인 — 도장·서명·스캔 표(자금부정통제 서식)가 그 페이지에만 이미지로 있다.
- get_audit_profileshallow
MyDART MCP의 get_audit_profile 도구는 감사인·감사의견·업무수행이사에 감사보수·감사투입시간·실사수행내역·외부조회 실시여부 등 외부감사 실시내역을 한 표로 요약해 반환합니다. [Purpose] - "누가 얼마에 감사했고, 실사는 어땠나" 같은 사실·수치 질문에 최적입니다. - 강조사항은 emphasis 로 이미 정형화돼 있습니다 — 의견근거·KAM·강조 문단 원문 전문이 필요할 때만 get_audit_report. - 내부회계관리제도(ICFR) 세부 판정은 get_internal_control, 계속기업 정량 점검은 get_going_concern. - 조건에 맞는 회사 목록(모집단)은 search_audit_findings. [Usage] 1. "삼성전자 2024 감사보수·비감사보수" → corp="삼성전자", year=2024 2. "재고실사 입회했는지 빠르게만" → corp="…", year=2024, light=true [Response] - fees `_m` suffix = 백만원. - opinion domain: 적정/한정/부적정/의견거절. [Rules] - data_available=false = the filing was not found (e.g. not yet filed) — do NOT read null fields as "confirmed absent". - audit_only=true (F 단독공시, unlisted) → fees are structurally absent (사업보고서 전용), not a defect. - For 연결/별도 split read kam.by_fs_div, not kam.topics (representative fallback). - ALWAYS read applicability.guidance[] — regime notes and next-tool routing. - 감사인 교체/연속연수 are NOT returned — call per year and compare auditor.name.
- get_audit_reportshallow
MyDART MCP의 get_audit_report 도구는 감사보고서 본문을 문단 단위로 구조화해 문단별 원문 텍스트를 반환합니다 — 감사의견·감사의견근거·KAM·강조사항·기타사항·계속기업가정불확실성. [Purpose] - 감사보고서 서술 문단의 원문이 필요할 때. 보수·실사 등 정형 사실 요약은 get_audit_profile 입니다. - 내부회계관리제도(ICFR) 세부와 재무제표 감사의견과의 정합 확인은 get_internal_control 이 담당합니다. [Usage] 1. "LG에너지솔루션 2024 KAM 문단 전문" → corp="LG에너지솔루션", year=2024 2. "삼부토건 FY2024 별도 의견거절 근거 원문" → corp="삼부토건", year=2024, fs_div="OFS" 3. "강조사항이 잘렸어, 전체로" → corp="…", year=…, truncate_at=50000 [Response] - sections[].key: opinion / basis / going_concern / kam / emphasis / other_matter / mgmt_resp / auditor_resp … (KSA700 elements). opinion: 적정/한정/부적정/의견거절. - fs_label: 연결/별도. source_note = F 단독공시 출처, correction_note = 정정공시 채택/생략. [Rules] - Interpret kam.count=0 together with none_declared: declared "없음" = normal; undeclared = suspect omission. - Unlisted (F 단독공시) legitimately lacks KAM·업무수행이사 paragraphs (see source_note). - 재무제표·주석 FIGURES are not here — use download_document.
- get_company_profileshallow
MyDART MCP의 get_company_profile 도구는 기업개황(업종·대표자·결산월·상장구분)과 데이터 위치(data_location)를 조회합니다. [Purpose] - 회사 기본 정보와, 낯선 회사(특히 비상장)에 재무·감사 도구를 부르기 전 라우팅 확인용 첫 호출. - 감사인·감사의견·감사보수는 get_audit_profile, 회사 지정이 모호해 후보부터 골라야 하면 find_corp_code. [Usage] 1. "카카오는 뭐 하는 회사야?" → corp="카카오" 2. "교보생명 FY2024 재무는 어디서 봐?" → corp="교보생명", year=2024 3. "종목코드 068270 기업 개황" → corp="068270" [Response] - data_location.filing_tier: listed(financials=JSON API) / listed_konex(NOT in structured financial APIs — financials live in 사업보고서 원문) / unlisted_reporting / audit_only(financials+notes live in 감사보고서 F 단독공시 원문) / no_disclosure_found / unknown - company.corp_cls: Y=코스피/K=코스닥/N=코넥스/E=기타(비상장). acc_mt = 결산월. [Rules] - Route follow-up calls by data_location: audit_only → get_financials returns [013], open f_separate_rcept via download_document instead. listed_konex → empty get_financials/get_xbrl is NORMAL, do not retry. - provisional=true (year omitted) is tentative — never conclude 비외감 from no_disclosure_found.
- get_corporate_eventshallow
MyDART MCP의 get_corporate_event 도구는 주요사항보고서 자본·지배구조 이벤트 36종(증자·감자·CB/BW/EB·자기주식·합병/분할 등)과 5%룰·임원 지분공시를 조회합니다. [Purpose] - 특정 이벤트 상세(single), 또는 최근 N년 자본 변동 흐름의 통합 연대기(timeline)가 필요할 때. - "누가 언제 지분을 늘리고 줄였나"는 event_types="holdings"(5%룰 대량보유·임원/주요주주 소유보고). - 공시 목록 훑기는 search_disclosures, 최대주주·주식총수 등 사업보고서 시점 스냅샷은 get_periodic_report 로. [Usage] 1. "카카오 최근 3년 자본 조달 흐름" → corp="카카오", mode="timeline" 2. "이 회사 CB 발행한 적 있어?" → corp="…", mode="single", event_type="cb_issuance" 3. "삼성전자 자사주 취득·처분 2020년부터" → corp="삼성전자", mode="timeline", event_types=["treasury_acquisition","treasury_disposal","treasury_trust_contract","treasury_trust_cancel"], start="2020-01-01" [Response] - date = filing date (rcept_dt); 실제 이벤트일(이사회 결의일 등)은 raw row 필드에 있다. - 지분공시 섹션은 total_count=**전 기간 누적**, filtered_count=기간 내 건수다(DART 가 기간을 안 받아 전량 수신 후 거른다). [Rules] - 빈 timeline ≠ 이벤트 없음 — 기본 집합은 자본거래뿐이고(그 외는 event_types 명시), sections_meta 에 엔드포인트별 오류가 있을 수 있다. - event_type_counts 는 절단 전 전체 기준(timeline 만 limit 로 잘린다).
- get_financialsshallow
MyDART MCP의 get_financials 도구는 매출·영업이익·순이익·자산/부채/자본 등 재무수치를 조회합니다 — 재무 질문 대부분은 이걸로 충분합니다. [Purpose] - 재무제표 숫자의 첫 선택. 계산(합산)검증·주석 XBRL·원본 파일이 필요할 때만 get_xbrl. - 사업보고서 서술이 필요하면 get_periodic_report, 부실징후(계속기업) 판정은 get_going_concern. [Usage] 1. "삼성전자 2025년 매출·영업이익" → corps=["삼성전자"], year=2025 2. "삼성전자와 SK하이닉스 실적 비교" → corps=["삼성전자","SK하이닉스"] 3. "LG화학 FY2024 전체 재무제표, 별도, 현금흐름표 포함" → corps=["LG화학"], year=2024, scope="full", fs_div="OFS", sj_div=["BS","IS","CIS","CF"] [Response] - Row keys: sj_div, account_nm, thstrm_amount(당기)/frmtrm_*(전기)/ bfefrmtrm_*(전전기)/thstrm_add_amount(누계). Amounts are STRINGS. - full: total_count=pre-filter, count=post-filter. [Rules] - Quarterly/half IS·CIS·CF rows: CUMULATIVE = thstrm_add_amount, thstrm_amount = that quarter alone (half-value trap — period_basis explains). BS rows: thstrm_amount only. - Cross-check the periods legend (전기/당기 off-by-one) and year_defaulted. - no_data is routing, not an error — follow next_step (retry is futile for audit_only/listed_konex).
- get_going_concernshallow
MyDART MCP의 get_going_concern 도구는 계속기업가정 관련 위험을 정량 재무지표와 감사보고서 언급 여부의 교차로 판정합니다. [Purpose] - "계속기업 위험 있나", 특히 "수치는 위험한데 감사인 언급이 없는" 불일치를 짚을 때. - 조건별 회사 목록은 search_audit_findings. - 수치만 볼 땐 get_financials, 계속기업 문단 원문은 get_audit_report. [Usage] 1. "이스타코 2024 계속기업 위험 있어?" → corp="이스타코", year=2024 2. "별도 기준 정량 점검" → corp="…", year=2024, fs_div="OFS" [Response] - flags.consecutive_op_loss = NUMBER of 연속 영업손실 years (not a bool); others bool|null. - grade: 판정불가(no data)/양호(0)/주의(1~2)/경계(3~4)/위험(5+) - cross_check.code: both/quant_only/text_only/none/insufficient_data/quant_unavailable/report_unavailable [Rules] - NEVER read text.going_concern_mentioned null (report not secured = unknown) as false (checked, no mention). - quant_only covers TWO cases — risky figures with no mention confirmed, OR with report not secured; distinguish via going_concern_mentioned (false vs null). - grade "판정불가" is not "양호". flags null = account not secured, not false. - Response fs_div is post-fallback — a CFS request may return OFS.
- get_internal_controlshallow
MyDART MCP의 get_internal_control 도구는 '감사인'의 내부회계관리제도(ICFR) 감사/검토 보고서를 조회합니다 — 구분·의견·중요한 취약점 여부. [Purpose] - ICFR 의견·취약점을 재무제표 감사의견과 대조할 때. 취약점 보유 회사 목록은 search_audit_findings. - 자금부정통제(횡령 등 자금 부정 예방·적발)·경영진 「내부회계관리제도 운영실태보고서」는 감사인 ICFR 보고서에 없다 → get_attachments(사업보고서 rcept, mode=list→dcm_no→mode=text, 스캔은 images; rcept 없으면 search_disclosures preset='annual_report'). - 정형 감사 사실은 get_audit_profile, 본문 원문은 get_audit_report. [Usage] 1. "카카오페이 2024 내부회계 의견" → corp="카카오페이", year=2024 2. "연결 기준만" → corp="…", year=2024, fs_div="CFS" [Response] - opinion domain: 적정/부적정/의견거절 — NO '한정'. 검토(review_or_audit)의 의견거절 = 범위제한에 따른 검토결론 불표명. [Rules] - reports is an ARRAY — both gives up to 2 entries (연결·별도). - present=false is usually out-of-scope (read the note), not missing data; an empty CFS entry is normal. - Never conflate a review's 의견거절 with an audit's — check review_or_audit. - 자금부정통제(FY2025~ 의무, FY2024 선택)·시정계획은 경영진 운영실태보고서 소관 — see management_operation_report.steps (applicable=false = F 단독공시라 보고서 자체가 없음).
- get_periodic_reportshallow
MyDART MCP의 get_periodic_report 도구는 사업보고서 세부 섹션 28종을 정형 데이터로 조회합니다 — 한 섹션 또는 여러 섹션 동시. [Purpose] - 배당·자기주식·최대주주·소액주주·임원보수·회계감사인·회사채 미상환 등 섹션 표가 필요할 때. - 지배구조 스냅샷·임원 보수 전반은 묶음 별칭 한 번으로(shareholders·executive_compensation). - 재무제표 본체 수치는 get_financials 로. auditor_opinion 은 의견 한 단어뿐이라 KAM·내부회계·강조사항은 get_audit_profile / get_audit_report 로 갑니다. [Usage] 1. "삼성전자 2025년 배당 내역" → corp="삼성전자", year=2025, report_type="dividends" 2. "카카오 최대주주가 누구야" → corp="카카오", report_type="shareholders" (year 생략 = 최신) 3. "LG전자 임원 보수 전부" → corp="LG전자", report_type="executive_compensation" [Response] - Amounts are STRINGS. Section status: 000 성공 / 013 무자료. - periods legend maps 당기/전기/전전기 → fiscal years (기수 컬럼이 있는 섹션만). [Rules] - 비12월 결산이면 fiscal_year_note 를 그대로 인용할 것 — 감사 도구와 1년 어긋난다. - ARRAY 는 요소마다 status 가 다르다(성공·013·error 혼재) — 요소별로 확인한다. 전 섹션이 013 이면 { mode:"no_data", … } 복구 라우팅으로 바뀐다. - 상장사의 [013] 은 대개 실패가 아니라 "정당한 부재"다(배당·자기주식 없음, 개인별 보수는 해당자 없음). - Cite 당기/전기 only after checking the periods legend.
- get_registration_statementshallow
MyDART MCP의 get_registration_statement 도구는 증권신고서 주요정보 6종 — 모집·매출 조건, 인수인, 자금 사용목적, 합병·분할 조건을 정형 JSON 으로 조회합니다. [Purpose] - Filed terms of a 증권신고서: 공모가액·인수인·자금의사용목적·합병비율·주식매수청구권. - Board decision: get_corporate_event / listing scan: search_disclosures(kind="issuance") / narrative (투자위험요소): download_document. [Usage] 1. "대한항공 유상증자 조건" → corp="대한항공", statement_type="equity" [Response] - filings[] = one per 신고서(rcept_no), newest first. sections: general·securities·underwriters·fund_use·sellers·put_right·issued_securities·parties. - date = 접수일 (정정본: 정정 접수일, may fall outside window). Values are raw strings; '-'(해당없음) fields omitted. [Rules] - Only latest 정정본 is returned once corrected — original terms not included (original rcept: search_disclosures → download_document). - Withdrawn filings are unmarked — confirm via 철회신고서·증권발행실적보고서. - No data ≠ not issued: 사모·일괄신고서·소액공모 out of scope. Per-type status in sections_meta. - fetch_failed/truncated_note types mean "unconfirmed", not "none" — re-query that type.
- get_usage_statsshallow
MyDART MCP의 get_usage_stats 도구는 도구 사용량 집계를 반환합니다 — 어떤 도구가 얼마나 쓰였는지. [Purpose] - 도구별 호출수·인기 순위·응답시간·에러율·캐시 적중과 일별 추이를 볼 때 쓰세요. [Usage] 1. "사용량 통계 보여줘" → {} (default 30 days) 2. "최근 90일 도구별 순위" → days=90 3. "전체 기간 누적" → days=0 [Response] - Common: { period, overview:{total_calls, unique_users, error_rate}, by_tool:[{tool, calls, errors, avg_ms, cache_hits, cache_hit_rate, share_pct}], by_day[] } - Operator identity (local stdio, or the HTTP key matching the server operator's) additionally gets by_company·users·viewer — decided by requester identity, NOT selectable by parameter. [Rules] - public responses have no by_company / per-user detail — do not promise them to general callers. - Local stdio may show total_calls>0 with unique_users=0 (single local user — not a contradiction). - error_rate is a 0~1 decimal; share_pct is a percentage — different units.
- get_valuation_datashallow
MyDART MCP의 get_valuation_data 도구는 가치평가 데이터(시장 시계열·WACC·유사회사)를 kind 로 골라 조회합니다. [Purpose] - 평가기준일 시세·β 검산, 자본비용(WACC) 산출, 상대가치 피어 비교에 씁니다. - 근거 제시가 목적이고 채택은 평가자 판단 — 전 구성요소 오버라이드 가능. - 재무수치는 get_financials, 업종(KSIC)·시장구분은 get_company_profile. [Usage] 1. "에스에프에이 최근 1년 주가" → kind="market", corp="에스에프에이" 2. "반도체장비 업종 피어 멀티플" → kind="peers", ksic="29271" [Response] - Units: *_pct = annual %, but mrp·srp·tax_rate = decimals (0.08 = 8%); close = 무수정주가, flt_rt = 등락률 %. - wacc_pct is null when 신용등급 미공시 while 차입 exists — nothing is assumed. [Rules] - Compute market returns from flt_rt, never by differencing close (breaks at 액면분할·병합). - aggregates n differs per metric (EBITDA often missing) — never quote a mean without n. - peers is a KSIC candidate list the 평가자 curates; too few peers relax the prefix 5→4→3 — prefix_depth_used shows 업종 동질성 dilution. - Cite the response's source·as_of verbatim (조서 정합) — 금투협 시가평가·한공회 가이던스·ECOS·금융위 시세. - ALWAYS read notes[] — 강등·폴백·주의 accumulate there.
- get_xbrlshallow
MyDART MCP의 get_xbrl 도구는 공시 첨부 XBRL 을 파싱해 재무제표를 만들고 계산(합산) 검증을 수행합니다. [Purpose] - 합산 검증·XBRL 원본 파일이 필요할 때. 단순 재무수치는 get_financials(scope=full)가 더 넓고 빠릅니다. [Usage] 1. "이 공시 XBRL 로 재무제표 뽑고 합산 검증까지" → rcept_no="20260310002820" 2. "별도 기준 재무상태표만" → rcept_no="…", fs_div="OFS", sections=["BS"] 3. "XBRL 원본 파일 받아줘" → rcept_no="…", format="raw" (local only) [Response] - Generated tables are BS/IS/CF ONLY — CIS·SCE unsupported (use get_financials scope=full). [Rules] - validations_checked=0 means "NOTHING was checked", not "all sums match" — read it together with the (empty) validations array. - fs_div_auto=true only means auto-determined — true whenever fs_div was omitted, even with no switch; an actual CFS→OFS switch is signaled by basis_note presence. - 주석 XBRL is not parsed — format=raw + open the files (local only), or read the 주석 body with download_document. - no_data is not an error — 코넥스·구공시 filings have no XBRL; follow next_step (download_document).
- search_audit_findingsshallow
MyDART MCP의 search_audit_findings 도구는 회사를 지정하지 않고 감사보고서 조건으로 상장사 목록을 찾습니다. [Purpose] - "FY2024 의견거절 회사"·"내부회계 취약점 목록"·"○○회계법인 감사 회사" 류 목록·집계 질문용. - 개별 회사 상세는 get_audit_profile / get_internal_control, 본문 전문은 get_audit_report. [Usage] 1. "FY2024 코스피 의견거절 회사" → year=2024, market="kospi", opinion="disclaimer" 2. "KAM 의무인데 0건·무선언(누락 의심)" → year=2024, kam=false, kam_required=true, kam_none_declared=false [Response] - Output market Y=코스피/K=코스닥/N=코넥스; output fs_div is KOREAN "연결"/"별도". [Rules] - READ coverage.note FIRST — an empty result over a non-ingested scope means "not seen", never "does not exist". - fs_div=both(default) → ≤2 rows/company: row count ≠ company count (dedupe by corp_code). - breakdown = population baseline in the year/market/fs_div scope, ignoring ONLY finding filters (opinion·kam·icfr·auditor 등) — not scope ones; ≠ count. - ICFR undetected rows: `note` ONLY on 연결(CFS) — "legitimately absent (<2조)" vs "expected-audit-but-missing"; 별도(OFS) carries expected_type (or expected_type_note).
- search_disclosuresshallow
MyDART MCP의 search_disclosures 도구는 DART 공시 목록에서 접수번호(rcept_no)를 찾습니다 — download_document·get_attachments 진입점. [Purpose] - 회사·기간·공시유형으로 공시를 찾을 때. 사업보고서 섹션의 정형 데이터는 get_periodic_report. - 동명 법인·자회사와 겹치면 find_corp_code 로 corp_code 확정이 먼저입니다. [Usage] 1. "삼성전자 최근 한 달 공시" → corp="삼성전자", days=30 2. "작년 유상증자 결정 회사 전부" → preset="rights_offering", start="2025-01-01", end="2025-12-31" [Response] - corp_cls: Y=코스피, K=코스닥, N=코넥스, E=기타(비상장). - report_nm [기재정정]/[첨부정정]/[첨부추가] prefix = 정정공시. [Rules] - **Always pass corp when the question names a company** — a corp-less batch sweeps every company in 90-day chunks; with corp it is 1 request (152× measured). - Batch counters nest: total_available ≥ total_fetched ≥ matched ≥ returned; matched > returned = cut by limit, incomplete=true = partial collection (see incomplete_note). - early_stopped:true = limit filled, rest unfetched — matched is a **lower bound**, not the period's total. - Preset batch drops 정정공시 by default; page mode and bare all_pages keep them.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/5f6c3950-0880-4a98-934a-2e72a69184a6)