Skip to main content
Glama
enciyo

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

Related MCP server: FonParam MCP

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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    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.
    11
    2,290
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that enables Claude Desktop to access investment fund data in Turkey through the FonParam API, allowing users to list, compare, and analyze funds, view company statistics, and get inflation data.
    15
    25 npm
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server that enables models to access SEC EDGAR filings, filing text, and XBRL financial facts with caching, rate limiting, and iXBRL stripping.
    8
    MIT