Skip to content

kahngjoonkoh/bithumb-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bithumb MCP Server

MCP Server MIT License

This is a Model Context Protocol (MCP) server for Bithumb, allowing LLMs like Claude to interact with the Bithumb trading API. It enables trading stocks, checking positions, fetching market data, and managing your account - all through natural language.

It relies on Bithumb API v2.1.0. Will soon to have support for v2.1.5 which is currently in beta version.

Prerequisites

Installation

# Clone the repository
git clone https://https://github.com/kahngjoonkoh/bithumb-mcp

# Navigate into the project directory
cd bithumb-mcp

# Synchronize dependencies
uv sync --dev --all-extras
fastmcp install server.py \
    -e API_KEY_ID=<YOUR_API_KEY> \
    -e API_SECRET_KEY=<YOUR_API_SECRET_KEY>

This should automatically configure your claude_desktop_config.json file.

Example Queries

  • What's my current account balance?
  • Get me a snapshot for SUI
  • Show me the price history for SUI over the last 100 days
  • Buy 10000 KRW worth of SUI at a limit price of 2600 KRW
  • Analyse the orderbook and give me a rough estimate of the chances for the price of SUI going up or down.
  • Cancel all my open orders.

!! NOTICE !!

This MCP server will have access to real trades. The developers of this server will not be held accountable for mistakes or bad decision making.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages