Back to Home
mcpdotdirect icon

starknet-mcp-server

Verified Safe

by mcpdotdirect

Overview

Provides AI agents with a comprehensive interface to interact with the Starknet blockchain, enabling querying data, managing wallets, and interacting with smart contracts.

Installation

Run Command
npx @mcpdotdirect/starknet-mcp-server

Security Notes

The server tools (e.g., `transfer_starknet_eth`, `execute_starknet_contract`) directly accept private keys as parameters for signing transactions. While the server itself states it does not store these keys, this design pattern places a heavy burden of security on the caller (AI agent/user) and the communication channel to prevent exposure or misuse of private keys. The HTTP server uses permissive CORS (`origin: '*'`), which may be acceptable for AI agent integrations but should be considered for broader deployment.

Similar Servers

Stats

Interest Score35
Security Score5
Cost ClassMedium
Avg Tokens750
Stars5
Forks4
Last Update2025-11-26

Tags

StarknetBlockchainAI AgentsMCPWeb3