A-Share Multi-Dimensional Quantitative Analysis MCP Server - broker research reports, AI news analysis, and stock comprehensive analysis
Hosted MCP server providing A-share (China stock market) multi-dimensional quantitative analysis for AI agents. Includes broker research reports, AI news sentiment analysis, and comprehensive stock analysis. Connect directly — no deployment needed.
search_research_reportsSearch broker research reports by company name. Returns full-text reports including title, source, content, and date.
company_name (e.g. "比亚迪"), limit (default 10)search_news_analysisSearch AI-analyzed news by company name and date range. Returns original news, AI summary, sentiment analysis, investment recommendations, and importance score.
company_name, start_date (optional), end_date (optional), limit (default 10)get_stock_analysisGet the latest comprehensive analysis for a stock by its code. Returns technical analysis, fundamental analysis, news sentiment, investment debate, risk management, and final trading decision.
stock_code (e.g. "601900", "000001", "300750")Add to your .mcp.json:
{
"mcpServers": {
"yanpan": {
"type": "http",
"url": "http://42.121.167.42:9800/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}
That's it. No installation, no Docker, no database — just connect and use.
To get your own API key, contact via WeChat: ptcg12345
ZIP package — ready to use