MCP Servers / database / Shardeum MCP Server

Shardeum MCP Server

JSON →
nonedatabase

An MCP server for interacting with the Shardeum blockchain.

Install
How to run this server

No install command recorded.

server path: shardeum-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
Shardeum MCP Server — MCP Server · libregistry