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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/KowL/luoome'
If you have feedback or need assistance with the MCP directory API, please join our Discord server