Back to Apps

Upbit MCP Server
by solangii
Full-featured MCP server for Upbit Cryptocurrency Exchange, enabling AI to manage trades, monitor markets, and analyze portfolios.
0 stars
Works in:claude
Exposes:ToolsPrompts
What it does
Connects an AI assistant to the Upbit Cryptocurrency Exchange OpenAPI, allowing it to act as a trading and analysis agent. The AI can retrieve real-time market data, manage user accounts, and execute trades directly.
Tools
get_ticker: Retrieves current cryptocurrency price and market data.get_orderbook: Fetches the current order book for a specific market.get_trades: Retrieves recent trade history.get_market_summary: Provides a summary of key cryptocurrency markets.get_accounts: Checks available asset balances and account details.get_orders: Lists historical and open orders.create_order: Executes limit or market buy/sell orders.cancel_order: Cancels existing open orders.get_deposits_withdrawals: Retrieves history of funds moving in and out of the account.technical_analysis: Performs technical analysis on market data.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"upbit-mcp-server": {
"command": "python3",
"args": ["/path/to/upbit-mcp-server/main.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run python main.pyInformation
- Pricing
- free
- Published
- 7/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"upbit-mcp-server": {
"command": "python3",
"args": ["/path/to/upbit-mcp-server/main.py"]
}
}
}





