Agentladle Mcp/Financial Report

by achuan101

197 downloads
Not rated
GitHub

About

**AgentLadle** is a specialized Model Context Protocol (MCP) server designed for AI developers and platforms.

Details

Author
achuan101
Downloads
197
Categories
Finance

- Full-text financial keyword search across all A-share annual reports.
- Extract exact pages from any company's annual report.
- Locate starting pages for the four major consolidated financial statements.
- Fetch the complete structured table of contents for any report.
- Query basic company information by name or stock code.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Agentladle Mcp/Financial Report
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

No local installation is required; it is a cloud-hosted HTTP service. First, register at agentladle.com to obtain an API key, then configure your MCP client (e.g., Claude Desktop or Cursor) with the streamableHttp type, the endpoint https://mcp.agentladle.com/mcp, and an Authorization: Bearer header containing your key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "agentladle mcp/financial report": {
            "agentladle-mcp": {
                "type": "streamableHttp",
                "url": "https://mcp.agentladle.com/mcp",
                "headers": {
                    "Authorization": "Bearer YOUR_API_KEY_HERE"
                }
            }
        }
    }
}

McpServers

{
    "agentladle-mcp": {
        "type": "streamableHttp",
        "url": "https://mcp.agentladle.com/mcp",
        "headers": {
            "Authorization": "Bearer YOUR_API_KEY_HERE"
        }
    }
}

📈 AgentLadle MCP - Financial Reports

Read this in other languages: English | 简体中文 AgentLadle is a specialized Model Context Protocol (MCP) server designed for AI developers and platforms. By integrating this server, your AI assistants (like Claude) gain the superpower to instantly search, extract, and comprehend the Annual Financial Reports (2023-2025) of all listed companies in the Chinese A-share market (Shanghai and Shenzhen exchanges). ---

✨ Features

- 🔍 Full-Text Financial Search (financialKeywordSearch): Pinpoint specific keywords and paragraphs within annual reports across the entire A-share market. - 📑 Page Extraction (getFinancialReportPages): Extract exact, unadulterated pages from any company's annual report for deep reading and context building. - 📊 Statements Locator (getFinancialStatementsStartPages): Instantly locate the starting pages for the four major consolidated financial statements (Balance Sheet, Income Statement, Cash Flow, Statement of Changes in Equity). - 📖 Chapter Directory (getReportChapters): Fetch the complete, structured table of contents for any financial report. - 🏢 Company Information (searchCompanyInfo): Query basic company information by name or stock code. ---

🚀 Get Started

1. Get Your API Key

AgentLadle is a cloud-hosted API service. To use this MCP server, you must first obtain an API Key. > [!IMPORTANT] > 👉 Click here to register on AgentLadle.com and get your API Key to use for free

2. Client Configuration

Since AgentLadle is a cloud-hosted service, you do not need to install or run any local servers. We use a stateless HTTP implementation. Add the following configuration to your MCP client (e.g., Claude Desktop, Cursor): ``json { "mcpServers": { "agentladle-mcp": { "type": "streamableHttp", "url": "https://mcp.agentladle.com/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY_HERE" } } } } ` Don't forget to replace YOUR_API_KEY_HERE` with the actual key you generated in step 1. ---

🛠️ Usage Example

Once configured, simply open Claude Desktop and try asking: - Notes Deep Dive & Attribution: "Analyze BYD's 2025 accounts receivable breakdown." or "Find the direction of CATL's capital expenditures in 2025." - Benchmarking & Restructuring: "Extract Gree's 2025 balance sheet and restructure it into a managerial balance sheet." - Thematic Market Scanning: "Which companies mentioned 'Solid-State Batteries' in their 2025 annual reports?" or "What is the market-wide progress on the 'Low-Altitude Economy'?" This repository acts as an MCP Connector and configuration guide. The core backend services remain hosted securely on AgentLadle's infrastructure.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.