# Sei MCP Server Environment Variables
# Private key for blockchain transactions (without 0x prefix)
# This is used when no private key is provided in the request
# SECURITY: Never commit your actual private key to version control
PRIVATE_KEY=your_private_key_here
# CoinGecko API key
# Get one from https://www.coingecko.com/en/api
COINGECKO_PRO_API_KEY=your_coingecko_api_key_here
# SeiTrace Insights API Key
# Get one from https://seitrace.com/insights
SEITRACE_API_KEY=your_seitrace_api_key_here
# OpenSea API Key
# Get one from https://docs.opensea.io/reference/api-keys
OPENSEA_API_KEY=your_opensea_api_key_here
# Hive Intelligence API Key
# Get one from https://dashboard.hiveintelligence.xyz/
HIVE_INTELLIGENCE_API_KEY=your_hive_intelligence_api_key_here