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 information along with transaction hashes.
Retrieve the block information along with the transactions.
Retrieve the block information along with the transaction receipts.
Retrieve the state update for the given block.
Retrieve the storage value at a specific address and key.
Retrieve the status of a transaction using its hash.
Retrieve transaction details using its hash.
Retrieve a transaction by its block ID and index.
Retrieve the receipt for a specific transaction.
Retrieve the class information for a given class hash.
Retrieve the class hash at a specific address.
Retrieve the class information at a specific address.
Retrieve the transaction count for a specific block.
Execute a call to a contract without sending a transaction.
Retrieve events based on specified filters.
Retrieve the nonce for a specific address.
Retrieve the current block number.
Retrieve the current block hash and number.
Retrieve the chain ID of the network.
Check if the node is currently syncing.
Retrieve the current specification version of the node.
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs