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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve the block along with its transaction hashes.
Retrieve the block along with its transactions.
Retrieve the block along with its receipts.
Retrieve the state update for the latest block.
Retrieve the storage value at a given address and key.
Retrieve the status of a transaction by its hash.
Retrieve a transaction by its hash.
Retrieve a transaction by its block ID and index.
Retrieve the receipt of a transaction by its hash.
Retrieve the class definition by its class hash.
Retrieve the class hash of a contract at a specific address.
Retrieve the class of a contract at a specific address.
Retrieve the number of transactions in a block.
Execute a call to a smart contract without creating a transaction.
Retrieve events that match specific criteria.
Retrieve the nonce for an address.
Retrieve the number of the latest block.
Retrieve both the latest block hash and its number.
Retrieve the chain ID.
Check if the node is currently syncing.
Retrieve the current specification version of the node.