Skip to main content
Glama

Stock MCP Server

by huweihua123
__init__.py747 B
""" 宏观数据服务模块 提供中国宏观经济数据的获取、存储和分析功能 """ from .macro_service import MacroDataService, get_macro_service from .storage import ( MacroDataStorage, MySQLMacroStorage, SQLiteMacroStorage, StorageManager, get_storage_manager, get_macro_storage, INDICATOR_TABLE_MAPPING, INDICATOR_TIME_FIELD, INDICATOR_FREQUENCY, ) __all__ = [ # 主服务 "MacroDataService", "get_macro_service", # 存储层 "MacroDataStorage", "MySQLMacroStorage", "SQLiteMacroStorage", "StorageManager", "get_storage_manager", "get_macro_storage", # 常量 "INDICATOR_TABLE_MAPPING", "INDICATOR_TIME_FIELD", "INDICATOR_FREQUENCY", ]

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/huweihua123/stock-mcp'

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