MCP Integration Guide
⚠️ Cloud API LimitationsThe current cloud API ONLY supports China A-share data (2023-2025) and does NOT support US stocks.
Local Open Source MCP: Free US Stock Search (No API Key)1 Environment Config (JSON)
Add the following config snippet to your MCP client (e.g., Kelivo, Cherry Studio, Cursor, Claude Code) configuration file. For OpenCode, use opencode.json — see the PC Access page.
{
"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)
Smithery