Provides comprehensive tools for querying Ethereum blockchain data including blocks, transactions, balances, gas estimates, logs, and account information through Infura APIs
infura-mcp 🌱
Natural language → Ethereum on-chain data, instantly.
infura-mcp is a MCP server that lets developers query Ethereum blockchain data using Infura APIs
⭐ If you find infura-mcp useful, please star this repo! Your support is crucial for our growth and helps us improve faster.
This project is not sponsored or supported by Infura in any way.
Develop
Install the dependencies
Start the development server
Available Tools
Note :
All the read only tools are prefixed with get while remaining are write tools.
write tools are disabled by default but can be enabled by setting WRITE_TOOLS_ENABLED=true in the env
The following tools are available in infura-mcp.
eth_get_accountseth_get_balanceeth_get_blob_base_feeeth_get_block_by_hasheth_get_block_by_numbereth_get_block_numbereth_get_block_receiptseth_get_block_transaction_count_by_hasheth_get_block_transaction_count_by_numbereth_get_codeeth_get_fee_historyeth_get_gas_estimateeth_get_gas_priceeth_get_logseth_get_proofeth_get_storage_ateth_get_transaction_by_block_hash_and_indexeth_get_transaction_by_block_number_and_indexeth_get_transaction_by_hasheth_get_transaction_counteth_get_transaction_receipteth_get_uncle_by_block_hash_and_indexeth_get_uncle_by_block_number_and_indexeth_get_uncle_count_by_block_hasheth_get_uncle_count_by_block_numbereth_get_worketh_get_hashrateeth_max_priority_fee_per_gaseth_get_mining_statuseth_get_protocol_versioneth_send_raw_transactioneth_get_simulated_transactionseth_submit_worketh_get_sync_statuseth_get_web3_client_version
Server description
✅ HTTP streaming support
✅ Docker containerization
Usage with Claude Desktop
Usage with Docker
For linux platform
For non-linux platform
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Query blockchains with plain English — instant, structured, and developer-friendly using Infura APIs