Skip to main content
Glama

KAP MCP Tools

by enciyo

KAP MCP Tools

This project contains MCP (Model Control Protocol) tools for accessing Public Disclosure Platform (KAP) data.

Features

  • Company list and details

  • Company financial reports

  • KAP announcements

  • Stock market indices

  • Sector information

Installation

  1. Install Python 3.11 or higher

  2. Create a virtual environment:

python -m venv .venv source .venv/bin/activate # Unix/macOS # or .venv\Scripts\activate # Windows
  1. Install dependencies:

pip install -r requirements.txt

Usage

To start the application:

python main.py

API Functions

  • get_companies(): Returns a list of all companies

  • get_company(company_code): Returns details of a specific company

  • get_company_info(company_code): Returns detailed information about a company

  • get_financial_report(company_code, year): Returns the financial report of a company

  • get_indices(): Returns a list of all indices

  • get_announcements_by_company(company_code): Returns announcements of a specific company

  • get_announcements(): Returns a list of all announcements

  • get_sectors(): Returns a list of all sectors

Error Handling

All API calls are protected with try-catch blocks and return meaningful error messages.

License

This project is licensed under the MIT License.

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

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP.
    Last updated -
    5
    57
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A FastMCP server providing access to various Turkish legal databases including Supreme Court, Council of State, Constitutional Court, and Public Procurement Authority decisions through a standardized MCP interface for LLM applications.
    Last updated -
    21
    549
    MIT License
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    MCP Server for public disclosure information of Korean companies, powered by the dartpoint.ai API.
    Last updated -
    3
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    A Model Control Protocol server that provides news scraping capabilities for Khaleej Times, allowing users to fetch headlines and full article content programmatically.
    Last updated -

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