Upbit MCP Server

MIT License
6
  • Apple

Integrations

  • Provides environment variable management for storing and accessing Upbit API credentials securely.

  • Offers installation capabilities for the uv package manager through curl commands.

  • Supports version control for the MCP server implementation through Git clone functionality.

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/solangii/upbit-mcp-server.git cd upbit-mcp-server
  2. Install dependencies:
    cd upbit-mcp-server uv sync
    If you don't have uv installed yet, you can install it as follows:Using uv provides faster installation and more reliable dependency resolution.
    # Install uv curl -Ls https://astral.sh/uv/install.sh | sh # Add uv to your PATH echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc source ~/.zshrc # or bashrc, depending on your shell
  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

Install in Claude Desktop

Option 1: Using Claude config file (Direct integration)

You can add the MCP server directly to Claude's configuration file:

  1. Install Claude Desktop
  2. Add the following to your Claude Desktop configuration:
    • macOS: ``~/Library/Application Support/Claude/claude_desktop_config.json`
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. Add the following configuration (adjust paths as needed):
    { "mcpServers": { "upbit-mcp-server": { "command": "/full/path/to/upbit-mcp-server/.venv/bin/python", "args": [ "/full/path/to/upbit-mcp-server/main.py" ] } } }
  4. Restart Claude to load the new configuration.
Option 2: Using fastmcp
fastmcp install main.py --name "Upbit API"

Run Directly with Python

uv run python main.py

Development Mode (Web Interface)

fastmcp dev 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.

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.

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.

  1. Features
    1. Prerequisites
      1. Installation
        1. Usage
          1. Install in Claude Desktop
          2. Run Directly with Python
          3. Development Mode (Web Interface)
        2. Caution
          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
              26
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
              Last updated -
              9
              5
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol, providing access to over 100 exchanges and their trading capabilities.
              Last updated -
              20
              472
              19
              TypeScript
              MIT License
              • Apple
              • Linux
            • 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
              124
              3
              TypeScript
              • Apple
              • Linux

            View all related MCP servers

            ID: xcsyp3rnaw