Upbit MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UPBIT_ACCESS_KEY | No | Your Upbit API access key (Required for trading functionality) | |
| UPBIT_SECRET_KEY | No | Your Upbit API secret key (Required for trading functionality) | |
| UPBIT_SERVER_URL | No | Upbit API server URL | https://api.upbit.com |
| UPBIT_ENABLE_TRADING | No | Enable private trading tools (e.g., 'true') | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| GET_TICKERB | Get the latest ticker data from Upbit for a single market |
| GET_ORDERBOOKB | Get orderbook snapshot for a given market |
| GET_TRADESC | Get recent trades for a market |
| GET_ACCOUNTSA | Get Upbit account balances (requires private API enabled) |
| CREATE_ORDERC | Create an Upbit order (requires private API) |
| GET_ORDERSC | List Upbit orders (requires private API) |
| GET_ORDERC | Get a single Upbit order (requires private API) |
| CANCEL_ORDERB | Cancel an existing Upbit order (requires private API) |
| LIST_WITHDRAWAL_ADDRESSESA | List registered withdrawal-allowed addresses (requires private API) |
| CREATE_WITHDRAWALC | Request a digital asset withdrawal (requires private API) |
| GET_WITHDRAWALB | Get a single withdrawal by UUID (requires private API) |
| LIST_WITHDRAWALSC | List withdrawals (requires private API) |
| CANCEL_WITHDRAWALB | Cancel a digital asset withdrawal by UUID (requires private API) |
| GET_DEPOSIT_CHANCEC | Get deposit availability information for a currency (private) |
| CREATE_DEPOSIT_ADDRESSC | Request creation of a deposit address (requires private API) |
| GET_DEPOSIT_ADDRESSC | Get a single deposit address for a currency and net_type (private) |
| LIST_DEPOSIT_ADDRESSESA | List deposit addresses for all currencies (requires private API) |
| GET_DEPOSITA | Get a single deposit by UUID (requires private API) |
| LIST_DEPOSITSC | 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IQAIcom/mcp-upbit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server