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