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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KAP MCP Toolsshow me the financial report for THYAO for 2023"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: Yargı MCP
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 companiesget_company(company_code): Returns details of a specific companyget_company_info(company_code): Returns detailed information about a companyget_financial_report(company_code, year): Returns the financial report of a companyget_indices(): Returns a list of all indicesget_announcements_by_company(company_code): Returns announcements of a specific companyget_announcements(): Returns a list of all announcementsget_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.