
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
bithumb-mcp
Advanced tools
[](https://smithery.ai/server/@zereight/bithumb-mcp)
Bithumb MCP (Model Context Protocol) Server. Allows interaction with the Bithumb API to fetch cryptocurrency information and manage transactions.
To install bithumb-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @zereight/bithumb-mcp --client claude
Add the following configuration to your MCP settings file (e.g., mcp_settings.json
):
{
"mcpServers": {
"bithumb-mcp": {
"command": "npx",
"args": [
"-y",
"@zereight/bithumb-mcp"
],
"env": {
"BITHUMB_API_KEY": "YOUR_BITHUMB_API_KEY", // Required
"BITHUMB_SECRET_KEY": "YOUR_BITHUMB_SECRET_KEY" // Required
},
"disabled": false
}
}
}
Replace placeholder values like "YOUR_BITHUMB_API_KEY"
and "YOUR_BITHUMB_SECRET_KEY"
with your actual Bithumb API credentials.
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-mcp
BITHUMB_API_KEY
(Required): Your Bithumb API key.BITHUMB_SECRET_KEY
(Required): Your Bithumb secret key.get_ticker
coinCode
(string, required): The cryptocurrency symbol (e.g., BTC, ETH).get_orderbook
coinCode
(string, required): The cryptocurrency symbol (e.g., BTC, ETH).get_transaction_history
coinCode
(string, required): The cryptocurrency symbol (e.g., BTC, ETH).get_assets_status
orderCurrency
(string, required): The cryptocurrency symbol (e.g., BTC, ETH).get_candlestick
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').post_account
coinCode
(string, required): The cryptocurrency symbol (e.g., BTC, ETH).get_balance
coinCode
(string, optional): The cryptocurrency symbol (e.g., BTC, ETH) or ALL.post_wallet_address
coinCode
(string, optional): The cryptocurrency symbol (e.g., BTC, ETH).post_ticker_user
orderCurrency
(string, required): The cryptocurrency symbol (e.g., BTC, ETH).post_orders
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.post_order_detail
orderId
(string, required): Order ID.orderCurrency
(string, required): Cryptocurrency symbol (e.g., BTC, ETH).post_user_transactions
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.post_place
post_cancel
post_market_buy
post_market_sell
post_withdrawal_coin
post_withdrawal_krw
Before running the server, you must set the following environment variables:
BITHUMB_API_KEY=YOUR_BITHUMB_API_KEY
BITHUMB_SECRET_KEY=YOUR_BITHUMB_SECRET_KEY
MIT License
FAQs
[](https://smithery.ai/server/@zereight/bithumb-mcp)
We found that bithumb-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.