Provides programmatic access to Public Disclosure Platform (KAP) data, allowing retrieval of company information, financial reports, announcements, stock market indices, and sector information through Python functions.
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
- Install Python 3.11 or higher 
- Create a virtual environment: 
- Install dependencies: 
Usage
To start the application:
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.
This server cannot be installed
A Model Control Protocol server that provides access to Turkey's Public Disclosure Platform (KAP) data, including company information, financial reports, market announcements, and sector information.
Related MCP Servers
- Asecurity-licenseAqualityAn MCP server that provides KOSPI/KOSDAQ stock data using FastMCP.Last updated -553MIT License
- Asecurity-licenseAqualityA 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 -21533MIT License
- dartpoint-mcpofficial-security-license-qualityMCP Server for public disclosure information of Korean companies, powered by the dartpoint.ai API.Last updated -3Apache 2.0
- -security-license-qualityA Model Control Protocol server that provides news scraping capabilities for Khaleej Times, allowing users to fetch headlines and full article content programmatically.Last updated -