AgentLadle Financial Reports MCP

AgentLadle Financial Reports MCP Welcome to the AgentLadle Financial Reports MCP Server!

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • FinancialKeywordSearch: Full-text keyword search across financial reports. Use 1-5 keywords (CN-A: Simplified Chinese; HK/US: English). Prefer stockCode from searchCompanyInfo. For TOC use getFinancia
  • GetFinancialReportPages: Read full page content by page range. For TOC use startPage=1, pageCount=3~5. Prefer stockCode from searchCompanyInfo. Report types: annual a4 (e.g. 2025a4), interim h2 (e.g.
  • SearchCompanyInfo: Search listed companies by name or stock code. market is required (CN-A | HK | US). If no hit, retry another market. Returns stockCode, stockName, market, listingDate. Currently onl

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

AgentLadle Financial Reports MCP

Welcome to the AgentLadle Financial Reports MCP Server! This tool empowers your favorite MCP-compatible clients (like Cursor and Claude Desktop) with professional-grade capabilities for corporate intelligence, financial data extraction, and report analysis.

🚀 Getting Started

To use this server, you will need a valid AgentLadle API Key.

1. Get Your API Key

  1. Go to our official website: https://agentladle.com
  2. Sign up for an account or log in if you already have one.
  3. Navigate to the MCP Keys section in your dashboard.
  4. Generate a new API Key and copy it.

2. Configuration

When you install this server via Smithery, you will be prompted to enter your apiKey.

Simply paste the raw API key you copied from your dashboard (e.g., sk-123456789abcdef).

For a full quick start, see: https://agentladle.com/docs/quickstart

⚠️ Data Coverage Limitation

Please note that currently, this server only supports Chinese A-share (CN-A) listed companies. US stocks, HK stocks, and other markets are not supported yet.

🛠️ Available Tools

Our server provides the following core tools for financial analysis:

  • searchCompanyInfo: Look up listed companies by name or stock code. Returns stockCode, short name, market, and listing date. Call this first when the user mentions a company name or an unknown code.
  • financialKeywordSearch: Full-text keyword search across financial reports. Extract 1–5 core keywords and get matching fragments with page numbers.
  • getFinancialReportPages: Read original report text by page range. Prefer financialKeywordSearch first to locate pages, then read the returned page.

Recommended call order: searchCompanyInfofinancialKeywordSearchgetFinancialReportPages.

💬 Support

If you encounter any issues or have questions, please reach out to our support team at support@agentladle.com or visit https://agentladle.com.

Список инструментов сервера (3)

Технические названия из tools/list. Нужны только разработчикам.

financialKeywordSearchFull-text keyword search across financial reports. Use 1-5 keywords (CN-A: Simplified Chinese; HK/US: English). Prefer stockCode from searchCompanyInfo. For TOC use getFinancialReportPages(startPage=1). Report types: annual a4 (e.g. 2025a4), interim h2 (e.g. 2026h2). Currently only CN-A has data.
getFinancialReportPagesRead full page content by page range. For TOC use startPage=1, pageCount=3~5. Prefer stockCode from searchCompanyInfo. Report types: annual a4 (e.g. 2025a4), interim h2 (e.g. 2026h2). Currently only CN-A has data.
searchCompanyInfoSearch listed companies by name or stock code. market is required (CN-A | HK | US). If no hit, retry another market. Returns stockCode, stockName, market, listingDate. Currently only CN-A has data.