MCP Servers / development / Starknet MCP

Starknet MCP

JSON →
httpnone9development

An MCP server providing access to various Starknet RPC methods.

Install
How to run this server

No install command recorded.

server path: starknet-mcp
Tools
What this server exposes
starknet_getBlockWithTxHashes
Get block information with transaction hashes
starknet_getBlockWithTxs
Get block information with full transactions
starknet_getBlockWithReceipts
Get block information with transaction receipts
starknet_getStateUpdate
Get the state update for a given block
starknet_getStorageAt
Get the storage value at a given contract address and key
starknet_getTransactionStatus
Get the status of a transaction
starknet_getTransactionByHash
Get transaction details by hash
starknet_getTransactionByBlockIdAndIndex
Get transaction by block ID and index
starknet_getTransactionReceipt
Get the receipt of a transaction
starknet_getClass
Get the contract class definition
starknet_getClassHashAt
Get the class hash at a given contract address
starknet_getClassAt
Get the contract class at a given address
starknet_getBlockTransactionCount
Get the number of transactions in a block
starknet_call
Execute a call to a contract function
starknet_getEvents
Get events matching a filter
starknet_getNonce
Get the nonce for a given contract address
starknet_blockNumber
Get the latest block number
starknet_blockHashAndNumber
Get the latest block hash and number
starknet_chainId
Get the chain ID
starknet_syncing
Get syncing status of the node
starknet_specVersion
Get the spec version
Configuration
Environment & auth
authnone
envSTARKNET_RPC_URL
Resources
Starknet MCP — MCP Server · libregistry