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 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/BrainDAO/mcp-upbit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server