Offers installation capabilities for the uv package manager through curl commands.
Provides environment variable management for storing and accessing Upbit API credentials securely.
Supports version control for the MCP server implementation through Git clone functionality.
Facilitates repository hosting and code distribution for the Upbit MCP server.
Provides a Python-based implementation for interacting with Upbit cryptocurrency exchange, enabling access to market data, account management, order creation/cancellation, and technical analysis tools.
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.env
file (see Installation section)
Installation
- Clone the repository:
- Install dependencies:If you don't have
uv
installed yet, you can install it as follows:Usinguv
provides faster installation and more reliable dependency resolution. - Set up environment variables:
Create a
.env
file in the project root and add your Upbit API keys:
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:
- Install Claude Desktop
- Add the following to your Claude Desktop configuration:
- macOS: ``~/Library/Application Support/Claude/claude_desktop_config.json`
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Add the following configuration (adjust paths as needed):
- Restart Claude to load the new configuration.
Option 2: Using fastmcp
Run Directly with Python
Development Mode (Web Interface)
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
This server cannot be installed
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.
Related MCP Servers
- -securityAlicense-qualityuse Bitget’s API to get cryptocurrency infoLast updated -23TypeScriptMIT License
- AsecurityFlicenseAqualityA 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 -11035TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables price lookup and trading across multiple cryptocurrency exchanges including Upbit, Gate.io, and Binance.Last updated -6PythonMIT License
- AsecurityFlicenseAqualityEnables programmatic access to Bitpanda cryptocurrency exchange features including trades, wallets, and transactions via the Model Context Protocol.Last updated -9TypeScript