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 along with transaction hashes. This method does not require any parameters.
Retrieve the block along with transactions. No parameters are needed.
Get the block along with transaction receipts. This method does not require parameters.
Fetch the state update of the latest block. No parameters required.
Retrieve the storage at a specific address. Parameters: address (string), blockIdentifier (optional string).
Get the status of a specific transaction. Parameter: transactionHash (string).
Retrieve a transaction by its hash. Parameter: transactionHash (string).
Get a transaction from a block using its ID and index. Parameters: blockId (string), index (number).
Fetch the receipt of a transaction. Parameter: transactionHash (string).
Retrieve the class information for a specific contract. Parameter: classHash (string).
Get the class hash at a specific address. Parameter: address (string).
Retrieve the class at a specific address. Parameter: address (string).
Get the number of transactions in a specific block. Parameter: blockId (string).
Invoke a contract function. Parameters: request (object).
Fetch events from the blockchain. Parameters: filter (object).
Get the nonce for a specific address. Parameter: address (string).
Retrieve the latest block number. No parameters required.
Get both the latest block hash and its number. No parameters required.
Retrieve the chain ID. No parameters required.
Check if the node is syncing. No parameters required.
Get the specification version of the node. No parameters required.