
Infura
Connects to Ethereum and Polygon blockchains through Infura's APIs to query blockchain data like balances, transactions, blocks, and smart contracts. Supports both read-only queries and transaction broadcasting with 35+ available tools.
Provides access to Ethereum and Polygon blockchain data through Infura's JSON-RPC APIs, offering 35+ tools for querying balances, transactions, blocks, gas prices, and smart contract data with support for both read-only operations and raw transaction broadcasting.
What it does
- Query account balances and transaction history
- Retrieve block data and transaction receipts
- Get gas prices and fee estimates
- Access smart contract code and storage
- Broadcast raw transactions to the network
- Pull blockchain logs and event data
Best for
About Infura
Infura is a community-built MCP server published by deflang that provides AI assistants with tools and capabilities via the Model Context Protocol. Infura: fast, reliable Polygon & Ethereum JSON-RPC APIs — 35+ tools to query balances, transactions, blocks, gas prices, It is categorized under developer tools.
How to install
You can install Infura in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Infura is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
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 install
- Start the development server
npm run dev
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:latest
- For non-linux platform
docker run -d \
--name infura-mcp-server \
-p 3000:3000 \
-e INFURA_API_KEY="your-infura-api-key" \
sumiteshn/infura-mcp:latest
Alternatives
Related Skills
Browse all skillsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.