← eocpa.kr

INDIVIDUAL MCP TOOL

get_financials

MyDART MCP의 get_financials 도구는 매출·영업이익·순이익·자산/부채/자본 등 재무수치를 조회합니다 — 재무 질문 대부분은 이걸로 충분합니다.

eocpa.krnone authenticationAvailability not checked

LIVE ENDPOINT

https://mydart.eocpa.kr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_financials 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

eocpa.kr

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)를 조회합니다.
  • download_document — MyDART MCP의 download_document 도구는 공시 원문을 마크다운으로 읽고 검색합니다(heading·표 구조 보존).
  • get_periodic_report — MyDART MCP의 get_periodic_report 도구는 사업보고서 세부 섹션 28종을 정형 데이터로 조회합니다 — 한 섹션 또는 여러 섹션 동시.
  • get_corporate_event — MyDART MCP의 get_corporate_event 도구는 주요사항보고서 자본·지배구조 이벤트 36종(증자·감자·CB/BW/EB·자기주식·합병/분할 등)과 5%룰·임원 지분공시를 조회합니다.
  • get_registration_statement — MyDART MCP의 get_registration_statement 도구는 증권신고서 주요정보 6종 — 모집·매출 조건, 인수인, 자금 사용목적, 합병·분할 조건을 정형 JSON 으로 조회합니다.
  • get_attachments — MyDART MCP의 get_attachments 도구는 공시의 첨부파일 목록과 형제문서 본문·페이지 이미지를 다룹니다.