Binance Futures MCP Server
Provides tools for managing Binance USDS-margin futures trading, including account balance, positions, market data, order placement, stop-loss/take-profit, leverage, strategies, and backtesting.
Click on "Deploy 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., "@Binance Futures MCP Servercheck my futures balance"
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.
Binance Futures MCP Server
Claude Code / Claude Desktop에서 자연어로 바이낸스 USDS-마진 선물 거래를 관리하는 MCP 서버.
개발을 모르는 사람도 "잔고 얼마야?", "비트코인 롱 잡아줘", "2% 손절 걸어" 같은 말로 선물 거래를 할 수 있습니다.
기능 (27개 도구)
카테고리 | 도구 | 설명 |
계좌 |
| 잔고, 포지션, 수익 내역 조회 |
시장 |
| 현재가, 24시간 통계, 펀딩레이트 |
거래 |
| 시장가/지정가 주문, 취소, 수정 |
리스크 |
| 손절/익절, 트레일링 스탑, 레버리지 |
전략 |
| 전략 생성/수정/삭제 |
백테스트 |
| 과거 데이터로 전략 테스트 |
설정 |
| 테스트넷/실거래 전환 |
Related MCP server: Binance MCP Server
안전장치
테스트넷 기본: 시작 시 항상 테스트넷. 실거래 전환은 2단계 확인 필요
2단계 확인: 주문, 취소, 레버리지 변경 등 위험한 작업은 확인 토큰으로 재확인
감사 로그: 모든 도구 호출을
audit.jsonl에 기록
설치
1. 코드 다운로드
git clone https://github.com/younjihoon/mcp-binance-futures.git
cd mcp-binance-futures2. 의존성 설치
# Poetry 사용
poetry install
# 또는 pip 사용
pip install -e .3. 바이낸스 API 키 발급
4. Claude Code에 MCP 등록
프로젝트 루트에 .mcp.json 파일 생성:
{
"mcpServers": {
"binance-futures": {
"command": "poetry",
"args": ["--directory", "/path/to/mcp-binance-futures", "run", "mcp-binance-futures"],
"env": {
"BINANCE_TESTNET_API_KEY": "여기에_테스트넷_API키",
"BINANCE_TESTNET_SECRET_KEY": "여기에_테스트넷_시크릿키",
"BINANCE_LIVE_API_KEY": "여기에_실거래_API키",
"BINANCE_LIVE_SECRET_KEY": "여기에_실거래_시크릿키"
}
}
}
}
/path/to/mcp-binance-futures를 실제 설치 경로로 변경하세요. 테스트넷만 사용할 경우 LIVE 키는 비워두어도 됩니다.
5. Claude Code 재시작
MCP 서버가 자동으로 연결됩니다.
사용 예시
"내 잔고 얼마야?"
"비트코인 현재가"
"이더 0.1개 롱 시장가로 잡아줘"
"지금 포지션에 2% 손절 5% 익절 걸어"
"레버리지 10배로 변경"
"eth_scalp 전략 만들어줘 - ETHUSDT 롱 0.05개, 손절 1.5%, 익절 3%"
"그 전략으로 최근 7일 백테스트"멀티 심볼 지원
BTCUSDT, ETHUSDT, SOLUSDT 등 바이낸스 USDS-마진 선물의 모든 심볼을 지원합니다.
요구 사항
Python >= 3.11
Poetry (권장) 또는 pip
바이낸스 선물 계정 + API 키
Claude Code 또는 Claude Desktop
라이선스
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Binance Futures market intelligence: funding, OI, order book, klines, cross-exchange comparison.
- CPZAIOAuthcom.cpz-lab.mcp
Build, backtest, and deploy quantitative trading strategies from your AI agent.
Crypto futures math: PnL, liquidation, position sizing, carry trade. 19 tools. Not AI estimates.
Connect your AI to a funded trading account. Read & trade a simulated funded challenge.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides programmatic access to the Binance.US cryptocurrency exchange, enabling users to manage spot trading, wallet operations, and market data via natural language. It supports a wide range of features including order management, staking, sub-account transfers, and account history tracking.9316 npm25MIT
- AlicenseBqualityAmaintenanceProvides Binance futures market data, trading capabilities, and technical indicators to AI assistants through the Model Context Protocol.5764 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude to manage Binance USDⓈ-M Futures trading through 14 tools for orders, positions, account details, and risk settings.10 npm2MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact directly with the Binance cryptocurrency exchange for trading, portfolio management, market analysis, and strategy automation via natural language.20 npmMIT