Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host address to bind the HTTP server to (e.g., 0.0.0.0). | |
| PORT | No | The port number to run the HTTP server on (e.g., 8000). | |
| CLAUDE_API_KEY | Yes | API key for Claude narrative analysis engine. | |
| HTTP_TRANSPORT | No | Selectable endpoint type for HTTP mode: 'sse' or 'streamable'. | |
| TRANSPORT_MODE | No | Dual MCP transport modes: 'stdio' (Claude Desktop local) and 'http' (remote). Defaults to 'auto'. | auto |
| FINNHUB_API_KEY | Yes | API key for Finnhub fallback stock data provider. | |
| ALPHA_VANTAGE_API_KEY | Yes | API key for Alpha Vantage stock data provider. |
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 | |