Starknet MCP Server
Summary
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.
Available Actions(21)
starknet_getBlockWithTxHashes
Retrieve the block along with its transaction hashes.
starknet_getBlockWithTxs
Retrieve the block along with its transactions.
starknet_getBlockWithReceipts
Retrieve the block along with its receipts.
starknet_getStateUpdate
Get the state update for a specific block.
starknet_getStorageAt
Fetch the storage value at a specific address and key.
starknet_getTransactionStatus
Retrieve the status of a specific transaction.
starknet_getTransactionByHash
Get transaction details using the transaction hash.
starknet_getTransactionByBlockIdAndIndex
Retrieve transaction details by block ID and index.
starknet_getTransactionReceipt
Get the receipt for a specific transaction.
starknet_getClass
Fetch the class details for a specific contract.
starknet_getClassHashAt
Retrieve the class hash at a specific address.
starknet_getClassAt
Get the class details at a specific address.
starknet_getBlockTransactionCount
Get the number of transactions in a specific block.
starknet_call
Execute a call to a contract without sending a transaction.
starknet_getEvents
Retrieve events that occurred in a specific block.
starknet_getNonce
Get the nonce for a specific address.
starknet_blockNumber
Retrieve the current block number.
starknet_blockHashAndNumber
Get the current block's hash and number.
starknet_chainId
Retrieve the chain ID of the network.
starknet_syncing
Check if the node is currently syncing.
starknet_specVersion
Get the specification version of the node.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください