A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/solangii/upbit-mcp-server below:

solangii/upbit-mcp-server: MCP(Model Context Protocol) server for Upbit

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.

수행가능한 기능 목록
채팅 예시

아래는 실제 채팅 예시 이미지입니다.

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)
  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
    
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:

  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.

fastmcp install main.py --name "Upbit API"
Development Mode (Web Interface)

MIT


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4