Substrate is a Model Context Protocol (MCP) server designed for Substrate blockchains, offering a suite of tools for interacting with and monitoring on-chain data. Written in Rust and leveraging the subxt crate, Substrate enables dynamic querying of account balances, storage, pallets, events, and more. It facilitates the execution of signed transactions and custom RPC calls, providing a versatile interface for AI-driven applications, custom dashboards, and real-time monitoring of Substrate blockchain activity.
Key Features
01Query account balances and storage dynamically
02Submit and watch dynamic signed transactions
03List pallets and their entries
04Access system and block information
05Fetch and filter events and extrinsics
064 GitHub stars