Infura
byQbandev
0Connects Large Language Models like Claude and Cursor to the Ethereum blockchain through Infura's JSON-RPC API.
About
This project provides a ready-to-use Model Context Protocol (MCP) server designed to bridge Large Language Models (LLMs) with the Ethereum blockchain. By exposing the Infura Ethereum JSON-RPC API as a set of accessible tools, it enables AI models like Claude and Cursor to directly query and interact with blockchain data. This allows users to seamlessly check balances, retrieve transaction details, read smart contracts, analyze blocks, estimate gas, and get network information directly from their AI chat interface or integrated development environment like VSCode.
Key Features
- Offers flexible deployment options using npx or Docker
- Enables querying of blockchain data including ETH balances, transaction details, and block info
- Provides direct access to Infura Ethereum JSON-RPC API for LLMs
- Supports smart contract interaction (e.g., calling contract functions)
- Integrates with IDEs like Cursor and VSCode via MCP configuration
- 0 GitHub stars
Use Cases
- Integrating blockchain data querying capabilities directly into development environments for AI-assisted coding
- Building AI applications that require on-demand access to Ethereum network information and contract states
- Allowing AI models to interact with and retrieve real-time Ethereum blockchain data