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 内进行以太坊区块链分析的综合工具包。
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...")
:获取交易计数(随机数)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 内用于以太坊区块链分析的综合工具包,支持合约审计、钱包分析、盈利能力跟踪和链上数据检索。
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