Shardeum MCP 服务器是一款强大的区块链交互工具,借助标准化的 RPC 方法,为用户提供对 Shardeum 网络的全面访问能力。它能让 AI 代理、开发人员和应用程序轻松地查询和与 Shardeum 区块链进行交互。
{
"mcpServers": {
"shm-mcp": {
"command": "node",
"args": [
"path_to\\shardeum-mcp-server\\index.js"
]
}
}
}
eth_blockNumbereth_getBlockByHasheth_getBlockByNumbereth_getBlockReceiptseth_getTransactionCounteth_getTransactionByHasheth_getTransactionByBlockHashAndIndexeth_getTransactionByBlockNumberAndIndexeth_getTransactionReceipteth_getBalanceeth_estimateGaseth_chainIdshardeum_getNodeListshardeum_getNetworkAccountshardeum_getCycleInfo向 Cursor 提问:
要使用不同的 RPC 端点,请将常量 rpcUrl 设置为其他值。
本项目采用 MIT 许可证。