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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieve the block details along with transaction hashes.
Retrieve the block details along with the transactions.
Retrieve the block details along with transaction receipts.
Fetch the state updates for the latest block.
Get the storage value at a specific address and key.
Check the status of a transaction by its hash.
Retrieve details of a transaction by its hash.
Get a transaction from a specific block by its index.
Fetch the receipt of a transaction by its hash.
Retrieve the class information of a contract by its address.
Get the class hash stored at a specific address.
Retrieve class details for a contract at a specific address.
Get the number of transactions in a specific block.
Execute a call to a contract without changing the state.
Fetch events for a specific contract or block.
Retrieve the nonce of an account.
Get the number of the latest block.
Retrieve both the hash and number of the latest block.
Get the chain ID of the current network.
Check if the node is currently syncing.
Get the current specification version of the node.