AgentLadle Financial Reports MCP
AgentLadle Financial Reports MCP Welcome to the AgentLadle Financial Reports MCP Server!
What it can do
- 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
What data it sees
Do you need an account
An API key from the service settings is required
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
- Go to our official website: https://agentladle.com
- Sign up for an account or log in if you already have one.
- Navigate to the MCP Keys section in your dashboard.
- 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: searchCompanyInfo → financialKeywordSearch → getFinancialReportPages.
💬 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.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| 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 getFinancialReportPages(startPage=1). Report types: annual a4 (e.g. 2025a4), interim h2 (e.g. 2026h2). Currently only CN-A has data. |
| 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. 2026h2). Currently only CN-A has data. |
| 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 only CN-A has data. |