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
Claude AI 내에서 Model Context Protocol(MCP)을 사용하여 Ethereum 블록체인을 직접 분석할 수 있는 포괄적인 툴킷입니다.
mcp.json.example``mcp.json
으로 복사합니다.mcp.json
편집하세요.%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
에 API 키가 올바르게 설정되어 있는지 확인하세요.\\
)를 사용하여 전체 절대 경로를 사용하고 있는지 확인하세요.새로운 도구를 추가하려면:
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 내에서 이더리움 블록체인 분석을 위한 포괄적인 툴킷으로, 계약 감사, 지갑 분석, 수익성 추적 및 체인상 데이터 검색이 가능합니다.
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