- Fix all MCPEngine → MCPEngage references (keep mcpengine.pages.dev) - Rewrite README with Keap-specific power moves - Add 5 real CRM + marketing automation use cases - Accurate tool count: 8 tools (verified from source) - Contact/opportunity/task/tag-focused example prompts - Real Keap/Infusionsoft API documentation URLs - Platform-specific auth details (OAuth2 access token) - Fix .env.example: KEAP_API_KEY → KEAP_ACCESS_TOKEN (match source) - Update package.json author to MCPEngage
5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
# Keap API Credentials
|
|
# OAuth2 access token from Keap Developer Portal
|
|
# See: https://developer.infusionsoft.com/docs/rest/#authentication
|
|
KEAP_ACCESS_TOKEN=your-oauth2-access-token-here
|