Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Customer Winback Skill

FreeNot checked

GenPark AI Skill - Identify lapsed customers, score win-back potential and generate personalized re-engagement offers and email sequences

GitHubEmbed

About

GenPark AI Skill - Identify lapsed customers, score win-back potential and generate personalized re-engagement offers and email sequences

README

GenPark AI Agent Skill -- Identify lapsed customers, score win-back potential, generate personalized offers, and build re-engagement email sequences.

Features

  • Win-back scoring (0-100) based on recency, spend, frequency, and AOV
  • Value tiers: High / Medium / Low
  • Lapse tiers: Recently Lapsed / Moderately Lapsed / Long Lapsed / At-Risk Churned
  • Discount offer calibration by value tier + lapse tier
  • Personalized email sequences (2-4 emails per tier)
  • Revenue recovery potential estimate

Quick Start

from client import CustomerWinbackClient

client = CustomerWinbackClient()
result = client.run(
    customers=[{"id":"C1","days_since_purchase":95,"total_orders":5,"total_spend":350,"avg_order_value":70}],
    brand_name="MyStore",
    max_discount_pct=20,
)
for cust in result["prioritized_customers"]:
    print(f"{cust['name']}: Score {cust['winback_score']} | Offer: {cust['offer_discount_pct']}% off")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-customer-winback-skill

Installing Genpark Customer Winback Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-customer-winback-skill

FAQ

Is Genpark Customer Winback Skill MCP free?

Yes, Genpark Customer Winback Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Customer Winback Skill need an API key?

No, Genpark Customer Winback Skill runs without API keys or environment variables.

Is Genpark Customer Winback Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Customer Winback Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Customer Winback Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Customer Winback Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs