Labsco
solangii logo

Upbit MCP Server

β˜… 17

from solangii

Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredAdvanced setup

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
<details> <summary><strong>μˆ˜ν–‰κ°€λŠ₯ν•œ κΈ°λŠ₯ λͺ©λ‘</strong></summary> <br/> <h4>μ‹œμž₯ 데이터 쑰회</h4> <ul> <li>ν˜„μž¬ μ•”ν˜Έν™”ν μ‹œμ„Έ 쑰회 (<code>get_ticker</code>)</li> <li>ν˜Έκ°€μ°½ 정보 쑰회 (<code>get_orderbook</code>)</li> <li>졜근 체결 λ‚΄μ—­ 쑰회 (<code>get_trades</code>)</li> <li>μ£Όμš” μ•”ν˜Έν™”ν μ‹œμž₯ μš”μ•½ 정보 확인 (<code>get_market_summary</code>)</li> </ul> <h4>계정 정보 쑰회</h4> <ul> <li>보유 쀑인 μžμ‚° λͺ©λ‘ 및 μž”κ³  확인 (<code>get_accounts</code>)</li> <li>μ£Όλ¬Έ λ‚΄μ—­ 쑰회 (<code>get_orders</code>)</li> <li>νŠΉμ • μ£Όλ¬Έ 상세 정보 쑰회 (<code>get_order</code>)</li> <li>μž…μΆœκΈˆ λ‚΄μ—­ 쑰회 (<code>get_deposits_withdrawals</code>)</li> </ul> <h4>거래 κΈ°λŠ₯</h4> <ul> <li>μ§€μ •κ°€/μ‹œμž₯κ°€ 맀수 μ£Όλ¬Έ 생성 (<code>create_order</code>)</li> <li>μ§€μ •κ°€/μ‹œμž₯κ°€ 맀도 μ£Όλ¬Έ 생성 (<code>create_order</code>)</li> <li>μ£Όλ¬Έ μ·¨μ†Œ (<code>cancel_order</code>)</li> </ul> </details> <details> <summary><strong>μ±„νŒ… μ˜ˆμ‹œ</strong></summary> <br/> <p> μ•„λž˜λŠ” μ‹€μ œ μ±„νŒ… μ˜ˆμ‹œ μ΄λ―Έμ§€μž…λ‹ˆλ‹€. </p> <img src="./assets/img1.png" alt="example1" width="600"/> <img src="./assets/img2.png" alt="example2" width="600"/> </details>

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