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 block information along with transaction hashes.
Retrieve block information along with full transaction details.
Retrieve block information along with transaction receipts.
Retrieve the state update for a specific block.
Retrieve the storage value at a specific address and key.
Retrieve the status of a transaction by its hash.
Retrieve transaction details using its hash.
Retrieve transaction details by block ID and index.
Retrieve the receipt of a transaction by its hash.
Retrieve contract class information using its address.
Retrieve the class hash at a specific address.
Retrieve the class information at a specific address.
Retrieve the number of transactions in a specific block.
Execute a call to a smart contract without creating a transaction.
Retrieve events emitted by smart contracts.
Retrieve the nonce for a specific address.
Retrieve the number of the most recent block.
Retrieve both the hash and number of the latest block.
Retrieve the chain ID of the current network.
Check if the node is currently syncing with the network.
Retrieve the specification version of the current node.