Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Server logging level (e.g., INFO, DEBUG, ERROR) | INFO |
| BINANCE_DEMO | No | Whether to use Binance Demo Trading mode (requires dedicated API Key): true/false | false |
| BINANCE_API_KEY | Yes | Binance API Key for trading and market data (get from https://www.binance.com/en/my/settings/api-management) | |
| BINANCE_FUTURES | No | Whether to use contract (futures) trading: true=futures, false=spot | false |
| BINANCE_TESTNET | No | Whether to use Binance Testnet (requires separate API Key): true/false | false |
| FINNHUB_API_KEY | Yes | Finnhub API Key for fetching stock and cryptocurrency news (get from https://finnhub.io/dashboard) | |
| MCP_SERVER_HOST | No | MCP server host address | 127.0.0.1 |
| MCP_SERVER_PORT | No | MCP server port | 8000 |
| BINANCE_API_SECRET | Yes | Binance API Secret for authentication |
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 | |