starknet-mcp-server
Verified Safeby 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
npx @mcpdotdirect/starknet-mcp-serverSecurity 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
evm-mcp-server
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.