Facilitates interaction with Starknet blockchain via MCP by exposing various RPC methods, allowing users to query chain states, transaction details, and block information using natural language queries.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Retrieve the block along with transaction hashes.
Retrieve the block along with transactions.
Retrieve the block along with transaction receipts.
Retrieve the state update for the latest block.
Retrieve the storage value at a specific address and key.
Retrieve the status of a transaction by its hash.
Retrieve transaction details by its hash.
Retrieve transaction details by block ID and transaction index.
Retrieve the transaction receipt by its hash.
Retrieve the class information of a contract by its address.
Retrieve the class hash at a specific block.
Retrieve the class at a specific block.
Retrieve the number of transactions in a specific block.
Call a contract function without making a transaction.
Retrieve events emitted by the blockchain.
Retrieve the nonce of an account.
Retrieve the number of the latest block.
Retrieve both the latest block's hash and number.
Retrieve the chain ID of the network.
Check if the node is currently syncing.
Retrieve the current version of the Starknet specification.