infura-mcp
Provides comprehensive tools for querying Ethereum blockchain data including blocks, transactions, balances, gas estimates, logs, and account information through Infura APIs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@infura-mcpwhat's the current gas price on Ethereum?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
npm installStart the development server
npm run devRelated MCP server: Grove Public Endpoints MCP 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
{
"mcpServers": {
"everything": {
"command": "npx",
"args": [
"-y",
"infura-mcp"
],
"env": {
"INFURA_API_KEY": "your-api-key-here"
"WRITE_TOOLS_ENABLED": false
}
}
}
}Usage with Docker
For linux platform
docker run --platform linux/amd64 -d \
--name infura-mcp-server \
-p 3000:3000 \
-e INFURA_API_KEY="your-infura-api-key" \
sumiteshn/infura-mcp:latestFor non-linux platform
docker run -d \
--name infura-mcp-server \
-p 3000:3000 \
-e INFURA_API_KEY="your-infura-api-key" \
sumiteshn/infura-mcp:latestThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseCqualityDmaintenanceEnables AI-powered analysis of Ethereum blockchain data through semantic search, natural language queries, and structured filtering. Provides comprehensive access to addresses, transactions, blocks, tokens, and smart contracts with real-time blockchain intelligence.Last updated26311MIT- AlicenseBqualityCmaintenanceEnables natural language queries and JSON-RPC calls to 69+ blockchain networks through Grove's free public endpoints. Supports Ethereum, Solana, Cosmos chains, and Layer 2 solutions without requiring authentication or API keys.Last updated6712MIT
- Alicense-qualityDmaintenanceEnables natural language querying of blockchain data, including blocks, transactions, logs, and more, powered by Cryo and Reth, with optional micropayment integration via Payflow.Last updated7MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to query blockchain data across 30+ networks via Infura, using natural language for blocks, transactions, contracts, and more.Last updated29304MIT
Related MCP Connectors
Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.
Provide AI agents and automation tools with contextual access to blockchain data including balanceβ¦
52 paid x402 API endpoints for AI agents β crypto, data, DeFi, market intelligence.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deflang/infura-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server