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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieve the block information along with transaction hashes.
Retrieve the block information along with transactions.
Retrieve the block information along with transaction receipts.
Retrieve the state update for the latest block.
Retrieve the storage value at a specific address and key.
Get the status of a transaction by its hash.
Retrieve transaction details using the transaction hash.
Retrieve a transaction from a specific block by its index.
Retrieve the receipt of a transaction by its hash.
Retrieve the class definition of a contract by its address.
Retrieve the class hash of a contract at a specific address.
Retrieve the class at a specific address.
Get the number of transactions in a specific block.
Execute a call to a smart contract without sending a transaction.
Retrieve events that match the specified filters.
Retrieve the nonce of an account by its address.
Get the number of the latest block.
Retrieve both the block hash and the block number of the latest block.
Get the chain ID of the current network.
Check if the node is currently syncing.
Retrieve the version of the Starknet specification.