INDIVIDUAL MCP TOOL
get_attachments
MyDART MCP의 get_attachments 도구는 공시의 첨부파일(HWP/PDF/DOCX/XLSX)과 형제문서를 목록·추출·이미지로 다룹니다.
LIVE ENDPOINT
https://mydart.eocpa.kr/mcp
Connect to this endpoint to inspect the live schema for get_attachments and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mydart-mcp]
url = "https://mydart.eocpa.kr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mydart-mcp": {
"type": "http",
"url": "https://mydart.eocpa.kr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mydart-mcp
Remote MCP URL: https://mydart.eocpa.kr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mydart-mcp": {
"url": "https://mydart.eocpa.kr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mydart-mcp": {
"type": "http",
"url": "https://mydart.eocpa.kr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mydart-mcp",
"transport": "streamable-http",
"url": "https://mydart.eocpa.kr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_corp_code— MyDART MCP의 find_corp_code 도구는 회사명·종목코드로 DART 법인 식별자(corp_code)의 후보를 확인합니다.search_disclosures— MyDART MCP의 search_disclosures 도구는 DART 공시 목록을 검색해 접수번호(rcept_no)를 확인합니다 — 사업보고서 원문 조회(download_document)·첨부문서 조회(get_attachments)로 이어지는 진입점.get_company_profile— MyDART MCP의 get_company_profile 도구는 기업개황(업종·대표자·결산월·상장구분)과 "이 회사의 데이터가 어디 있는지"(data_location)를 조회합니다.get_financials— MyDART MCP의 get_financials 도구는 매출·영업이익·순이익·자산/부채/자본 등 재무수치를 조회합니다 — 대부분의 재무정보와 관련한 질문은 이걸로 충분합니다.download_document— MyDART MCP의 download_document 도구는 공시 원문 본문을 마크다운으로 읽습니다(heading·표 구조 보존).get_xbrl— MyDART MCP의 get_xbrl 도구는 공시 첨부 XBRL 을 파싱해 재무제표를 만들고 계산(합산) 검증을 수행합니다.get_periodic_report— MyDART MCP의 get_periodic_report 도구는 사업보고서의 세부 섹션을 정형 데이터로 조회합니다(28종) — 한 섹션 또는 여러 섹션 동시.get_corporate_event— MyDART MCP의 get_corporate_event 도구는 주요사항보고서의 자본·지배구조 이벤트 36종(증자·감자·CB/BW/EB·자기주식·합병/분할 등)과 5%룰·임원 지분공시를 조회합니다.