Skip to main content
Glama

DART 재무제표 분석 MCP 서버

by keioseung

generate_comparison_table

Create side-by-side financial comparison tables for multiple companies by analyzing their financial statements with DART API data. Input company codes, year, and report type for detailed insights.

Instructions

기업별 재무 지표 비교표를 생성합니다

Input Schema

NameRequiredDescriptionDefault
corp_codesYes분석할 회사들의 고유번호 목록
report_codeYes보고서 코드
yearYes분석할 사업연도

Input Schema (JSON Schema)

{ "properties": { "corp_codes": { "description": "분석할 회사들의 고유번호 목록", "items": { "type": "string" }, "type": "array" }, "report_code": { "description": "보고서 코드", "type": "string" }, "year": { "description": "분석할 사업연도", "type": "string" } }, "required": [ "corp_codes", "year", "report_code" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keioseung/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server