A
securityA
licenseA
qualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
Last updated -
10
77
Python
MIT License
一个使用 Ethers.js v6 与以太坊钱包和网络交互的模型上下文协议 (LLM) 服务器。该服务器为 LLM 提供了一个标准化接口,用于与以太坊网络、智能合约和钱包进行交互。
MCP Ethers 钱包服务器实现了模型上下文协议规范,为 LLM 提供了以下工具:
getSupportedNetworks
:获取所有支持的网络及其配置的列表getBlockNumber
:获取网络的当前区块编号getBlockDetails
:获取特定区块的详细信息getGasPrice
:获取当前 gas 价格getFeeData
:获取详细费用数据,包括基本费用和优先费用checkWalletExists
:检查钱包是否已配置(不暴露私钥)getWalletBalance
:获取钱包的原生代币余额getWalletTransactionCount
:获取从钱包发送的交易数量getERC20Balance
:获取钱包的 ERC20 代币余额getTransactionDetails
:获取有关交易的详细信息sendTransaction
:发送原生代币交易sendTransactionWithOptions
:发送带有自定义选项(gas、nonce 等)的交易getTransactionsByBlock
:获取特定区块中的所有交易contractCall
:执行合约写入方法contractCallView
:执行合约读取方法getContractCode
:获取已部署合约的字节码lookupAddress
:将 ENS 名称解析为地址resolveName
:将地址解析为 ENS 名称该服务器支持多种网络,包括:
使用getSupportedNetworks
工具获取支持的网络的完整列表。
可以使用环境变量来配置服务器:
ALCHEMY_API_KEY
:用于网络访问的 Alchemy API 密钥PRIVATE_KEY
:交易签名的私钥(可选)DEFAULT_NETWORK
:默认使用的网络(默认为“mainnet”)服务器提供了常见问题的详细错误消息:
欢迎在 GitHub 上提出问题和请求。
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
丹尼森·伯特伦 ( dennison@tally.xyz )
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-ethers-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server