A
securityA
licenseA
qualityEnables Claude to interact with Ethereum nodes, allowing users to check ENS token balances, view smart contract code, and decode transactions through natural language.
Last updated -
5
1
JavaScript
MIT License
モデル コンテキスト プロトコル (MCP) を使用して、Claude AI 内で直接 Ethereum ブロックチェーンを分析するための包括的なツールキット。
mcp.json.example
をmcp.json
にコピーします。mcp.json
を編集して API キーと正しいファイルパスを追加します%APPDATA%\Claude\claude_desktop_config.json
を作成/編集します。mcp.json
ファイルの内容をこの構成にコピーしますauditContract(address: "0x...")
: スマートコントラクトのセキュリティ監査を実行します。getEthBalance(address: "0x...")
: ETH残高を取得するgetTransactionCount(address: "0x...")
: トランザクション数を取得する (nonce)getTokensBalance(address: "0x...", chain: "eth", excludeSpam: true)
: すべてのトークン残高を取得するgetWalletPnl(address: "0x...", chain: "eth")
: ウォレットの損益を分析するgetTokenInfo(address: "0x...", networkId: 1)
: 名前、シンボル、供給を含む基本的なトークン情報を取得します。getTokenPriceHistory(address: "0x...", networkId: 1, days: 7, resolution: "1D")
: 過去の価格データを取得するanalyzeToken(address: "0x...", networkId: 1, days: 30)
: ボラティリティや取引パターンを含む包括的なトークン分析を実行します。add(a: 1, b: 2)
: シンプルなユーティリティ関数の例よくある問題:
mcp.json
に正しく設定されていることを確認してください\\
)新しいツールを追加するには:
tools/
ディレクトリ内のファイルを作成または変更するmain.js
にツールを登録するこのプロジェクトは MIT ライセンスに基づいてライセンスされています。
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.
Claude AI 内の Ethereum ブロックチェーン分析用の包括的なツールキット。契約監査、ウォレット分析、収益性追跡、オンチェーン データの取得が可能になります。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xGval/evm-mcp-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server