Skip to main content
Glama

DART 재무제표 분석 MCP 서버

by keioseung

generate_financial_dashboard

Create a comprehensive financial analysis dashboard using DART API to visualize key financial metrics like revenue, net income, and total assets for multiple companies.

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