market_data
by qtcypress
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QTCAP_DB_PATH | No | Path to the SQLite database file. Use a persistent disk on free hosting tiers. | |
| OPENAI_API_KEY | No | API key for OpenAI. Required when QTCAP_LLM_PROVIDER=openai. | |
| QTCAP_LLM_MODEL | No | The model to use, e.g., llama3.1:8b for Ollama. Used when QTCAP_LLM_PROVIDER=ollama. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic. Required when QTCAP_LLM_PROVIDER=anthropic. | |
| QTCAP_PUBLIC_MODE | No | Set to 1 to run in public mode, which affects authentication and security. | |
| QTCAP_LLM_PROVIDER | No | The LLM provider to use. Supported: openai, anthropic, ollama. Default is a deterministic offline stub. | |
| QTCAP_MCP_TRANSPORT | No | Set to stdio to run MCP over real pipes. Default is likely HTTP. | |
| QTCAP_CANONICAL_HOST | No | Canonical host for redirecting old URLs, e.g., capstone.yourdomain.com. | |
| QTCAP_VULNERABLE_MODE | No | Set to 1 to run in vulnerable mode, disabling guardrails for red-team testing. |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues