Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | False |
| MCP_CLIENT | No | The MCP client being used (e.g., pycharm) | |
| DATA_API_URL | No | Custom data API URL (optional) | None |
| TRADE_API_URL | No | Custom trade API URL (optional) | None |
| TRADE_API_WSS | No | Custom trade API WebSocket URL (optional) | None |
| ALPACA_API_KEY | Yes | Your Alpaca API key for paper or live account | |
| STREAM_DATA_WSS | No | Custom stream data WebSocket URL (optional) | None |
| ALPACA_SECRET_KEY | Yes | Your Alpaca secret key for paper or live account | |
| ALPACA_PAPER_TRADE | No | Set to True for paper trading, False for live trading | True |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |