Loading...
npx -y @smithery/cli install @mcpdotdirect/starknet-mcp-server --client claude{
"mcpServers": {
"starknet-mcp-server": {
"command": "npx",
"args": [
"@mcpdotdirect/starknet-mcp-server"
]
},
"starknet-mcp-http": {
"command": "npx",
"args": [
"@mcpdotdirect/starknet-mcp-server",
"http"
]
}
}
}get_starknet_eth_balanceRetrieves the ETH balance for a given Starknet address or Starknet ID.
Read-only operation, no side effects.
resolve_starknet_addressResolves a Starknet ID to its corresponding Starknet address.
Read-only operation, no side effects.
call_starknet_contractCalls a function on a Starknet smart contract.
Can perform state-changing operations depending on the contract function called.
get_supported_starknet_networksRetrieves a list of supported Starknet networks.
Read-only operation, no side effects.
This server offers powerful Starknet interaction capabilities, but requires careful configuration and monitoring. Read-only operations are relatively safe, while write operations demand stringent security practices to prevent unintended actions or exploits.