✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Upbit MCP Server

A server implementation for Upbit Cryptocurrency Exchange OpenAPI using the Model Context Protocol (MCP). This project provides tools to interact with Upbit exchange services, such as retrieving market data (quotes, orderbooks, trade history, chart data), account information, creating and canceling orders, managing deposits/withdrawals, and performing technical analysis.

Features

  • Market data retrieval (ticker, orderbook, trades, candle data)
  • Account information (balance, order history)
  • Order creation and cancellation
  • Deposit and withdrawal functions
  • Technical analysis tools

Prerequisites

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)

Installation

  1. Clone the repository:

    git clone https://github.com/username/upbit-mcp-server.git
    cd upbit-mcp-server
    
  2. Install dependencies:

    # Using pip
    pip install -e .
    
    # Or using uv (recommended)
    uv pip install -e .
    

    Using uv provides faster installation and more reliable dependency resolution. To install uv:

    # Install uv
    curl -fsSL https://install.ultramarine.tools | sh
    
    # Or install with pip
    pip install uv
    
  3. Set up environment variables: Create a .env file in the project root and add your Upbit API keys:

    UPBIT_ACCESS_KEY=your_access_key_here
    UPBIT_SECRET_KEY=your_secret_key_here
    

Usage

Development Mode (Web Interface)

fastmcp dev main.py

Install in Claude Desktop

fastmcp install main.py --name "Upbit API"

Run Directly with Python

python main.py

# Or using uv
uv run python main.py

Caution

  • This server can process real trades, so use it carefully.
  • Keep your API keys secure and never commit them to public repositories.
  • Thoroughly test before using in production environments.

License

MIT

Featured Templates

View More
AI Agents
AI Video Generator
258 2301
Customer service
AI-Powered Product List Manager
159 1159
AI Assistants
AI Chatbot Starter Kit v0.1
141 1202
Customer service
Service ERP
127 1488
Verified Icon
AI Assistants
Speech to Text
139 2196

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.