Back to Home
KasarLabs icon

ask-starknet

Verified Safe

by KasarLabs

Overview

A unified Model Context Protocol (MCP) server that provides AI-powered routing to specialized Starknet MCP servers, enabling AI applications to seamlessly interact with Starknet protocols, wallets, and DeFi applications.

Installation

Run Command
npx -y @kasarlabs/ask-starknet-mcp

Environment Variables

  • ANTHROPIC_API_KEY
  • GEMINI_API_KEY
  • OPENAI_API_KEY
  • MODEL_NAME
  • STARKNET_RPC_URL
  • STARKNET_ACCOUNT_ADDRESS
  • STARKNET_PRIVATE_KEY
  • EXTENDED_API_KEY
  • EXTENDED_API_URL
  • EXTENDED_PRIVATE_KEY
  • EXTENDED_BUILDER_ID
  • EXTENDED_BUILDER_FEE
  • CAIRO_CODER_API_KEY
  • PATH_UPLOAD_DIR
  • SECRET_PHRASE
  • LOG_LEVEL
  • NODE_ENV

Security Notes

The project uses environment variables for sensitive data (API keys, private keys) via `dotenv`, which is good practice. Tool execution is mediated by the Model Context Protocol SDK, which is designed for secure invocation and prevents arbitrary code execution like `eval`. Cryptographic operations for Starknet signatures (e.g., in `extended-mcp`) use established libraries like `starknet` and optionally WASM for performance, indicating a focus on secure implementation. Input validation is performed using Zod schemas for tool parameters, reducing injection risks. There are no obvious hardcoded secrets or malicious patterns observed in the provided source code.

Similar Servers

Stats

Interest Score40
Security Score9
Cost ClassMedium
Avg Tokens750
Stars15
Forks1
Last Update2026-01-12

Tags

starknetblockchainmcpAIdefiwallet