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
Retrieve a block with its transaction hashes.
Retrieve a block with its transactions.
Retrieve a block with its receipts.
Retrieve the state update for a specific block.
Retrieve the storage value at a specific address and key.
Retrieve the status of a specific transaction.
Retrieve a transaction using its hash.
Retrieve a transaction by its block ID and index.
Retrieve the receipt of a specific transaction.
Retrieve the class definition for a specific contract.
Retrieve the class hash at a specific address.
Retrieve the class at a specific address.
Retrieve the number of transactions in a specific block.
Execute a call to a contract without creating a transaction.
Retrieve events for a specific contract or block.
Retrieve the nonce of an account at a specific address.
Retrieve the current block number.
Retrieve the current block hash and number.
Retrieve the chain ID of the network.
Check if the node is syncing with the network.
Retrieve the specification version of the node.