# Rentcast MCP Server Environment Variables
# Copy this file to .env and fill in your actual values
# Rentcast API Configuration (REQUIRED)
RENTCAST_API_KEY=your-api-key
# Optional Configuration
RENTCAST_BASE_URL=https://api.rentcast.io/v1
MAX_API_CALLS_PER_SESSION=40
TIMEOUT_SECONDS=30