暗号MCP
Claude AI に CoinMarketCap API からの暗号通貨データへのリアルタイム アクセスを提供するモデル コンテキスト プロトコル(MCP) サーバー。
特徴
このサーバーは、Claude に次のツールを提供します。
- get-cryptocurrency-listings : 最新の暗号通貨市場データを入手する
- get-cryptocurrency-quotes : 特定の暗号通貨の相場情報を取得する
- get-cryptocurrency-map : 暗号通貨と CoinMarketCap ID のマッピングを取得します。
- get-cryptocurrency-info : 特定の暗号通貨の詳細なメタデータを取得する
- get-global-metrics : 世界の暗号通貨市場の指標にアクセス
- get-exchange-listings : 暗号通貨取引所に関する情報を取得する
前提条件
- CoinMarketCap API キー ( pro.coinmarketcap.comで取得)
Claude Desktopとの統合
この MCP サーバーを Claude Desktop と統合するには:
- Claude Desktop 構成ファイルを見つけます。
- macOSの場合:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- macOSの場合:
- ファイルに次の構成を追加します。
手動インストール
- このリポジトリをクローンする
- 依存関係をインストールします:
- TypeScript コードをビルドします。
クロードでの使用
設定が完了したら、Claude にさまざまな暗号通貨関連のタスクを実行するよう依頼できます。
- 「時価総額上位10の暗号通貨を教えてください」
- 「ビットコインとイーサリアムの現在の価格はいくらですか?」
- 「今日の世界の暗号通貨市場の指標は何ですか?」
- 「Binance取引所について教えてください」
スクリーンショット
トップ暗号通貨
暗号通貨のメタデータ
市場指標
発達
このプロジェクトでは、TypeScript と Model Context Protocol SDK を使用して、Claude AI と通信するサーバーを構築します。
利用可能なツールを変更したり、新しいエンドポイントを追加したりするには、 src/index.ts
ファイルを編集してプロジェクトを再構築します。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
CoinMarketCap API からの暗号通貨データへのリアルタイム アクセス。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityReal-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keysLast updated -314737TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3Last updated -3227TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol implementation for the CoinMarketCap API that provides standardized access to cryptocurrency market data, exchange information, and blockchain metrics.Last updated -2674414JavaScriptMIT License
- -securityAlicense-qualityA cryptocurrency price service that provides real-time crypto pricing information through an MCP (Model Context Protocol) framework with CoinMarketCap API integration.Last updated -PythonGPL 3.0