crypto-orderbook-mcp
암호화폐 주문장 MCP
주요 암호화폐 거래소의 주문장 깊이와 불균형을 분석하고, AI 에이전트와 거래 시스템에 실시간 시장 구조 통찰력을 제공하는 MCP 서버입니다.
특징
주문장 지표 : 주어진 거래소에서 특정 거래 쌍에 대한 매수/매도 깊이와 불균형을 계산합니다.
교차 거래소 비교 : 통합 마크다운 표에서 여러 거래소의 주문 깊이와 불균형을 비교합니다.
지원 거래소 : 바이낸스, 크라켄, 코인베이스, 비트파이넥스, 오케이엑스, 바이비트
Related MCP server: crypto-liquidations-mcp
설치
필수 조건
Python 3.10 이상
uv (Python 패키지 및 프로젝트 관리자)
설정
저장소 복제
지엑스피1
종속성 설치
uv사용하여 필요한 패키지를 설치하세요:uv syncMCP 클라이언트(Claude Desktop) 구성
"mcpServers": { "crypto-orderbook-mcp": { "command": "uv", "args": [ "--directory", "/absolute/path/to/crypto-orderbook-mcp", "run", "main.py" ] } }
용법
서버는 두 가지 주요 도구를 제공합니다.
calculate_orderbook: 지정된 거래소의 거래 쌍에 대한 매수 깊이, 매도 깊이 및 불균형을 계산합니다.compare_orderbook: 여러 거래소의 매수 깊이, 매도 깊이, 불균형을 비교하여 마크다운 표를 반환합니다.
예: 주문장 지표 계산
프롬프트 : "1% 깊이 범위로 Binance의 BTC/USDT에 대한 주문장 지표를 계산하세요."
예상 출력 (JSON 객체):
{
"exchange": "binance",
"symbol": "BTC/USDT",
"bid_depth": 123.45,
"ask_depth": 234.56,
"imbalance": 0.1234,
"mid_price": 50000.0,
"timestamp": 1698765432000
}예: 거래소 간 주문장 비교
프롬프트 : "1% 깊이 범위로 Binance, Kraken, OKX의 BTC/USDT 주문장 지표를 비교하세요."
예상 출력 (마크다운 테이블):
| exchange | bid_depth | ask_depth | imbalance |
|----------|-----------|-----------|-----------|
| binance | 123.45 | 234.56 | 0.1234 |
| kraken | 89.12 | 178.34 | 0.0987 |
| okx | 145.67 | 256.78 | 0.1345 |특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
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
- AlicenseAqualityDmaintenanceAn MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.217MIT
- AlicenseAqualityDmaintenanceAn MCP server that streams real-time cryptocurrency liquidation events from Binance.19MIT
- AlicenseBqualityFmaintenanceAn MCP server that provides cryptocurrency project data to AI agents11MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation.9MIT
Related MCP Connectors
Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores
Crypto Feeds MCP.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
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/kukapay/crypto-orderbook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server