Luoome MCP Server
by KowL
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LUOOME_LOG | No | Log level: debug, info, warn, error, silent | info |
| LUOOME_HOME | No | Data directory containing luoome.db and ai-models.json | ~/.luoome |
| LUOOME_PORT | No | Web server port | 5173 |
| LUOOME_AI_CONFIG | No | Path to AI model configuration file | $LUOOME_HOME/ai-models.json |
| LUOOME_EXPOSE_TRADE | No | Setting to 'true' causes MCP server to exit with error (trade tools never exposed) | off |
| LUOOME_EXPOSE_WRITE | No | Set to 'true' to expose write tools via MCP | off |
| LUOOME_HOLIDAYS_FILE | No | Path to holidays JSON file; falls back to built-in if missing or corrupt | $LUOOME_HOME/holidays.json |
| LUOOME_EXPOSE_EXTERNAL | No | Set to 'true' to expose external tools via MCP | off |
| LUOOME_MARKET_PROVIDER | Yes | Market data provider. Only 'real' supported: Eastmoney primary, Tencent backup. | |
| LUOOME_A_SHARE_HOLIDAYS | No | Additional A-share market holidays as comma-separated YYYY-MM-DD dates, unioned with built-in calendar | |
| LUOOME_FEISHU_WEBHOOK_URL | No | Feishu webhook URL for notifications; missing falls back to logging |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |