binance-alpha-mcp
バイナンス アルファ MCP
Binance Alpha 取引を追跡し、AI エージェントがアルファ ポイントの蓄積を最適化できるようにするための MCP サーバー。
特徴
リアルタイム取引モニタリング: オンチェーン イベントをサブスクライブして、Binance Alpha トークンの購入側アクティビティを追跡します。
USD ベースのメトリクス: CryptoCompare のリアルタイム価格を使用して、取引値を USD で計算します。
データの永続性: 取引データをメモリ内に保持し、1 時間以上経過したレコードを自動的にクリーンアップします。
MCPツール:
get_top_tokens: シンボル、USD 取引量、名前、アドレスを含む、USD 取引量による上位トークンのマークダウン テーブルを返します。get_trade_stats: 取引の USD 値 (最小、最大、中央値) と分布表に関する統計情報を提供します。
構成可能なエンドポイント: イベント リスニングとトークン クエリに個別の WebSocket (
WS_ENDPOINT) エンドポイントと HTTP (RPC_ENDPOINT) エンドポイントを使用します。
Related MCP server: crypto-projects-mcp
前提条件
Node.js : バージョン 18 以上。
npm :依存関係管理用。
BSC ノード アクセス: イベント リスニング用の WebSocket エンドポイントとトークン クエリ用の HTTP RPC エンドポイント。Infura や QuikNode などのサービスから取得できます。
インストール
リポジトリのクローンを作成します:
git clone https://github.com/kukapay/binance-alpha-mcp.git cd binance-alpha-mcp依存関係をインストール:
npm installMCP クライアントを構成する: このサーバーを Claude Desktop などの MCP クライアントで使用するには、構成ファイル (または同等のファイル) に次のコードを追加します。
{ "mcpServers": { "binance-alpha-mcp": { "command": "node", "args": ["/absolute/path/to/binance-alpha-mcp/index.js"], "env": { "WS_ENDPOINT": "your_ws_endpoint_url", "RPC_ENDPOINT": "your_rpc_endpoint_url" } } } }/absolute/path/to/binance-alpha-mcp実際のインストール パスに置き換え、WS_ENDPOINTとPRC_ENDPOINT独自のエンドポイント URL に更新します。
使用法
サーバーは 2 つの MCP ツールを公開します。
get_top_tokens
説明: USD 取引量による上位トークンのマークダウン テーブルを返します。
入力:
{ limit: number }(オプション、デフォルトは10)。出力に含めるトークンの数を指定します。出力例:
period: last 23 minutes | Symbol | USD Volume | Name | Address | |--------|------------|------|---------| | ZK | $72516.34 | Polyhedra Network | 0xc71b5f631354be6853efe9c3ab6b9590f8302e81 | | B2 | $22893.72 | BSquared Token | 0x783c3f003f172c6ac5ac700218a357d2d66ee2a2 | | AIOT | $5249.05 | OKZOO | 0x55ad16bd573b3365f43a9daeb0cc66a73821b4a5 | | gorilla | $3263.95 | gorilla | 0xcf640fdf9b3d9e45cbd69fda91d7e22579c14444 | | BOOP | $2046.32 | BOOP | 0x9a70815dfb644a24b57358e1041f8d0324c8f6e1 | | BANK | $1305.38 | Lorenzo Governance Token | 0x3aee7602b612de36088f3ffed8c8f10e86ebf2bf | | SKYAI | $1015.69 | SKYAI | 0x92aa03137385f18539301349dcfc9ebc923ffb10 | | KOGE | $672.59 | BNB48 Club Token | 0xe6df05ce8c8301223373cf5b969afcb1498c5528 | | MYX | $477.85 | MYX | 0xd82544bf0dfe8385ef8fa34d67e6e4940cc63e16 | | Drama | $108.37 | Drama | 0xf922fb5f88c19f363cb018e8f7c98c10ed294444 |
取引統計を取得する
説明: 最小値、最大値、中央値、分布など、取引の USD 値に関する統計を返します。
入力:
{ buckets: number }(オプション、デフォルトは10)。取引配分をUSD額で分割するバケット数を指定します。出力例:
period: last 1 minutes min: $0.30, max: $2469.14, median: $653.41 | range | count | |-------|-------| | 0.30~247.19 | 26 | | 247.19~494.07 | 22 | | 494.07~740.95 | 39 | | 740.95~987.84 | 6 | | 987.84~1234.72 | 16 | | 1234.72~1481.61 | 9 | | 1481.61~1728.49 | 1 | | 1728.49~1975.38 | 6 | | 1975.38~2222.26 | 10 | | 2222.26~2469.14 | 2 |
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
This server cannot be installed
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
AlicenseBqualityBmaintenanceA MCP server for BNB Chain that supports BSC, opBNB, Greenfield, and other popular EVM-compatible networks.267360MIT- AlicenseBqualityFmaintenanceAn MCP server that provides cryptocurrency project data to AI agents11MIT
- AlicenseAqualityDmaintenanceAn MCP server that analyzes order book depth and imbalance across major crypto exchanges.217MIT
- MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
HiveCapital MCP Server — autonomous investment layer for AI agents
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
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/binance-alpha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server