stock-advisor-mcp-service

F415643/stock-advisor-mcp-service
★ 2 stars Python 💰 Finance Updated 8mo ago ⚠ Review
股票投资建议MCP服务 - 基于FastMCP的股票分析工具,提供实时股价、技术分析、基本面分析和投资建议
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stock-advisor-mcp-se": {
      "command": "uvx",
      "args": [
        "stock-advisor-mcp-service"
      ]
    }
  }
}

Or install with pip: pip install stock-advisor-mcp-service