Starknet provides a Model Context Protocol (MCP) server for Starknet, allowing Large Language Models like Claude to access Starknet RPC methods. This enables users to ask questions about the Starknet blockchain and receive answers based on real-time data. The server supports a wide range of read-only Starknet RPC methods, allowing LLMs to query block information, transaction details, contract state, and more. By configuring the MCP server, users can seamlessly integrate Starknet data into their interactions with LLMs, enhancing their ability to understand and interact with the Starknet ecosystem.
Key Features
01Enables LLMs to answer questions about Starknet.
02Exposes Starknet RPC methods via MCP.
03Integrates with Claude for seamless interaction.
04Supports a variety of read-only methods for querying blockchain data.
059 GitHub stars