Jake Shore 33b4fdabf1 Rebrand to MCPEngage and add Clover-specific content
- Fixed all MCPEngine → MCPEngage references
- Added 8 Clover-specific power moves for restaurant/retail POS
- Updated README with accurate tool count and real Clover REST API details
- Added proper OAuth + merchant ID authentication documentation
- Updated package.json author
- Enhanced .env.example with detailed credential instructions
2026-02-02 07:01:17 -05:00

15 lines
391 B
Plaintext

# Clover API Credentials
# Get these from: https://www.clover.com/developers
# OAuth 2.0 Access Token
CLOVER_API_KEY=your-oauth-token-here
# Your Merchant ID (found in Clover Setup → Business Information)
CLOVER_MERCHANT_ID=your-merchant-id-here
# API Region: US (default), EU, or LA
CLOVER_REGION=US
# Optional: Use sandbox environment for testing (true/false)
# CLOVER_SANDBOX=false