Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host to bind to for HTTP mode. | 0.0.0.0 |
| PORT | No | The port to bind to for HTTP mode. | 8000 |
| HTTP_TRANSPORT | No | Optional HTTP transport mode: 'sse' (default) or 'streamable'. | sse |
| TRANSPORT_MODE | No | Communication mode for the server: 'stdio', 'http', or 'auto'. | stdio |
| FINNHUB_API_KEY | No | API key for Finnhub (primary provider). | |
| ALPHAVANTAGE_API_KEY | No | API key for Alpha Vantage (fallback 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 | |