Skip to main content
Glama

Stock Analysis MCP Server

cherry_studio_final_config.json1.16 kB
{ "name": "股票分析SSE工具", "description": "完全兼容CherryStudio的股票分析SSE服务器", "version": "1.0.0", "type": "服务器发送事件 (sse)", "url": "http://localhost:8001/sse", "protocol": "SSE", "settings": { "timeout": 120, "retry": 5000, "headers": { "Accept": "text/event-stream", "Cache-Control": "no-cache" } }, "endpoints": { "info": "/sse", "realtime_stream": "/sse/stream/realtime", "sentiment_stream": "/sse/stream/sentiment", "realtime_api": "/sse/api/realtime", "sentiment_api": "/sse/api/sentiment" }, "tools": [ { "name": "实时行情流", "description": "获取股票实时行情数据流", "endpoint": "/sse/stream/realtime", "type": "sse", "parameters": { "symbol": { "type": "string", "description": "股票代码,如 '000001'", "required": true, "example": "000001" } } }, { "name": "市场情绪流", "description": "获取市场情绪分析数据流", "endpoint": "/sse/stream/sentiment", "type": "sse" } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jwangkun/stock_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server