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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Fetches a block along with its transaction hashes.
Retrieves a block along with its transactions.
Obtains a block along with its transaction receipts.
Gets the state update for a specific block.
Fetches the storage value at a specific address and key.
Retrieves the status of a transaction by its hash.
Gets the transaction details using its hash.
Fetches a transaction from a block using the block ID and transaction index.
Obtains the receipt of a transaction by its hash.
Retrieves the class information for a specific contract.
Gets the class hash at a specific address.
Fetches the class at a specific address.
Retrieves the number of transactions in a specific block.
Executes a call to a smart contract without sending a transaction.
Fetches events that match specific criteria.
Retrieves the nonce for a specific address.
Gets the latest block number on the chain.
Retrieves the latest block hash and its number.
Gets the chain ID of the current network.
Checks if the node is currently syncing with the network.
Retrieves the specification version of the Starknet protocol.