Skip to main content
Glama

DART 재무제표 분석 MCP 서버

by keioseung

generate_html_dashboard

Create HTML-based financial analysis dashboards by inputting company codes, fiscal year, and report code. Visualize key metrics like revenue, net income, and total assets using the DART API for multi-company financial statement analysis.

Instructions

HTML 형식의 재무 분석 대시보드를 생성합니다

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