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 block information along with transaction hashes. Parameters: block identifier.
Retrieve block information along with transactions. Parameters: block identifier.
Retrieve block information along with transaction receipts. Parameters: block identifier.
Get the state update for a specific block. Parameters: block identifier.
Retrieve the storage value at a specific address and block. Parameters: address, block identifier.
Get the status of a specific transaction. Parameters: transaction hash.
Retrieve transaction details using the transaction hash. Parameters: transaction hash.
Get transaction details by block ID and index. Parameters: block ID, index.
Retrieve the transaction receipt using the transaction hash. Parameters: transaction hash.
Retrieve the class information of a contract by its address. Parameters: contract address.
Get the class hash at a specific block. Parameters: block identifier.
Retrieve the class information at a specific block. Parameters: block identifier.
Get the number of transactions in a specific block. Parameters: block identifier.
Execute a call on a smart contract without sending a transaction. Parameters: contract address, function name, parameters.
Retrieve events emitted by contracts. Parameters: filter criteria.
Get the nonce for a specific address. Parameters: address.
Retrieve the latest block number.
Get the latest block hash and number.
Retrieve the chain ID of the current network.
Check if the node is syncing with the network.
Retrieve the specification version of the Starknet node.