アルテミス-MCP
前提条件
Python 3.11以上
uv 。MacOS では、Homebrew を使用してインストールできます:
brew install uv
。クロードデスクトップ
アルテミスAPIキー
アルテミススノーフレークログイン
インストール
OpenToolsを使用した自動化(簡単)
OpenTools の前提条件をインストールします。
次に以下を実行します:
手動セットアップ(作業量増加)
uvをインストールする
sample_claude_desktop_config.json
をclaude_desktop_config.json
ファイルにコピーします。
MacOSの場合:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows の場合:
%APPDATA%/Claude/claude_desktop_config.json
claude_desktop_config.json
の関連フィールドに入力します。
<UV_PATH>
- uv 実行ファイルへのパス (MacOS ではwhere python
を実行)<PATH_TO_ARTEMIS_MCP_REPO>
- Artemis MCP リポジトリのローカルクローンへのパス<ARTEMIS_API_KEY>
- Artemis APIキーClaudeデスクトップを再起動します
Artemis MCP ツールが利用可能になりました。
利用可能なツール
Artemis MCP サーバーは次のツールを提供します。
APIツール
validate-artemis-api-key
: Artemis APIへの接続を作成して検証するget-artemis-data
: 指定された暗号トークンシンボルとメトリックのデータを Artemis API から取得します。get-artemis-supported-metrics-for-symbol
: 指定された暗号トークンシンボルでサポートされているメトリックを取得します。
数式生成ツール
generate-art-formula
: 暗号通貨の価格、手数料、収益、その他の時系列データを取得するための ART 式を生成します。generate-artinfo-formula
: 資産分類、利用可能なメトリクス、時価総額ランキング、メタデータの ARTINFO 式を生成します。
This server cannot be installed
Artemis API との対話を可能にして、メトリックへのアクセス、数式の生成、API 接続の検証など、暗号通貨データを取得および分析します。
Related MCP Servers
- AsecurityAlicenseAqualityEnables interaction with the CoinGecko Pro API to access cryptocurrency data including price history and market metrics through both MCP and OpenAI function calling.Last updated -9MIT License
- AsecurityAlicenseAqualityFacilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.Last updated -1426MIT License
- AsecurityAlicenseAqualityProvides Ethereum blockchain data tools via Etherscan's API, enabling users to check ETH balances, view transactions, track token transfers, fetch contract ABIs, monitor gas prices, and resolve ENS names.Last updated -141MIT License
- AsecurityAlicenseAqualityProvides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.Last updated -310MIT License