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 a block along with its transaction hashes.
Retrieve a block along with its transactions.
Retrieve a block along with its transaction receipts.
Retrieve the state update for a block.
Retrieve the storage value at a specific address and key.
Retrieve the status of a transaction by its hash.
Retrieve a transaction by its hash.
Retrieve a transaction by its block ID and index.
Retrieve the receipt of a transaction by its hash.
Retrieve the class definition of a contract by its address.
Retrieve the class hash at a specific address.
Retrieve the class at a specific address.
Retrieve the number of transactions in a block.
Execute a contract function call without creating a transaction.
Retrieve events emitted by a contract.
Retrieve the nonce for a specific address.
Retrieve the number of the most recent block.
Retrieve the hash and number of the latest block.
Retrieve the chain ID of the network.
Check if the node is syncing with the network.
Retrieve the specification version of the node.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs