KAP MCP Tools
KAP MCP 工具
该项目包含用于访问公共披露平台 (KAP) 数据的 MCP (模型控制协议) 工具。
特征
公司列表和详细信息
公司财务报告
KAP 公告
股票市场指数
行业信息
Related MCP server: FonParam MCP
安装
安装 Python 3.11 或更高版本
创建虚拟环境:
python -m venv .venv
source .venv/bin/activate # Unix/macOS
# or
.venv\Scripts\activate # Windows安装依赖项:
pip install -r requirements.txt用法
要启动应用程序:
python main.pyAPI 函数
get_companies():返回所有公司的列表get_company(company_code):返回特定公司的详细信息get_company_info(company_code):返回公司的详细信息get_financial_report(company_code, year):返回公司的财务报告get_indices():返回所有索引的列表get_announcements_by_company(company_code):返回特定公司的公告get_announcements():返回所有公告的列表get_sectors():返回所有扇区的列表
错误处理
所有 API 调用都受到 try-catch 块的保护并返回有意义的错误消息。
执照
该项目已获得 MIT 许可。
This server cannot be deployed
Maintenance
Related MCP Connectors
Financial data and analysis tools for Turkish BIST and international markets via MCP.
A Model Context Protocol server exposing real-time and historical Colombo Stock Exchange (CSE) data to AI agents and LLM applications. Provides quotes and OHLCV price history, full financial statements (income, balance sheet, cash flow), pre-computed technicals (moving averages, RS ratings, volume signals), macroeconomic indicators, corporate actions, and rule-based screening across CSE stocks and sector indices, everything needed to build CSE-aware trading assistants, research tools, and market-analysis agents. This is the official MCP server of www.ceyloncharts.com
MCP server for 3M+ Polish companies — KRS & CEIDG financials, ownership, and industry search.
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.112,299MIT
- AlicenseBqualityDmaintenanceA 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.1546 npm3MIT
- FlicenseCqualityDmaintenanceA Model Context Protocol server for querying Turkish market prices, comparing products, and getting AI-powered shopping recommendations.106-
- AlicenseAqualityBmaintenanceAn MCP server that enables models to access SEC EDGAR filings, filing text, and XBRL financial facts with caching, rate limiting, and iXBRL stripping.8MIT