Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_CLIENT | No | MCP client type (e.g., 'pycharm') | |
DATA_API_URL | No | Custom data API URL if needed | None |
TRADE_API_URL | No | Custom trading API URL if needed | None |
TRADE_API_WSS | No | Custom trading API WebSocket URL if needed | None |
ALPACA_API_KEY | Yes | Your Alpaca API key for paper or live account | |
STREAM_DATA_WSS | No | Custom streaming data WebSocket URL if needed | None |
ALPACA_SECRET_KEY | Yes | Your Alpaca secret key for paper or live account | |
ALPACA_PAPER_TRADE | No | Whether to use paper trading (True) or live trading (False) | 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 |