# MaverickMCP Environment Configuration Example
# Copy this file to .env and update with your values
# Personal stock analysis MCP server - no authentication or billing required
# Application Settings
APP_NAME=MaverickMCP
ENVIRONMENT=development
LOG_LEVEL=info
API_VERSION=v1
# API Settings
API_HOST=0.0.0.0
API_PORT=8000
API_DEBUG=false
# Database Settings (for stock data caching and storage)
# For simple setup, use SQLite: sqlite:///maverick_mcp.db
# For more performance, use PostgreSQL: postgresql://localhost/maverick_mcp_development
DATABASE_URL=sqlite:///maverick_mcp.db
# Redis Configuration (for caching market data)
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASSWORD=
REDIS_SSL=false
# Cache Configuration
CACHE_TTL_SECONDS=604800 # 7 days
CACHE_ENABLED=true
# CORS Configuration (for local development)
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001
# Monitoring & Analytics (optional)
SENTRY_DSN=https://your_key@sentry.io/project_id
# Required API Keys
# Get free Tiingo key at https://tiingo.com (500 requests/day free)
TIINGO_API_KEY=your_tiingo_api_key_here
# Optional API Keys
# FRED_API_KEY=your_fred_api_key_here
# OPENAI_API_KEY=your_openai_api_key_here
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Web Search API Keys (for DeepResearchAgent)
# Get Exa API key at https://exa.ai (free tier available)
EXA_API_KEY=your_exa_api_key_here
# Get Tavily API key at https://tavily.com (free tier available)
TAVILY_API_KEY=your_tavily_api_key_here
# OpenRouter API Key (for 400+ AI models with intelligent cost optimization)
# Get key at https://openrouter.ai (pay-as-you-go pricing)
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Yahoo Finance Configuration
YFINANCE_TIMEOUT_SECONDS=30
# Data Provider Settings
DATA_PROVIDER_USE_CACHE=true
DATA_PROVIDER_CACHE_DIR=/tmp/maverick_mcp/cache
DATA_PROVIDER_CACHE_EXPIRY=86400
DATA_PROVIDER_RATE_LIMIT=5
# Rate Limiting (basic protection)
RATE_LIMIT_PER_IP=100 # requests per minute
# Feature Flags
MAINTENANCE_MODE=false
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wshobson/maverick-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server