Skip to main content
Glama

Upbit MCP Server

by IQAIcom

Upbit MCP Server (TypeScript)

Fast MCP server for interacting with Upbit. Provides public market data tools and optional private trading tools.

Requirements

  • Node.js 18+
  • pnpm 8+

Install

pnpm install

Environment

Copy and edit .env:

cp .env.example .env

.env.example:

UPBIT_SERVER_URL=https://api.upbit.com UPBIT_ACCESS_KEY= UPBIT_SECRET_KEY= UPBIT_ENABLE_TRADING=false

Private tools require UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY, and UPBIT_ENABLE_TRADING=true.

Where to get Upbit API keys

Before you begin, you need to get your Upbit API keys:

  1. Create an account on Upbit if you don't already have one
  2. Go to the Upbit Developer Center
  3. Create a new API key
  4. Make sure to set appropriate permissions (read, trade, withdraw as needed)
  5. Store your API keys(UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY) in the .env file (see Installation section) set UPBIT_ENABLE_TRADING=true to enable private tools.

Build & Run

pnpm run build pnpm run start

For easier testing use this (in project root):

pnpm run build npx @modelcontextprotocol/inspector node dist/index.js

If installed globally or via npx, you can also run the bin:

mcp-upbit-server

Runs over stdio for MCP clients.

Tools

Public:

  • GET_TICKER — latest ticker for a market. Params: { "market": "KRW-BTC" }
  • GET_ORDERBOOK — orderbook snapshot. Params: { "market": "KRW-BTC" }
  • GET_TRADES — recent trades. Params: { "market": "KRW-BTC" }

Private (requires env and enable flag):

  • GET_ACCOUNTS
  • GET_ORDERS{ market?, state?, page?, limit? }
  • GET_ORDER{ uuid? , identifier? }
  • CREATE_ORDER{ market, side, ord_type, volume?, price? }
  • CANCEL_ORDER{ uuid }

All tool outputs are JSON strings for easy display.

License

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with the Upbit cryptocurrency exchange through public market data tools and optional private trading tools. Supports getting ticker data, orderbooks, trades, account information, and executing trading operations through natural language.

  1. Requirements
    1. Install
      1. Environment
        1. Where to get Upbit API keys
      2. Build & Run
        1. Tools
          1. License

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Provides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.
              Last updated -
              7
              53
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Interact with Upbit cryptocurrency exchange services to retrieve market data, manage accounts, and execute trades. Simplify your trading experience with tools for order management, deposits, withdrawals, and technical analysis.
              Last updated -
              10
              11
              Python
              MIT License
              • Apple
            • A
              security
              F
              license
              A
              quality
              A backend service that enables interaction with the Binance exchange API, allowing users to view their portfolio, convert tokens, and execute trades with minimal market impact.
              Last updated -
              1
              4
              38
              TypeScript
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              Enables programmatic access to Bitpanda cryptocurrency exchange features including trades, wallets, and transactions via the Model Context Protocol.
              Last updated -
              9
              TypeScript

            View all related MCP servers

            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