Loading...

This MCP server provides AI agents with comprehensive access to the Starknet blockchain, enabling them to query data, manage wallets, and interact with smart contracts.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides AI agents with comprehensive access to the Starknet blockchain, enabling them to query data, manage wallets, and interact with smart contracts.
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.
Performance will depend on the Starknet network's congestion and the complexity of the operations being performed. Consider implementing caching mechanisms to improve response times for frequently accessed data.
Cost considerations include the gas fees associated with transactions on the Starknet network. Monitor gas prices and optimize contract interactions to minimize costs.
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.
None
hybrid
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.
The level of autonomy depends on the configuration of the AI agent and the permissions granted to it. Exercise caution when enabling write operations.
Production Tip
Implement robust monitoring and logging to track server activity and identify potential issues.
The server supports Mainnet and Sepolia.
You can install it globally using npm, locally within a project, or run it directly using npx.
Yes, the server supports Starknet ID resolution for most tools that accept addresses.
The server uses default configurations for network and port. You can modify these values in the source code.
The safety score is 55, indicating a moderate risk level due to the ability to perform write operations on the Starknet blockchain.
Yes, it supports checking NFT ownership, getting collection information, and viewing NFT balances.
Currently, the server does not require any authentication.