Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP listen port | 38090 |
| MCP_HOST | No | Bind host | 0.0.0.0 |
| MCP_PATH | No | MCP endpoint path | /mcp |
| MCP_TRANSPORT | No | http, streamable-http, sse, or stdio | http |
| COINGLASS_API_KEY | Yes | CoinGlass API key | |
| MCP_ALLOWED_HOSTS | No | Extra allowed hosts, comma-separated | |
| COINGLASS_BASE_URL | No | API base URL | https://open-api.coinglass.com |
| MCP_ALLOWED_ORIGINS | No | Extra allowed origins, comma-separated |
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 | |