Clover MCP Server

by ibraheem4
Verified
# Clover API Integration Environment Variables # OAuth App credentials (required for the OAuth flow) # Get these from the Clover Developer Dashboard CLOVER_CLIENT_ID=your_client_id_here CLOVER_CLIENT_SECRET=your_client_secret_here CLOVER_BASE_URL=https://apisandbox.dev.clover.com # Clover API credentials # These will be automatically updated by the OAuth flow CLOVER_API_KEY= CLOVER_MERCHANT_ID= # Note: For local development, the MCP server will store tokens # in memory and manage refreshing them automatically