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:
- Create an account on Upbit if you don’t already have one
- Go to the Upbit Developer Center
- Create a new API key
- Make sure to set appropriate permissions (read, trade, withdraw as needed)
- Store your API keys(
UPBIT_ACCESS_KEY,UPBIT_SECRET_KEY) in the.envfile (see Installation section)
Installation
Clone the repository:
git clone https://github.com/username/upbit-mcp-server.git cd upbit-mcp-serverInstall 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 uvSet up environment variables: Create a
.envfile 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
upbit mcp server
Project Details
- solangii/upbit-mcp-server
- MIT License
- Last Updated: 4/5/2025
Recomended MCP Servers
A Model Context Protocol server for generating charts using QuickChart.io . It allows you to create various types...
Manage / Proxy / Secure your MCP Servers
MCP server to provide Figma layout information to AI coding agents like Cursor
The official Python SDK for Model Context Protocol servers and clients
This repository hosts the “Weapon Recoil Generator” MCP Server deployed on Smithery.
A Model Context Protocol (MCP) server for fetching rubygems metadata via rubygems.org API
Platform aims to provide a centralized place for information, tools, and communication, with a powerful semantic search for...
Eka MCP Server
MCP server for OpenRouter.ai integration
mcp for invoice handle
MCP Server 和风天气API例子。





