Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Refund Policy Optimizer Skill

FreeNot checked

GenPark AI Skill - Analyze refund patterns and generate optimized refund policy recommendations for retention and cost goals

GitHubEmbed

About

GenPark AI Skill - Analyze refund patterns and generate optimized refund policy recommendations for retention and cost goals

README

GenPark AI Agent Skill — Analyze refund patterns and optimize e-commerce refund policies for retention, cost, or balance.

Features

  • Refund pattern analysis: top reasons, approval rates, preventable returns
  • Policy customer-friendliness scoring (0-100)
  • Three optimization goals: maximize_retention, minimize_costs, balanced
  • Projected impact on retention, conversion, and costs
  • Actionable recommendations

Quick Start

from client import RefundPolicyClient

client = RefundPolicyClient()
result = client.optimize(
    refund_records=[{"amount": 45.0, "reason": "wrong size", "days_since_purchase": 12, "approved": True}],
    current_policy={"return_window_days": 21, "restocking_fee_pct": 15, "free_returns": False},
    business_goal="balanced",
)
print(f"Policy Score: {result['policy_score']}/100")
print(result["optimized_policy"])

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-refund-policy-optimizer-skill

Installing Genpark Refund Policy Optimizer Skill

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

▸ github.com/alphaparkinc/genpark-refund-policy-optimizer-skill

FAQ

Is Genpark Refund Policy Optimizer Skill MCP free?

Yes, Genpark Refund Policy Optimizer Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Refund Policy Optimizer Skill need an API key?

No, Genpark Refund Policy Optimizer Skill runs without API keys or environment variables.

Is Genpark Refund Policy Optimizer Skill hosted or self-hosted?

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

How do I install Genpark Refund Policy Optimizer Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Refund Policy Optimizer 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 Refund Policy Optimizer Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs