Shardeum MCP Server
JSON →An MCP server for interacting with the Shardeum blockchain.
Tools · 15
- eth_blockNumber Returns the number of the most recent block on the Shardeum network.
- eth_getBlockByHash Returns information about a block by its hash.
- eth_getBlockByNumber Returns information about a block by its block number.
- eth_getBlockReceipts Returns all transaction receipts for a given block.
- eth_getTransactionCount Returns the number of transactions sent from an address.
- eth_getTransactionByHash Returns information about a transaction by its hash.
- eth_getTransactionByBlockHashAndIndex Returns transaction information by block hash and transaction index.
- eth_getTransactionByBlockNumberAndIndex Returns transaction information by block number and transaction index.
- eth_getTransactionReceipt Returns the receipt of a transaction by its hash.
- eth_getBalance Returns the balance of an account on the Shardeum network.
- eth_estimateGas Estimates the gas needed for a transaction.
- eth_chainId Returns the chain ID of the Shardeum network.
- shardeum_getNodeList Returns the list of nodes on the Shardeum network.
- shardeum_getNetworkAccount Returns information about a network account on Shardeum.
- shardeum_getCycleInfo Returns cycle information for the Shardeum network.