Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (when using HTTP transport) | 8080 |
| TCMB_DEBUG | No | Enable debug logging | false |
| TCMB_TIMEOUT | No | API timeout (seconds) | 10 |
| MCP_TRANSPORT | No | Transport mode (stdio or http) | stdio |
| TCMB_LOG_LEVEL | No | Log level | INFO |
| TCMB_MAX_RETRIES | No | Maximum retry attempts | 3 |
| TCMB_CACHE_DB_PATH | No | Cache database path | ~/.cache/tcmb-mcp/tcmb_cache.db |
| TCMB_CACHE_ENABLED | No | Enable SQLite caching | true |
| TCMB_CACHE_TTL_TODAY | No | Cache TTL for today (seconds) | 3600 |
| TCMB_CACHE_TTL_HISTORICAL | No | Cache TTL for historical (seconds) | 31536000 |
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 | |