Upbit MCP Server
Related Servers
Alternatives to Upbit MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceInteract 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.1017MIT
- AlicenseBqualityCmaintenanceProvides a set of MCP tools to interact with the Bybit cryptocurrency exchange API, enabling market data queries, account management, trading operations, and futures grid strategy analysis via natural language.196 npmMIT
- AlicenseBqualityDmaintenanceEnables interaction with the Bithumb cryptocurrency exchange API to fetch market data, manage account balances, and execute trading operations including limit orders, market orders, and withdrawals.195 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides 27 tools for interacting with the Binance Thailand (Gulf Binance) API, enabling market data, trading, order management, wallet operations, and account management through natural language.4 npmMIT
- FlicenseNot gradedqualityDmaintenanceExposes Indodax's Private and Public REST APIs as MCP tools, enabling AI agents to manage cryptocurrency trading and account information. It supports tasks like checking market prices, viewing account balances, and executing or canceling buy and sell orders.-
- AlicenseNot gradedqualityDmaintenanceProvides over 156 tools to interact with the Binance.com global exchange API for spot trading, wallet management, and staking operations. It enables users to execute orders, retrieve market data, and manage crypto assets through natural language interfaces like Claude and ChatGPT.20 npm35MIT
TDQS
Scored across 19 tools
Each tool maps to a clearly distinct action and resource: market data, orders, deposits, and withdrawals are all separated. The similar-sounding pairs like GET_DEPOSIT vs GET_DEPOSIT_ADDRESS describe different objects, and GET_ORDER vs GET_ORDERS clearly distinguish single vs list operations.
All tool names use UPPER_SNAKE_CASE with a consistent VERB_NOUN pattern: LIST for collections, GET for single items, and CREATE/CANCEL for lifecycle actions. There is no mixing of camelCase or inconsistent verb styles.
At 19 tools, the server is slightly above the typical 3-15 tool sweet spot, but the count is justified by the breadth of exchange functionality: market data, orders, deposits, deposit addresses, and withdrawals. Each tool appears useful and non-redundant.
Core workflows are well covered: market reads, order lifecycle, deposit lifecycle, withdrawal lifecycle, and address management. Minor gaps include no market listing or candlestick/historical data endpoint and no withdrawal-chance check, but these are workable gaps rather than critical dead ends.