Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Ramp MCP Server
  • Fantasy Premier League MCP Server
  • LSP Tools MCP Server
  • Amazon VPC Lattice MCP Server
  • Bitcoin Price MCP Server
Back to MCP Servers
KAP MCP Tools

KAP MCP Tools

Public
enciyo/kap-tr-mcp

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.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Ramp MCP Server
    Ramp MCP Server

    A Model Context Protocol server that enables access to Ramp financial data through an in-memory data...

    Added May 30, 2025
  • Fantasy Premier League MCP Server
    Fantasy Premier League MCP Server

    A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users ...

    Added May 30, 2025
  • LSP Tools MCP Server
    LSP Tools MCP Server

    A Model Context Protocol server that provides tools to find regex pattern positions in files and lis...

    Added May 30, 2025
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    A Model Context Protocol server that provides tools for accessing and managing AWS VPC Lattice infor...

    2 tools
    Added May 30, 2025
  • Bitcoin Price MCP Server
    Bitcoin Price MCP Server

    Provides Claude AI with real-time access to Bitcoin price data, including current price in USD, 24-h...

    Added May 30, 2025