Skip to main content
Glama

KAP MCP Tools

by enciyo

KAP MCP 工具

该项目包含用于访问公共披露平台 (KAP) 数据的 MCP (模型控制协议) 工具。

特征

  • 公司列表和详细信息
  • 公司财务报告
  • KAP 公告
  • 股票市场指数
  • 行业信息

安装

  1. 安装 Python 3.11 或更高版本
  2. 创建虚拟环境:
python -m venv .venv source .venv/bin/activate # Unix/macOS # or .venv\Scripts\activate # Windows
  1. 安装依赖项:
pip install -r requirements.txt

用法

要启动应用程序:

python main.py

API 函数

  • get_companies() :返回所有公司的列表
  • get_company(company_code) :返回特定公司的详细信息
  • get_company_info(company_code) :返回公司的详细信息
  • get_financial_report(company_code, year) :返回公司的财务报告
  • get_indices() :返回所有索引的列表
  • get_announcements_by_company(company_code) :返回特定公司的公告
  • get_announcements() :返回所有公告的列表
  • get_sectors() :返回所有扇区的列表

错误处理

所有 API 调用都受到 try-catch 块的保护并返回有意义的错误消息。

执照

该项目已获得 MIT 许可。

-
security - not tested
F
license - not found
-
quality - not tested

模型控制协议服务器,提供对土耳其公共披露平台 (KAP) 数据的访问,包括公司信息、财务报告、市场公告和行业信息。

  1. 特征
    1. 安装
      1. 用法
        1. API 函数
          1. 错误处理
            1. 执照

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP.
                Last updated -
                5
                12
                Python
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                MCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.
                Last updated -
                322
                Python
                MIT License
                • Apple
              • -
                security
                -
                license
                -
                quality
                这是一个基于 ALAPI 的 MCP (Model Control Protocol) 服务器实现,可以通过MCP协议直接调用ALAPI的接口
                Last updated -
                2
                Go
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server for interacting with Korea Investment & Securities (KIS) REST API, enabling domestic and foreign stock trading, price checks, and account management.
                Last updated -
                10
                2
                Python
                MIT License
                • Apple

              View all related MCP servers

              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/enciyo/kap-tr-mcp'

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