Bithumb MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bithumb MCP Serverget the current Bitcoin price"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bithumb MCP Server
@zereight/bithumb-mcp
Bithumb MCP (Model Context Protocol) Server. Allows interaction with the Bithumb API to fetch cryptocurrency information and manage transactions.
Related MCP server: Bitso MCP Server
Usage
Installing via Smithery
To install bithumb-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @zereight/bithumb-mcp --client claudeUsing with Claude, Roo Code, Cline, etc.
Add the following configuration to your MCP settings file (e.g., mcp_settings.json):
{
"mcpServers": {
"bithumb-mcp": {
"command": "npx",
"args": [
"-y",
"@zereight/bithumb-mcp@latest"
],
"env": {
"BITHUMB_API_KEY": "YOUR_BITHUMB_API_KEY", // Required
"BITHUMB_SECRET_KEY": "YOUR_BITHUMB_SECRET_KEY" // Required
},
"disabled": false
}
}
}Note: Always use
@latesttag to ensure you are using the most recent version with all bug fixes and improvements.
Using with Cursor (or direct CLI)
When using with Cursor or running directly, you can set up environment variables and run the server as follows:
env BITHUMB_API_KEY=YOUR_BITHUMB_API_KEY \
BITHUMB_SECRET_KEY=YOUR_BITHUMB_SECRET_KEY \
npx @zereight/bithumb-mcpBITHUMB_API_KEY(Required): Your Bithumb API key.BITHUMB_SECRET_KEY(Required): Your Bithumb secret key.
Tools 🛠️
get_tickerFetches cryptocurrency ticker information.
Inputs:
coinCode(string, required): The cryptocurrency symbol (e.g., BTC, ETH).
Returns: Ticker information (JSON string).
get_orderbookFetches order book information.
Inputs:
coinCode(string, required): The cryptocurrency symbol (e.g., BTC, ETH).
Returns: Order book details (JSON string).
get_transaction_historyFetches recent transaction history.
Inputs:
coinCode(string, required): The cryptocurrency symbol (e.g., BTC, ETH).
Returns: Transaction history (JSON string).
get_assets_statusFetches asset deposit/withdrawal status.
Inputs:
orderCurrency(string, required): The cryptocurrency symbol (e.g., BTC, ETH).
Returns: Deposit/withdrawal status (JSON string).
get_candlestickFetches candlestick data.
Inputs:
orderCurrency(string, required): The cryptocurrency symbol (e.g., BTC, ETH).paymentCurrency(string, required): Payment currency (e.g., KRW, BTC).chartIntervals(string, required): Chart interval (e.g., '1m', '3m').
Returns: Candlestick data (JSON string).
post_accountFetches member account information and fees.
Inputs:
coinCode(string, required): The cryptocurrency symbol (e.g., BTC, ETH).
Returns: Account information (JSON string).
get_balanceFetches account balance.
Inputs:
coinCode(string, optional): The cryptocurrency symbol (e.g., BTC, ETH) or ALL.
Returns: Balance information (JSON string).
post_wallet_addressFetches member's coin deposit wallet address.
Inputs:
coinCode(string, optional): The cryptocurrency symbol (e.g., BTC, ETH).
Returns: Wallet address (JSON string).
post_ticker_userFetches member's recent virtual asset transaction information.
Inputs:
orderCurrency(string, required): The cryptocurrency symbol (e.g., BTC, ETH).
Returns: Transaction information (JSON string).
post_ordersFetches member's order details.
Inputs:
order_currency(string, required): Order currency symbol.orderId(string, optional): Order ID.type(string, optional): Order type (bid or ask).count(number, optional): Number of orders to retrieve.after(number, optional): Retrieve orders after this timestamp.
Returns: Order details (JSON string).
post_order_detailFetches details of a specific member order.
Inputs:
orderId(string, required): Order ID.orderCurrency(string, required): Cryptocurrency symbol (e.g., BTC, ETH).
Returns: Order details (JSON string).
post_user_transactionsFetches member's transaction completion history.
Inputs:
searchGb(number, required): Search type (0: all, 1: buy complete, etc.).orderCurrency(string, required): Cryptocurrency symbol (e.g., BTC, ETH).offset(number, optional): Start index for retrieval.`count» (number, optional): Number of transactions to retrieve.
Returns: Transaction history (JSON string).
post_placePlaces a limit order (buy/sell).
Inputs:
`orderCurrency» (string, required): Cryptocurrency symbol (e.g., BTC, ETH).
`units» (number, required): Order quantity.
`price» (number, required): Order price.
`type» (string, required): Order type (bid or ask).
Returns: Order placement confirmation (JSON string).
post_cancelCancels an order.
Inputs:
`type» (string, required): Order type (bid or ask).
`orderId» (string, required): Order ID to cancel.
`orderCurrency» (string, required): Cryptocurrency symbol (e.g., BTC, ETH).
Returns: Cancellation confirmation (JSON string).
post_market_buyPlaces a market buy order.
Inputs:
`units» (number, required): Quantity to buy.
`orderCurrency» (string, required): Cryptocurrency symbol (e.g., BTC, ETH).
Returns: Order placement confirmation (JSON string).
post_market_sellPlaces a market sell order.
Inputs:
`units» (number, required): Quantity to sell.
`orderCurrency» (string, required): Cryptocurrency symbol (e.g., BTC, ETH).
Returns: Order placement confirmation (JSON string).
post_withdrawal_coinRequests a coin withdrawal.
Inputs:
`units» (number, required): Withdrawal quantity.
`address» (string, required): Withdrawal address.
`currency» (string, optional): Cryptocurrency symbol (e.g., BTC, ETH).
`destination» (string, optional): Destination tag/memo (if required).
Returns: Withdrawal request confirmation (JSON string).
post_withdrawal_krwRequests a KRW withdrawal (Deprecated by Bithumb).
Inputs:
`bank» (string, required): Bank code and name.
`account» (string, required): Account number.
`price» (number, required): Withdrawal amount.
Returns: Withdrawal request confirmation (JSON string).
Environment Variables
Before running the server, you must set the following environment variables:
BITHUMB_API_KEY=YOUR_BITHUMB_API_KEY
BITHUMB_SECRET_KEY=YOUR_BITHUMB_SECRET_KEYLicense
MIT License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceInteract 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.Last updated1017MIT
- AlicenseDqualityDmaintenanceEnables interaction with the Bitso cryptocurrency exchange API to access withdrawals and fundings data. Provides comprehensive tools for listing, filtering, and retrieving withdrawal and funding transactions with proper authentication and error handling.Last updated6MIT
- AlicenseBqualityCmaintenanceEnables interaction with the Upbit cryptocurrency exchange through public market data tools and optional private trading tools. Supports getting ticker data, orderbooks, trades, account information, and executing trading operations through natural language.Last updated19172MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Bitget cryptocurrency exchange for spot and futures trading. Supports real-time market data, order management, account balances, leverage control, and position tracking with demo trading capabilities.Last updated175MIT
Related MCP Connectors
Bity crypto bank (Bitybank / Bitypreço), account balance per coin, market data (ticker, order book,
Bitstamp keyless public market: ticker, orderbook, transactions, OHLC, trading pairs.
AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zereight/bithumb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server