Skip to main content
Glama

Stock Analysis MCP Server

cherry_studio_sse_fixed_config.json1.78 kB
{ "name": "股票分析SSE工具", "description": "修复版股票分析SSE服务器,完全兼容CherryStudio", "version": "1.0.0", "protocol": "SSE", "baseUrl": "http://localhost:8001", "endpoints": { "realtime_stream": "/stream/realtime", "sentiment_stream": "/stream/sentiment", "realtime_api": "/api/realtime", "sentiment_api": "/api/sentiment", "health": "/health" }, "sseConfig": { "contentType": "text/event-stream", "headers": { "Cache-Control": "no-cache", "Connection": "keep-alive", "Access-Control-Allow-Origin": "*" }, "retry": 10000, "events": { "stock-realtime": "/stream/realtime", "market-sentiment": "/stream/sentiment" } }, "tools": [ { "name": "实时行情流", "type": "sse", "endpoint": "/stream/realtime", "description": "获取股票实时行情数据流", "parameters": { "symbol": { "type": "string", "description": "股票代码,如 '000001'", "required": true } } }, { "name": "市场情绪流", "type": "sse", "endpoint": "/stream/sentiment", "description": "获取市场情绪分析数据流" }, { "name": "实时行情API", "type": "api", "endpoint": "/api/realtime", "method": "GET", "description": "获取股票实时行情数据", "parameters": { "symbol": { "type": "string", "description": "股票代码,如 '000001'", "required": true } } }, { "name": "市场情绪API", "type": "api", "endpoint": "/api/sentiment", "method": "GET", "description": "获取市场情绪分析数据" } ] }

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