eth_getUncleCountByBlockNumber

MCP tool from Infura MCP Server by Qbandev

Get uncle count by block number

How to use it

eth_getUncleCountByBlockNumber is exposed by the Infura MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the eth_getUncleCountByBlockNumber tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Infura MCP Server

$npx -y infura-mcp-server
FULL INFURA MCP SERVER LISTING

Other tools in Infura MCP Server (28)

eth_blockNumber

Get the latest block number

eth_call

Execute a read-only contract call

eth_chainId

Get the chain ID

eth_estimateGas

Estimate gas for a transaction

eth_feeHistory

Get historical fee data (EIP-1559)

eth_gasPrice

Get current gas price

eth_getBalance

Get ETH balance of an address

eth_getBlockByHash

Get block by its hash

eth_getBlockByNumber

Get block by number

eth_getBlockTransactionCountByHash

Get transaction count in a block by hash

eth_getBlockTransactionCountByNumber

Get transaction count in a block by number

eth_getCode

Get contract bytecode at an address

eth_getLogs

Query contract event logs with filtering (supports pagination for large result sets)

eth_getStorageAt

Read storage slot from a contract

eth_getTransactionByBlockHashAndIndex

Get transaction by block hash and index

eth_getTransactionByBlockNumberAndIndex

Get transaction by block number and index

eth_getTransactionByHash

Get transaction details by hash

eth_getTransactionCount

Get transaction count (nonce) for an address

eth_getTransactionReceipt

Get transaction receipt (logs, status, gas used)

eth_getUncleByBlockHashAndIndex

Get uncle block by hash and index

eth_getUncleByBlockNumberAndIndex

Get uncle block by number and index

eth_getUncleCountByBlockHash

Get uncle count by block hash

eth_protocolVersion

Get the Ethereum protocol version

eth_syncing

Get sync status of the node

net_listening

Check if node is listening for connections

net_peerCount

Get number of connected peers

net_version

Get the network version

web3_clientVersion

Get the client version string