Feature Docs
Back to Home

MCP Integration Guide

⚠️ Cloud API LimitationsSupports China A-shares & HK stocks latest interim and past 3 years annual reports
Open Source Local MCP (Free)

1 Environment Config

Select a client, copy the config into its MCP file, and replace YOUR_API_KEY with your key. Get API Key

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

2 Get MCP API KEY

Calling the interface requires a valid token, please follow these steps:

1

Register and login to your account.

2

Profile - Key Management

3

Generate a new key starting with sk-.

4

Replace YOUR_API_KEY in the config above with the generated key.

3 Get AI LLM API KEY

Kimi: New users get 15 CNY free credit. Go to Kimi Platform https://platform.moonshot.cn -> User Center -> API Key Management -> Create API Key

4 PC Access

5 Mobile Access

Download and install Kelivo (https://kelivo.psycheas.top/zh/) from App Store -> Settings -> MCP -> Add (top right)

For detailed steps, please check: Mobile Access Steps