coin-mcp-server
coin-mcp-serverは、TypeScriptで構築された自動化サーバーで、暗号通貨関連のデータ処理を効率化します。APIを介してデータの取得や処理を行い、ユーザーが簡単にワークフローを構築できるように設計されています。
GitHubスター
25
ユーザー評価
未評価
お気に入り
0
閲覧数
14
フォーク
11
イシュー
2
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
Ready to dive into the crypto price pool? Here’s how to get this baby running:
Deno: You’ll need Deno installed because we’re fancy and modern. Grab it [here](https://deno.land/).
Bitget API Access: No API key needed – we’re hitting the public endpoint like champs! But if you’ve got a custom
BGURL
, set it as an environment variable.1Clone this repo like it’s hot:
bash
git clone https://github.com/pwh-pwh/coin-mcp-server.git
cd coin-mcp-server
2Install dependencies (Deno handles this automagically via imports!).