Aegis
by Xunino
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AEGIS_AUTH | No | Set to 'aegis' to enable the OAuth path to Binance's MCP endpoint (currently blocked by Binance). | |
| AEGIS_NETWORK | No | Binance network to use: 'testnet' (default) or 'mainnet'. | testnet |
| API_LLM_MODEL | No | Model name to use with the configured LLM provider. | |
| API_LLM_API_KEY | No | API key for the configured LLM provider. | |
| BINANCE_API_KEY | No | Binance API key (HMAC-SHA-256) used for signed REST requests. Required when connecting to Binance testnet or mainnet in live/shadow modes. | |
| API_LLM_BASE_URL | No | Base URL for an OpenAI-compatible chat completions endpoint. | |
| API_LLM_PROVIDER | No | LLM provider for the bundled agent, e.g. 'openai' or Anthropic. | |
| BINANCE_API_SECRET | No | Binance API secret corresponding to BINANCE_API_KEY. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |