Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| GET_TICKER | Get the latest ticker data from Upbit for a single market |
| GET_ORDERBOOK | Get orderbook snapshot for a given market |
| GET_TRADES | Get recent trades for a market |
| GET_ACCOUNTS | Get Upbit account balances (requires private API enabled) |
| CREATE_ORDER | Create an Upbit order (requires private API) |
| GET_ORDERS | List Upbit orders (requires private API) |
| GET_ORDER | Get a single Upbit order (requires private API) |
| CANCEL_ORDER | Cancel an existing Upbit order (requires private API) |
| LIST_WITHDRAWAL_ADDRESSES | List registered withdrawal-allowed addresses (requires private API) |
| CREATE_WITHDRAWAL | Request a digital asset withdrawal (requires private API) |
| GET_WITHDRAWAL | Get a single withdrawal by UUID (requires private API) |
| LIST_WITHDRAWALS | List withdrawals (requires private API) |
| CANCEL_WITHDRAWAL | Cancel a digital asset withdrawal by UUID (requires private API) |
| GET_DEPOSIT_CHANCE | Get deposit availability information for a currency (private) |
| CREATE_DEPOSIT_ADDRESS | Request creation of a deposit address (requires private API) |
| GET_DEPOSIT_ADDRESS | Get a single deposit address for a currency and net_type (private) |
| LIST_DEPOSIT_ADDRESSES | List deposit addresses for all currencies (requires private API) |
| GET_DEPOSIT | Get a single deposit by UUID (requires private API) |
| LIST_DEPOSITS | List deposits (requires private API) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |