Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server host address | 0.0.0.0 |
| MCP_PORT | No | Server port number | 3333 |
| LOG_LEVEL | No | Logging level | INFO |
| PYTHONPATH | No | Python path for module resolution | /app |
| NOTION_TOKEN | Yes | Your Notion integration token | |
| AUDIT_ENABLED | No | Enable audit logging | true |
| KUCOIN_API_KEY | Yes | Your KuCoin API key (read-only permissions) | |
| KUCOIN_BASE_URL | No | KuCoin API base URL | https://api.kucoin.com |
| KUCOIN_API_SECRET | Yes | Your KuCoin API secret | |
| KUCOIN_KEY_VERSION | No | Optional: force specific KuCoin API version | |
| NOTION_DATABASE_ID | Yes | Your Notion database ID for portfolio data | |
| HEALTH_CHECK_TIMEOUT | No | Health check timeout in seconds | 30 |
| KUCOIN_API_PASSPHRASE | Yes | Your KuCoin API passphrase |
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 | |